DELETE v1/Orders/{id}/InvoiceItems/{invoiceItemId}
Deletes an invoice item from an existing order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
| invoiceItemId |
Invoice item Id, this value can be retirved by GetOrder API |
integer |
Required |
Body Parameters
RowVersion:RowVersion value is used to handle concurrency, you have to provide the latest RowVersion of the order.
DeleteInvoiceItemDataBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RowVersion | unsigned integer |
Required Range: inclusive between 0 and 1.84467440737096E+19 |
Request Formats
application/json, text/json
Sample:
{
"rowVersion": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
