POST services/api/v1/Get_CostAdjustmentById

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CostAdjustment_Master
NameDescriptionTypeAdditional 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:21:56.2043868+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"
}