GET
api/v1/getStockAdjustmentListById?stockAdjustmentId={stockAdjustmentId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
stockAdjustmentId | integer |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: StockAdjustment
Response Formats
application/json, text/json
{ "StockAdjustmentID": 1, "StockAdjustmentCode": "sample string 2", "WareHouseId": 3, "WareHouseCode": "sample string 4", "WareHouseName": "sample string 5", "DisplayName": "sample string 6", "StockAdjustmentReasonName": "sample string 7", "SkuFilterPriceID": 8, "BatchID": 9, "UOM": 10, "TotalQuantity": 11, "TotalPrice": 12.0, "StockAdjustmentReasonID": 13, "ClientId": 14, "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": "sample string 17", "CreatedOn": "2025-06-18T12:47:28.3911327+00:00", "ModifiedOn": "2025-06-18T12:47:28.3911327+00:00", "ModifiedBy": "sample string 20", "SkuDetailID": 21, "Remark": "sample string 22", "LstStockItems": [ { "SdTransactionId": 1, "StockDebitID": 2, "SkuFilterPriceID": 3, "SkuDetailID": 4, "ProductCode": "sample string 5", "CategoryName": "sample string 6", "ProductName": "sample string 7", "BinCode": "sample string 8", "TargetBinCode": "sample string 9", "InStock": 10, "BatchID": 11, "Quantity": 12, "Price": 13.0, "AvgUnitCost": 14.0, "UnitValueCostAdjust": 15.0, "StockAdjustmentType": "sample string 16", "Barcode": "sample string 17" }, { "SdTransactionId": 1, "StockDebitID": 2, "SkuFilterPriceID": 3, "SkuDetailID": 4, "ProductCode": "sample string 5", "CategoryName": "sample string 6", "ProductName": "sample string 7", "BinCode": "sample string 8", "TargetBinCode": "sample string 9", "InStock": 10, "BatchID": 11, "Quantity": 12, "Price": 13.0, "AvgUnitCost": 14.0, "UnitValueCostAdjust": 15.0, "StockAdjustmentType": "sample string 16", "Barcode": "sample string 17" } ], "AdjustmentType": "sample string 23" }
text/html
{"StockAdjustmentID":1,"StockAdjustmentCode":"sample string 2","WareHouseId":3,"WareHouseCode":"sample string 4","WareHouseName":"sample string 5","DisplayName":"sample string 6","StockAdjustmentReasonName":"sample string 7","SkuFilterPriceID":8,"BatchID":9,"UOM":10,"TotalQuantity":11,"TotalPrice":12.0,"StockAdjustmentReasonID":13,"ClientId":14,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":"sample string 17","CreatedOn":"2025-06-18T12:47:28.3911327+00:00","ModifiedOn":"2025-06-18T12:47:28.3911327+00:00","ModifiedBy":"sample string 20","SkuDetailID":21,"Remark":"sample string 22","LstStockItems":[{"SdTransactionId":1,"StockDebitID":2,"SkuFilterPriceID":3,"SkuDetailID":4,"ProductCode":"sample string 5","CategoryName":"sample string 6","ProductName":"sample string 7","BinCode":"sample string 8","TargetBinCode":"sample string 9","InStock":10,"BatchID":11,"Quantity":12,"Price":13.0,"AvgUnitCost":14.0,"UnitValueCostAdjust":15.0,"StockAdjustmentType":"sample string 16","Barcode":"sample string 17"},{"SdTransactionId":1,"StockDebitID":2,"SkuFilterPriceID":3,"SkuDetailID":4,"ProductCode":"sample string 5","CategoryName":"sample string 6","ProductName":"sample string 7","BinCode":"sample string 8","TargetBinCode":"sample string 9","InStock":10,"BatchID":11,"Quantity":12,"Price":13.0,"AvgUnitCost":14.0,"UnitValueCostAdjust":15.0,"StockAdjustmentType":"sample string 16","Barcode":"sample string 17"}],"AdjustmentType":"sample string 23"}
application/xml, text/xml
<StockAdjustment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory"> <AdjustmentType>sample string 23</AdjustmentType> <BatchID>9</BatchID> <ClientId>14</ClientId> <CreatedBy>sample string 17</CreatedBy> <CreatedOn>2025-06-18T12:47:28.3911327+00:00</CreatedOn> <DisplayName>sample string 6</DisplayName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <LstStockItems> <StockItemsMaster> <AvgUnitCost>14</AvgUnitCost> <Barcode>sample string 17</Barcode> <BatchID>11</BatchID> <BinCode>sample string 8</BinCode> <CategoryName>sample string 6</CategoryName> <InStock>10</InStock> <Price>13</Price> <ProductCode>sample string 5</ProductCode> <ProductName>sample string 7</ProductName> <Quantity>12</Quantity> <SdTransactionId>1</SdTransactionId> <SkuDetailID>4</SkuDetailID> <SkuFilterPriceID>3</SkuFilterPriceID> <StockAdjustmentType>sample string 16</StockAdjustmentType> <StockDebitID>2</StockDebitID> <TargetBinCode>sample string 9</TargetBinCode> <UnitValueCostAdjust>15</UnitValueCostAdjust> </StockItemsMaster> <StockItemsMaster> <AvgUnitCost>14</AvgUnitCost> <Barcode>sample string 17</Barcode> <BatchID>11</BatchID> <BinCode>sample string 8</BinCode> <CategoryName>sample string 6</CategoryName> <InStock>10</InStock> <Price>13</Price> <ProductCode>sample string 5</ProductCode> <ProductName>sample string 7</ProductName> <Quantity>12</Quantity> <SdTransactionId>1</SdTransactionId> <SkuDetailID>4</SkuDetailID> <SkuFilterPriceID>3</SkuFilterPriceID> <StockAdjustmentType>sample string 16</StockAdjustmentType> <StockDebitID>2</StockDebitID> <TargetBinCode>sample string 9</TargetBinCode> <UnitValueCostAdjust>15</UnitValueCostAdjust> </StockItemsMaster> </LstStockItems> <ModifiedBy>sample string 20</ModifiedBy> <ModifiedOn>2025-06-18T12:47:28.3911327+00:00</ModifiedOn> <Remark>sample string 22</Remark> <SkuDetailID>21</SkuDetailID> <SkuFilterPriceID>8</SkuFilterPriceID> <StockAdjustmentCode>sample string 2</StockAdjustmentCode> <StockAdjustmentID>1</StockAdjustmentID> <StockAdjustmentReasonID>13</StockAdjustmentReasonID> <StockAdjustmentReasonName>sample string 7</StockAdjustmentReasonName> <TotalPrice>12</TotalPrice> <TotalQuantity>11</TotalQuantity> <UOM>10</UOM> <WareHouseCode>sample string 4</WareHouseCode> <WareHouseId>3</WareHouseId> <WareHouseName>sample string 5</WareHouseName> </StockAdjustment>