orders ordersasnmark (http://api.3plcentral.com/rels/orders/ordersasnmark)
Resource:
GroupOperator: of orderasnmark
C# Rel Const:
Rels.OrderSvc.OrdersMarkForAsn
URI template:
asnmarker
Obtain URI from:
To mark multiple orders to send Advance Shipping Notices
Success status: 204
none
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier>
Id int
TransformIds IEnumerable<int>
ChannelIdentifier Generic.Models.ChannelIdentifier Must specify Id (Name alone will fail)
Name string
Id int
Consolidate bool
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ],
  "transformIds": [
    1
  ],
  "channelIdentifier": {
    "name": "str",
    "id": 2
  },
  "consolidate": true
}

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.