Name
(* = required)
|
Data Type | Description |
orderids
*
|
string |
comma-separated list of order ids |
|
Type |
Description |
OrderAsnPreChecks |
IEnumerable<Order.Models.OrderAsnPreCheck>
|
|
OrderIdentifier |
Generic.Models.OrderIdentifier
|
|
Id |
int
|
|
HasMissingPackageContent |
bool
|
At least one package has no package contents
|
AsnPreCheck |
Customer.Models.AsnPreCheck
|
|
RequireScacForAsn |
bool
|
|
RequireAttachedDocuments |
bool
|
|
AsnPreCheckOptions |
Customer.Models.AsnPreCheckOptions
|
|
|
- 0: None |
|
|
- 1: HasWeight |
|
|
- 2: HasVolume |
|
|
- 4: HasPackages |
|
|
- 8: HasCarrier |
|
|
- 16: HasBillOfLading |
|
|
- 32: HasLoadNumber |
|
|
- 64: HasPoNumber |
|
|
- 128: IsClosed |
|
OrderLevelFlexFields |
String[]
|
|
OrderItemLevelFlexFields |
String[]
|
|
Sample accept: application/hal+json
{
"orderAsnPreChecks": [
{
"orderIdentifier": {
"id": 1
},
"hasMissingPackageContent": true,
"asnPreCheck": {
"requireScacForAsn": true,
"requireAttachedDocuments": true,
"asnPreCheckOptions": 0,
"orderLevelFlexFields": [
"str"
],
"orderItemLevelFlexFields": [
"str"
]
}
}
]
}