POST POS/Sales/Invoices/{invoiceId}/CustomItems Try Now
Adds the custom line items.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceId |
The Invoice identifier.
|
string |
Required
|
Body Parameters
Add the custom items.
Collection of CustomItemRequest
Name | Description | Type | Additional information |
---|---|---|---|
Description |
The description For Custom item.
|
string |
None.
|
Amount |
The amount.
|
decimal number |
None.
|
Request Formats
application/json, text/json
Sample:
[ { "Description": "", "Amount": 1.0 } ]
Response Information
Resource Description
None.