POST services/api/v1/Get_CostAdjustment
Request Information
URI Parameters
None.
Body Parameters
Location_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CostAdjustment_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CostNo | integer |
None. |
|
| BranchId | integer |
None. |
|
| LocationId | integer |
None. |
|
| LocationName | string |
None. |
|
| CostDate | date |
None. |
|
| SupplierId | integer |
None. |
|
| SupplierName | string |
None. |
|
| Amount | decimal number |
None. |
|
| UserId | integer |
None. |
|
| CostAdjustmentDetails | Collection of CostAdjustment_Details |
None. |
|
| VoucherTypeId | integer |
None. |
|
| VoucherNo | string |
None. |
|
| Referenceno | string |
None. |
|
| TransNo | integer |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CostNo": 2,
"BranchId": 3,
"LocationId": 4,
"LocationName": "sample string 5",
"CostDate": "2026-09-09T15:20:16.2185878+04:00",
"SupplierId": 7,
"SupplierName": "sample string 8",
"Amount": 9.0,
"UserId": 10,
"CostAdjustmentDetails": [
{
"Id": 1,
"CostAdjustmentId": 2,
"BranchId": 3,
"LocationId": 4,
"SlNo": 5,
"Barcode": "sample string 6",
"OriginalCost": 7.0,
"NewCost": 8.0,
"Quatity": 9.0,
"ItemName": "sample string 10",
"Unit": "sample string 11",
"Difference": 12.0,
"Total": 13.0
},
{
"Id": 1,
"CostAdjustmentId": 2,
"BranchId": 3,
"LocationId": 4,
"SlNo": 5,
"Barcode": "sample string 6",
"OriginalCost": 7.0,
"NewCost": 8.0,
"Quatity": 9.0,
"ItemName": "sample string 10",
"Unit": "sample string 11",
"Difference": 12.0,
"Total": 13.0
}
],
"VoucherTypeId": 11,
"VoucherNo": "sample string 12",
"Referenceno": "sample string 13",
"TransNo": 14,
"Status": "sample string 15"
},
{
"Id": 1,
"CostNo": 2,
"BranchId": 3,
"LocationId": 4,
"LocationName": "sample string 5",
"CostDate": "2026-09-09T15:20:16.2185878+04:00",
"SupplierId": 7,
"SupplierName": "sample string 8",
"Amount": 9.0,
"UserId": 10,
"CostAdjustmentDetails": [
{
"Id": 1,
"CostAdjustmentId": 2,
"BranchId": 3,
"LocationId": 4,
"SlNo": 5,
"Barcode": "sample string 6",
"OriginalCost": 7.0,
"NewCost": 8.0,
"Quatity": 9.0,
"ItemName": "sample string 10",
"Unit": "sample string 11",
"Difference": 12.0,
"Total": 13.0
},
{
"Id": 1,
"CostAdjustmentId": 2,
"BranchId": 3,
"LocationId": 4,
"SlNo": 5,
"Barcode": "sample string 6",
"OriginalCost": 7.0,
"NewCost": 8.0,
"Quatity": 9.0,
"ItemName": "sample string 10",
"Unit": "sample string 11",
"Difference": 12.0,
"Total": 13.0
}
],
"VoucherTypeId": 11,
"VoucherNo": "sample string 12",
"Referenceno": "sample string 13",
"TransNo": 14,
"Status": "sample string 15"
}
]