Default Location GET

URI

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

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

Description

Returns the ID of the default location of the specified warehouse

Example

Returns the ID of the default location of warehouse 2.

Request URI

/warehouse/2/location/default

Response

{
	"response": 2
}