POST api/WarehouseReceipts/Items/AddByPartNumber

Request Information

URI Parameters

None.

Body Parameters

AddItemToWRInputModel
NameDescriptionTypeAdditional information
WR_Id

globally unique identifier

Required

PartNumber

string

Required

Request Formats

application/json, text/json

Sample:
{
  "WR_Id": "268e6999-eb45-4bcb-bc23-0247f1db4a1e",
  "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>268e6999-eb45-4bcb-bc23-0247f1db4a1e</WR_Id>
</AddItemToWRInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"WR_Id":"268e6999-eb45-4bcb-bc23-0247f1db4a1e","PartNumber":"sample string 2"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.