Bulk Consignment Release
This specification describes the format for a consignment release.
Fields
Field | Type | Description |
---|---|---|
batch_id required | string | The ID for the batch that we are releasing |
from_account_holder | string | The owner of the account that the batch is released from |
from_po required | string | The PO number of the account we are releasing the batch from |
release_date | string (date-time) | The date for this release. If it is not provided, then the release will be defaulted to the current date. |
release_number required | string | The number for this release |
release_weight | number | The weight from the batch to be released. If it absent, then the whole batch is released |
to_account_holder | string | The owner of the account/trade that the batch is released to |
to_po required | string | The PO number of the account/trade we are releasing the batch to |
user required | string | The user that initiated this release |
weight_unit | "LB" or "MT" | The weight unit for the batch we are releasing. It is required if the batch weight is provided |