Book parameters
POST /book
The parameters for booking an order through the book API are:
Parameters
| Name | In | Type | Required | Description | 
|---|---|---|---|---|
| body | body | BookRequest | true | An array of Order tracking numbers to book | 
Book documents parameters
GET /book/{manifest_id}/document
The parameters for getting order manifest through the book API are:
| Name | In | Type | Required | Description | 
|---|---|---|---|---|
| manifest_id | path | string | true | The id of the Manifest returned from book call. |