REL documentation
Resource:GroupOperator: of ordercancelC# Rel Const:Rels.OrderSvc.OrdersCancelURI template:cancelerObtain URI from:
Cancel a list of open orders
Success status: 204
| Type | Description | |
|---|---|---|
| OrderIdentifiers | IEnumerable<Generic.Models.OrderIdentifier> | identify the orders 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 |
{
"orderIdentifiers": [
{
"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.