POST api/Inventory/AdjustOut

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
transaction
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FromWarehouseId": "sample string 1",
  "FromBinId": "sample string 2",
  "ChargeAccountId": "sample string 3",
  "PartId": "sample string 4",
  "PartQuantity": 5.1
}

application/xml, text/xml

Sample:
<NonSerializedInventoryAdjustOutTransactionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMApi.Models.Inventory.Transactions">
  <PartId>sample string 4</PartId>
  <PartQuantity>5.1</PartQuantity>
  <ChargeAccountId>sample string 3</ChargeAccountId>
  <FromBinId>sample string 2</FromBinId>
  <FromWarehouseId>sample string 1</FromWarehouseId>
</NonSerializedInventoryAdjustOutTransactionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.