GET
api/v1/getStockAjustmentReasonList?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
sellerId | integer |
Required |
Response Information
Description:
Return type: Collection of 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": "2025-06-18T13:07:16.6359546+00:00", "ModifiedOn": "2025-06-18T13:07:16.6359546+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-18T13:07:16.6359546+00:00", "ModifiedOn": "2025-06-18T13:07:16.6359546+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":"2025-06-18T13:07:16.6359546+00:00","ModifiedOn":"2025-06-18T13:07:16.6359546+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-18T13:07:16.6359546+00:00","ModifiedOn":"2025-06-18T13:07:16.6359546+00:00","ModifiedBy":"sample string 9"}]
application/xml, text/xml
<ArrayOfStockAjustmentReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory"> <StockAjustmentReason> <AdjustmentType>sample string 4</AdjustmentType> <CreatedBy>sample string 6</CreatedBy> <CreatedOn>2025-06-18T13:07:16.6359546+00:00</CreatedOn> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedOn>2025-06-18T13:07:16.6359546+00:00</ModifiedOn> <ReasonDescription>sample string 3</ReasonDescription> <StockAdjustmentReasonID>1</StockAdjustmentReasonID> <StockAdjustmentReasonName>sample string 2</StockAdjustmentReasonName> </StockAjustmentReason> <StockAjustmentReason> <AdjustmentType>sample string 4</AdjustmentType> <CreatedBy>sample string 6</CreatedBy> <CreatedOn>2025-06-18T13:07:16.6359546+00:00</CreatedOn> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedOn>2025-06-18T13:07:16.6359546+00:00</ModifiedOn> <ReasonDescription>sample string 3</ReasonDescription> <StockAdjustmentReasonID>1</StockAdjustmentReasonID> <StockAdjustmentReasonName>sample string 2</StockAdjustmentReasonName> </StockAjustmentReason> </ArrayOfStockAjustmentReason>