POST Adjustments

Applies an Adjustment to either an InvoiceLineItem or InvoicePayment

Request Information

URI Parameters

None.

Body Parameters

AdjustmentCreateDto
NameDescriptionTypeAdditional 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": "2024-05-11T15:30:02.0617386Z",
  • "ApplyDate": "2024-05-11T15:30:02.0617386Z",
  • "AdjustmentAmount": 7.1
}

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
  • 1