Reservations GET

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/warehouse-service/reservations

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

Description

This message enables you to query all the current Reservations in one go.

Example

Getting all the reservations.

Request URI

/reservations

Response

{
	"response": [
		{
			"reservationNoteId": 61,
			"orderId": 5558,
			"createdOn": "2011-07-11T13:42:24.000+01:00"
		},
		{
			"reservationNoteId": 45,
			"orderId": 755,
			"createdOn": "2011-06-11T13:42:24.000+01:00"
		},
		{
			"reservationNoteId": 43,
			"orderId": 775,
			"createdOn": "2011-06-11T13:42:24.000+01:00"
		},
		{
			"reservationNoteId": 33,
			"orderId": 344,
			"createdOn": "2011-05-11T13:42:24.000+01:00"
		},
		{
			"reservationNoteId": 12,
			"orderId": 122,
			"createdOn": "2011-05-11T13:42:24.000+01:00"
		}
	]
}