orders packagehavenots (http://api.3plcentral.com/rels/orders/packagehavenots)
Resource:
packageless orders
C# Rel Const:
Rels.OrderSvc.PackageHaveNots
URI template:
packages/havenots{?orderids}
Obtain URI from:
given a list of order ids, return those having no packages yet
Success status: 200
Name (* = required) Data Type Description
orderids * string comma-separated list of order ids to check for no packages
order ids with no packages
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identifies orders to be affected
Id int
Sample accept: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ]
}

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.