POST POS/Sales/Invoices/{invoiceId}/Items/Delete Try Now
Deletes the invoice items.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceId |
The identifier.
|
string |
Required
|
Body Parameters
The delete request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Reason |
The reason for deleting Purchase order item.
|
string |
Required
|
| ItemIds |
The item ids.
|
Collection of string |
Required
|
| VoidIfPaid |
Set the boolean value based on Void if paid.
|
boolean |
None.
|
Request Formats
application/json, text/json
Sample:
{
"Reason": "",
"ItemIds": [
""
],
"VoidIfPaid": true
}
Response Information
Resource Description
None.
Response Formats
application/json, text/json
Sample:
Sample not available.