POST breeze/Inventory/IssueToWorkOrder

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:
{
  "WorkOrderNumber": 1,
  "PartRecordNumber": 2,
  "FromWarehouseId": "sample string 3",
  "FromBinId": "sample string 4",
  "PartId": "sample string 5",
  "PartQuantity": 6.1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.