inventory receiversramark (http://api.3plcentral.com/rels/inventory/receiversramark)
Resource:
GroupOperator: of receiverramark
C# Rel Const:
Rels.InventorySvc.ReceiversMarkForRa
URI template:
receivers/ramarker
Obtain URI from:
To mark multiple receivers to send Receipt Advices
Success status: 204
none
Type Description
ReceiverIdentifiers IEnumerable<Generic.Models.ReceiverIdentifier>
Id int
TransformIds IEnumerable<int>
ChannelIdentifier Generic.Models.ChannelIdentifier Must specify Id (Name alone will fail)
Name string
Id int
Sample content-type: application/hal+json
{
  "receiverIdentifiers": [
    {
      "id": 1
    }
  ],
  "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.