Goods-Out Note DELETE

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/warehouse-service/order/{ID}/goods-note/goods-out/{ID}

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This messages enables you to delete a Goods-Out Note.

You can only delete a Goods-Out Note if:

  • The status of the note is open.
  • The note has not been shipped.

Example

Here we delete a Goods-Out Note with Id 2 on Order 2.

Request URI

/order/2/goods-note/goods-out/2

Response

{
	"response": 2
}