Quarantine Location GET

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/warehouse-service/warehouse/{ID}/location/quarantine

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

Description

Returns the ID of the quarantine location for a specified warehouse

Example

Get the ID of the quarantine location for warehouse 2

Request URI

/warehouse/2/location/quarantine

Response

{
	"response": 10
}