GET Adjustment/{id}
Retreive a single Adjustment by its AdjustmentID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdjustmentDtoName | Description | Type | Additional 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": "2025-01-17T16:53:43.4546976Z",
- "ApplyDate": "2025-01-17T16:53:43.4546976Z",
- "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": "2025-01-17T16:53:43.4546976Z",
- "DateChanged": "2025-01-17T16:53:43.4546976Z",
- "ChangedBy": "sample string 5",
- "GlAccount": "sample string 6",
- "Posted": true,
- "DatePosted": "2025-01-17T16:53:43.4546976Z",
- "Batch_Creation": "sample string 7",
- "Batch_Posting": "sample string 8",
- "PostedBy": "sample string 9"