POST api/WarehouseReceipts/Items/AddByPartNumber
Request Information
URI Parameters
None.
Body Parameters
AddItemToWRInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WR_Id | globally unique identifier |
Required |
|
| PartNumber | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"WR_Id": "e173a95d-f9e9-4019-9d12-8a5098163530",
"PartNumber": "sample string 2"
}
application/xml, text/xml
Sample:
<AddItemToWRInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <PartNumber>sample string 2</PartNumber> <WR_Id>e173a95d-f9e9-4019-9d12-8a5098163530</WR_Id> </AddItemToWRInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"WR_Id":"e173a95d-f9e9-4019-9d12-8a5098163530","PartNumber":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.