customers invoicebinder (http://api.3plcentral.com/rels/customers/invoicebinder)
Resource:
Operator: bind an invoice number to billed transactions
C# Rel Const:
Rels.CustomerSvc.InvoiceBinder
URI template:
{id}/facilities/{fid}/invoicebinder{?invoiceNumber}
Obtain URI from:
To bind an invoice number to a set of transactions (orders, receivers, adjustments and/or assemblies)
Success status: 204
Name (* = required) Data Type Description
id * int customer id
fid * int facility id
invoiceNumber * string
Type Description
TransactionIdentifiers IEnumerable<Generic.Models.TransactionIdentifier> ids of orders, receivers, adjustment and/or assemblies to be affected
Id int
Sample content-type: application/hal+json
{
  "transactionIdentifiers": [
    {
      "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.