PUT POS/Sales/Invoices/{invoiceId}/CustomItems/3 Try Now
Updates the invoice items.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceId |
The identifier for invoice.
|
string |
Required
|
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceCustomItemId |
The purchase custom item identifier.
|
string |
Required
|
| Description |
The description For Custom item.
|
string |
None.
|
| Amount |
The amount.
|
decimal number |
None.
|
Request Formats
application/json, text/json
Sample:
{
"InvoiceCustomItemId": "",
"Description": "",
"Amount": 1.0
}
Response Information
Resource Description
None.
Response Formats
application/json, text/json
Sample:
Sample not available.