inventory assemblycancel (http://api.3plcentral.com/rels/inventory/assemblycancel)
Resource:
Operator: cancel assembly
C# Rel Const:
Rels.InventorySvc.AssemblyCancel
URI template:
assemblies/{id}/canceler
Obtain URI from:
Cancel an open assembly
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int
Type Description
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
{
  "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.