orders orderasnmark (http://api.3plcentral.com/rels/orders/orderasnmark)
Resource:
Operator: mark order to send Advance Shipping Notice
C# Rel Const:
Rels.OrderSvc.OrderMarkForAsn
URI template:
{id}/asnmarker
Obtain URI from:
To mark a single order to send an Advance Shipping Notice
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int order id
Type Description
TransformIds IEnumerable<int>
ChannelIdentifier Generic.Models.ChannelIdentifier Must specify Id (Name alone will fail)
Name string
Id int
Sample content-type: application/hal+json
{
  "transformIds": [
    1
  ],
  "channelIdentifier": {
    "name": "str",
    "id": 2
  }
}

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.