GET
api/v1/getStockAdjustmentreasonListById?stockAjustmentReasonID={stockAjustmentReasonID}&clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stockAjustmentReasonID | integer |
Required |
|
| clientId | integer |
Required |
Response Information
Description:
Return type: StockAjustmentReason
Response Formats
application/json, text/json
{
"StockAdjustmentReasonID": 1,
"StockAdjustmentReasonName": "sample string 2",
"ReasonDescription": "sample string 3",
"AdjustmentType": "sample string 4",
"IsLogicalDeleted": true,
"CreatedBy": "sample string 6",
"CreatedOn": "2026-02-04T17:15:20.7637914+00:00",
"ModifiedOn": "2026-02-04T17:15:20.7637914+00:00",
"ModifiedBy": "sample string 9"
}
text/html
{"StockAdjustmentReasonID":1,"StockAdjustmentReasonName":"sample string 2","ReasonDescription":"sample string 3","AdjustmentType":"sample string 4","IsLogicalDeleted":true,"CreatedBy":"sample string 6","CreatedOn":"2026-02-04T17:15:20.7637914+00:00","ModifiedOn":"2026-02-04T17:15:20.7637914+00:00","ModifiedBy":"sample string 9"}
application/xml, text/xml
<StockAjustmentReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory"> <AdjustmentType>sample string 4</AdjustmentType> <CreatedBy>sample string 6</CreatedBy> <CreatedOn>2026-02-04T17:15:20.7637914+00:00</CreatedOn> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedOn>2026-02-04T17:15:20.7637914+00:00</ModifiedOn> <ReasonDescription>sample string 3</ReasonDescription> <StockAdjustmentReasonID>1</StockAdjustmentReasonID> <StockAdjustmentReasonName>sample string 2</StockAdjustmentReasonName> </StockAjustmentReason>
