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": "52e0b1c9-d580-433e-b05c-b608b58567cf",
"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>52e0b1c9-d580-433e-b05c-b608b58567cf</WR_Id> </AddItemToWRInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"WR_Id":"52e0b1c9-d580-433e-b05c-b608b58567cf","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.