GET Adjustment/{id}

Retreive a single Adjustment by its AdjustmentID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AdjustmentDto
NameDescriptionTypeAdditional information
AdjustmentId

integer

None.

AdjustmentAmount

decimal number

Required

AdjustmentDate

date

Required

ApplyDate

date

Required

Descr

string

None.

ProfileId

integer

None.

ReferenceNum

string

None.

InvoiceNum

integer

None.

InvoiceLineItemId

integer

None.

PaymentId

integer

None.

UnappliedPaymentId

integer

None.

AdjustmentTypeId

integer

Required

AdjustmentType

string

None.

DateCreated

date

None.

DateChanged

date

None.

ChangedBy

string

None.

GlAccount

string

None.

Posted

boolean

None.

DatePosted

date

None.

Batch_Creation

string

None.

Batch_Posting

string

None.

PostedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  • "AdjustmentId": 1,
  • "AdjustmentAmount": 1.1,
  • "AdjustmentDate": "2024-05-12T07:41:09.1096137Z",
  • "ApplyDate": "2024-05-12T07:41:09.1096137Z",
  • "Descr": "sample string 2",
  • "ProfileId": 1,
  • "ReferenceNum": "sample string 3",
  • "InvoiceNum": 1,
  • "InvoiceLineItemId": 1,
  • "PaymentId": 1,
  • "UnappliedPaymentId": 1,
  • "AdjustmentTypeId": 1,
  • "AdjustmentType": "sample string 4",
  • "DateCreated": "2024-05-12T07:41:09.1096137Z",
  • "DateChanged": "2024-05-12T07:41:09.1096137Z",
  • "ChangedBy": "sample string 5",
  • "GlAccount": "sample string 6",
  • "Posted": true,
  • "DatePosted": "2024-05-12T07:41:09.1096137Z",
  • "Batch_Creation": "sample string 7",
  • "Batch_Posting": "sample string 8",
  • "PostedBy": "sample string 9"
}