POST InvoiceLineItems
Adds an Invoice Line Item to an existing Invoice
Request Information
URI Parameters
None.
Body Parameters
InvoiceLineItemCreateDtoName | Description | Type | Additional information |
---|---|---|---|
LineItemID |
Should only be non-zero when updating an existing InvoiceLineItem |
integer |
None. |
InvoiceNum |
Should only be non-zero when adding a new invoice line item to an existing invoice |
integer |
None. |
ItemNum | integer |
None. |
|
ApplyDate | date |
None. |
|
Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
- "LineItemID": 1,
- "InvoiceNum": 2,
- "ItemNum": 3,
- "ApplyDate": "2025-01-18T06:45:51.4294736Z",
- "Amount": 5.1
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1