GET SupplierAdjustment/Get/{id}
Gets the specified Supplier Adjustment based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The Supplier Adjustment identifier. |
Body Parameters
None.
Response Information
Resource Description
Supplier Adjustment Object
Supplier AdjustmentName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Date | date |
Required |
|
SupplierId | integer |
None. |
|
DocumentNumber | string |
None. |
|
Reference | string |
None. |
|
Description | string |
None. |
|
TaxTypeId | integer |
None. |
|
Exclusive | decimal |
None. |
|
Tax | decimal |
None. |
|
Total | decimal |
None. |
|
ContraAccountId | integer |
None. |
|
Memo | string |
None. |
|
HasAttachments | bool |
None. |
|
Supplier | Supplier |
None. |
|
AccountName | string |
None. |
|
AnalysisCategoryId1 | nullable integer |
None. |
Gets or sets the Analysis Category identifier. This needs to be a valid AnalysisCategoryId. |
AnalysisCategoryId2 | nullable integer |
None. |
Gets or sets the Analysis Category identifier. This needs to be a valid AnalysisCategoryId. |
AnalysisCategoryId3 | nullable integer |
None. |
Gets or sets the Analysis Category identifier. This needs to be a valid AnalysisCategoryId. |
Account | Account |
Read Only / System Generated |
|
Locked | bool |
Read Only / System Generated |
|
TaxPeriodId | nullable integer |
Read Only / System Generated |
|
TotalOutstanding | nullable decimal |
Read Only / System Generated |
|
Inclusive | bool |
None. |
|
Supplier_CurrencyId | nullable integer |
None. |
|
Supplier_ExchangeRate | nullable decimal |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Date": "2024-11-15", "SupplierId": 3, "DocumentNumber": "sample string 4", "Reference": "sample string 5", "Description": "sample string 6", "TaxTypeId": 7, "Exclusive": 8.0, "Tax": 9.0, "Total": 10.0, "ContraAccountId": 11, "Memo": "sample string 12", "HasAttachments": true, "Supplier": { "Name": "sample string 1", "Category": { "Description": "sample string 1", "ID": 2, "Modified": "2024-11-15", "Created": "2024-11-15" }, "TaxReference": "sample string 2", "ContactName": "sample string 3", "Telephone": "sample string 4", "Fax": "sample string 5", "Mobile": "sample string 6", "Email": "sample string 7", "WebAddress": "sample string 8", "Active": true, "IsObfuscated": true, "Balance": 11.0, "CreditLimit": 12.0, "PostalAddress01": "sample string 13", "PostalAddress02": "sample string 14", "PostalAddress03": "sample string 15", "PostalAddress04": "sample string 16", "PostalAddress05": "sample string 17", "DeliveryAddress01": "sample string 18", "DeliveryAddress02": "sample string 19", "DeliveryAddress03": "sample string 20", "DeliveryAddress04": "sample string 21", "DeliveryAddress05": "sample string 22", "AutoAllocateToOldestInvoice": true, "TextField1": "sample string 23", "TextField2": "sample string 24", "TextField3": "sample string 25", "NumericField1": 1.0, "NumericField2": 1.0, "NumericField3": 1.0, "YesNoField1": true, "YesNoField2": true, "YesNoField3": true, "DateField1": "2024-11-15", "DateField2": "2024-11-15", "DateField3": "2024-11-15", "AccountingAgreement": true, "HasSpecialCountryTaxActivity": true, "Modified": "2024-11-15", "Created": "2024-11-15", "BusinessRegistrationNumber": "sample string 33", "RMCDApprovalNumber": "sample string 34", "TaxStatusVerified": "2024-11-15", "CurrencyId": 1, "CurrencySymbol": "sample string 35", "HasActivity": true, "DefaultDiscountPercentage": 1.0, "DefaultTaxTypeId": 1, "DefaultTaxType": { "ID": 1, "Name": "sample string 2", "Percentage": 3.1, "IsDefault": true, "HasActivity": true, "IsManualTax": true, "Active": true, "Created": "2024-11-15", "Modified": "2024-11-15", "TaxTypeDefaultUID": "4c71cc6c-1124-4b7f-a253-b1a071d97dd7", "CompanyId": 9 }, "DueDateMethodId": 1, "DueDateMethodValue": 1, "SubjectToDRCVat": true, "ID": 38 }, "AccountName": "sample string 14", "AnalysisCategoryId1": 1, "AnalysisCategoryId2": 1, "AnalysisCategoryId3": 1, "Account": { "Name": "sample string 2", "Category": { "Comment": "sample string 1", "Order": 6, "Description": "sample string 7", "ID": 8, "Modified": "2024-11-15", "Created": "2024-11-15" }, "Active": true, "Balance": 4.0, "Description": "sample string 5", "ReportingGroupId": 1, "UnallocatedAccount": true, "IsTaxLocked": true, "Modified": "2024-11-15", "Created": "2024-11-15", "AccountType": 9, "HasActivity": true, "DefaultTaxTypeId": 1, "DefaultTaxType": { "ID": 1, "Name": "sample string 2", "Percentage": 3.1, "IsDefault": true, "HasActivity": true, "IsManualTax": true, "Active": true, "Created": "2024-11-15", "Modified": "2024-11-15", "TaxTypeDefaultUID": "4c71cc6c-1124-4b7f-a253-b1a071d97dd7", "CompanyId": 9 }, "ID": 11 }, "Locked": true, "TaxPeriodId": 1, "TotalOutstanding": 1.0, "Inclusive": true, "Supplier_CurrencyId": 1, "Supplier_ExchangeRate": 1.0, "Link_CurrencyId": 1, "Link_ExchangeRate": 1.0 }