POST
api/v1/addoredit-StockAdjustmentreason?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
sellerId | integer |
Required |
Body Parameters
StockAjustmentReasonName | Description | Type | Additional information |
---|---|---|---|
StockAdjustmentReasonID | integer |
None. |
|
StockAdjustmentReasonName | string |
Required |
|
ReasonDescription | string |
None. |
|
AdjustmentType | string |
Required |
|
IsLogicalDeleted | boolean |
None. |
|
CreatedBy | string |
None. |
|
CreatedOn | date |
None. |
|
ModifiedOn | date |
None. |
|
ModifiedBy | string |
None. |
Request 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-18T12:47:28.2505077+00:00", "ModifiedOn": "2025-06-18T12:47:28.2505077+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-18T12:47:28.2505077+00:00","ModifiedOn":"2025-06-18T12:47:28.2505077+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>2025-06-18T12:47:28.2505077+00:00</CreatedOn> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedOn>2025-06-18T12:47:28.2505077+00:00</ModifiedOn> <ReasonDescription>sample string 3</ReasonDescription> <StockAdjustmentReasonID>1</StockAdjustmentReasonID> <StockAdjustmentReasonName>sample string 2</StockAdjustmentReasonName> </StockAjustmentReason>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>