POST api/WMS/StdCheckNGIPRecord

Request Information

URI Parameters

None.

Body Parameters

CheckNGIP
NameDescriptionTypeAdditional information
productId

integer

None.

supplierId

integer

None.

userName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "productId": 1,
  "supplierId": 2,
  "userName": "sample string 3"
}

application/xml, text/xml

Sample:
<CheckNGIP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API.Models">
  <productId>1</productId>
  <supplierId>2</supplierId>
  <userName>sample string 3</userName>
</CheckNGIP>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CheckNGIP'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>