GET api/v1/getStockAdjustmentreasonListById?stockAjustmentReasonID={stockAjustmentReasonID}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
stockAjustmentReasonID

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: StockAjustmentReason

Response Formats
{
  "StockAdjustmentReasonID": 1,
  "StockAdjustmentReasonName": "sample string 2",
  "ReasonDescription": "sample string 3",
  "AdjustmentType": "sample string 4",
  "IsLogicalDeleted": true,
  "CreatedBy": "sample string 6",
  "CreatedOn": "2025-06-18T12:51:07.1558844+00:00",
  "ModifiedOn": "2025-06-18T12:51:07.1558844+00:00",
  "ModifiedBy": "sample string 9"
}
{"StockAdjustmentReasonID":1,"StockAdjustmentReasonName":"sample string 2","ReasonDescription":"sample string 3","AdjustmentType":"sample string 4","IsLogicalDeleted":true,"CreatedBy":"sample string 6","CreatedOn":"2025-06-18T12:51:07.1558844+00:00","ModifiedOn":"2025-06-18T12:51:07.1558844+00:00","ModifiedBy":"sample string 9"}
<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>2025-06-18T12:51:07.1558844+00:00</CreatedOn>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <ModifiedBy>sample string 9</ModifiedBy>
  <ModifiedOn>2025-06-18T12:51:07.1558844+00:00</ModifiedOn>
  <ReasonDescription>sample string 3</ReasonDescription>
  <StockAdjustmentReasonID>1</StockAdjustmentReasonID>
  <StockAdjustmentReasonName>sample string 2</StockAdjustmentReasonName>
</StockAjustmentReason>