inventory assembliescancel (http://api.3plcentral.com/rels/inventory/assembliescancel)
Resource:
GroupOperator: of assemblycancel
C# Rel Const:
Rels.InventorySvc.AssembliesCancel
URI template:
assemblies/canceler
Obtain URI from:
Cancel a list of open assemblies
Success status: 204
none
Type Description
AssemblyIdentifiers IEnumerable<Generic.Models.AssemblyIdentifier> Identify the assemblies to be canceled
Id int
Reason string Optional
Charge decimal? ... Optional
InvoiceCreationInfo Generic.Models.InvoiceCreationInfo Leave null unless creating invoice
SetInvoiceDate bool
UtcOffset int hours offset from Coordinated Universal Time at the browser, for example -7 if in MST
Sample content-type: application/hal+json
{
  "assemblyIdentifiers": [
    {
      "id": 1
    }
  ],
  "reason": "str",
  "charge": 1.0,
  "invoiceCreationInfo": {
    "setInvoiceDate": true,
    "utcOffset": 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.