REL documentation
Resource:GroupOperator: of assemblycancelC# Rel Const:Rels.InventorySvc.AssembliesCancelURI template:assemblies/cancelerObtain URI from:
Cancel a list of open assemblies
Success status: 204
| 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@extensiv.com with any questions about this documentation.