POST api/V1/ValidateSerialNumber
Request Information
URI Parameters
None.
Body Parameters
ItemSerial| Name | Description | Type | Additional information |
|---|---|---|---|
| materialCode | string |
None. |
|
| serialNumber | string |
None. |
|
| accessKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"materialCode": "sample string 1",
"serialNumber": "sample string 2",
"accessKey": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ISerialResp| Name | Description | Type | Additional information |
|---|---|---|---|
| responseStatus | integer |
None. |
|
| responseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseStatus": 1,
"responseMessage": "sample string 2"
}