POST Adjustments
Applies an Adjustment to either an InvoiceLineItem or InvoicePayment
Request Information
URI Parameters
None.
Body Parameters
AdjustmentCreateDtoName | Description | Type | Additional information |
---|---|---|---|
AdjustmentId | integer |
None. |
|
AdjustmentTypeId | integer |
None. |
|
InvoiceLineItemId | integer |
None. |
|
PaymentId | integer |
None. |
|
AdjustmentDate | date |
None. |
|
ApplyDate | date |
None. |
|
AdjustmentAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
- "AdjustmentId": 1,
- "AdjustmentTypeId": 2,
- "InvoiceLineItemId": 3,
- "PaymentId": 4,
- "AdjustmentDate": "2025-01-18T00:32:15.7522595Z",
- "ApplyDate": "2025-01-18T00:32:15.7522595Z",
- "AdjustmentAmount": 7.1
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1