POST api/v1/addoredit-StockAdjustmentreason?clientId={clientId}&sellerId={sellerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

sellerId

integer

Required

Body Parameters

StockAjustmentReason
NameDescriptionTypeAdditional 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
{
  "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"
}
{"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"}
<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>

Sample not available.

Response Information

Description:

Return type: boolean

Response Formats
true
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>