orders ordersasnprecheck (http://api.3plcentral.com/rels/orders/ordersasnprecheck)
Resource:
Operator: Prior to sending an ASN, list orders that fail the chosen customer ASN pre checks
C# Rel Const:
Rels.OrderSvc.OrdersAsnPreCheck
URI template:
asnprechecker{?orderids}
Obtain URI from:
given a list of order ids, return those having failed asn pre checks from customer settings
Success status: 200
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"
        ]
      }
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.