POST Adjustments
Applies an Adjustment to either an InvoiceLineItem or InvoicePayment
Request Information
URI Parameters
None.
Body Parameters
AdjustmentCreateDto| Name | 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-11-01T19:04:42.2742156Z",
- "ApplyDate": "2025-11-01T19:04:42.2742156Z",
- "AdjustmentAmount": 7.1
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1