GET api/StockAdjustment/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

StockAdjustment
NameDescriptionTypeAdditional information
StockAdjustmentId

integer

None.

StockAdjustmentNo

string

None.

StockAdjustmentDate

date

None.

UserId

integer

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "StockAdjustmentId": 1,
  "StockAdjustmentNo": "sample string 2",
  "StockAdjustmentDate": "2025-12-08T01:54:58.9863465+05:30",
  "UserId": 3,
  "CreatedDate": "2025-12-08T01:54:58.9863465+05:30",
  "CreatedBy": "sample string 5"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.