Create a load drop
Load Drops
Create a load drop
Create a load drop (a delivery/collection stop) on a load. Depending on the load’s loading validation mode, exactly one of delivery_address_id or goods_out_id is required.
POST
Create a load drop
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
load_id | Yes | Parent load |
delivery_address_id | Conditional | Required when the load validates by delivery address |
goods_out_id | Conditional | Required when the load validates by sales order |
expected_storage_unit_quantity | No | Expected storage units (>= 0) |
pending or open. The drop’s stop sequence is assigned automatically and can be changed via the sequence endpoint.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Load drop created successfully

