inventory receiversautocharges (http://api.3plcentral.com/rels/inventory/receiversautocharges)
Resource:
GroupOperator: add automatic charges (AutoCalcHandling and scripted charges)
C# Rel Const:
Rels.InventorySvc.ReceiversAutoCharges
URI template:
autocharger
Obtain URI from:
Calculate and save automatic charges for a list of receivers
Success status: 204
none
specify the receivers to be auto-charged
Type Description
ReceiverIdentifiers IEnumerable<Generic.Models.ReceiverIdentifier> identifies receivers to be affected
Id int
Sample content-type: application/hal+json
{
  "receiverIdentifiers": [
    {
      "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.