POST POS/Sales/Invoices/{invoiceId}/Items/Delete Try Now

Deletes the invoice items.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
invoiceId
The identifier.
string
Required

Body Parameters

The delete request.

NameDescriptionTypeAdditional 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.