POST /apiv2/manifests/rebookPickup
Servers
- /
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
customValues[] |
Array | No | |
customValues[].propertyName |
String | No | |
customValues[].value |
String | No | |
pickupClosingTime |
String | No |
What is the closing time for this pickup location? |
manifestId |
Integer | Yes |
The Machship ID of the manifest to have it's pickup rebooked Note: Must already be manifested prior to rebooking its pickup |
pickupDateTime |
String | No |
Pickup Date of this manifest. Should be in the format 'YYYY-MM-DD HH:SS' |
totalWeightKgs |
Number | No | |
palletSpaces |
Integer | No |
How many pallet spaces are required for this manifest? |
pickupSpecialInstructions |
String | No |
Pickup special instructions for the driver (Optional) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.