POST api/WMS/StdCheckNGIPRecord
Request Information
URI Parameters
None.
Body Parameters
CheckNGIP| Name | Description | Type | Additional 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:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>