POST api/Itm
Request Information
URI Parameters
None.
Body Parameters
getVerifyItem| Name | Description | Type | Additional information |
|---|---|---|---|
| SQID | integer |
None. |
|
| isValid | integer |
None. |
|
| QRCode | string |
None. |
|
| Matnr | string |
None. |
|
| UserID | string |
None. |
|
| LogType | string |
None. |
|
| Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SQID": 1,
"isValid": 2,
"QRCode": "sample string 3",
"Matnr": "sample string 4",
"UserID": "sample string 5",
"LogType": "sample string 6",
"Username": "sample string 7"
}
application/xml, text/xml
Sample:
<getVerifyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NDCIAPI.Models"> <LogType>sample string 6</LogType> <Matnr>sample string 4</Matnr> <QRCode>sample string 3</QRCode> <SQID>1</SQID> <UserID>sample string 5</UserID> <Username>sample string 7</Username> <isValid>2</isValid> </getVerifyItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
retVerifyItem| Name | Description | Type | Additional information |
|---|---|---|---|
| MsgType | string |
None. |
|
| MsgText | string |
None. |
|
| Matnr | string |
None. |
|
| MatName | string |
None. |
|
| MatDesc | string |
None. |
|
| MatImg | Object |
None. |
|
| SQID | integer |
None. |
|
| isValid | integer |
None. |
|
| ImgMxHeight | integer |
None. |
|
| ImgMxWidth | integer |
None. |
|
| ImgMnSize | integer |
None. |
|
| BestBefore | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MsgType": "sample string 1",
"MsgText": "sample string 2",
"Matnr": "sample string 3",
"MatName": "sample string 4",
"MatDesc": "sample string 5",
"MatImg": {},
"SQID": 7,
"isValid": 8,
"ImgMxHeight": 9,
"ImgMxWidth": 10,
"ImgMnSize": 11,
"BestBefore": "sample string 12"
}
application/xml, text/xml
Sample:
<retVerifyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NDCIAPI.Models"> <BestBefore>sample string 12</BestBefore> <ImgMnSize>11</ImgMnSize> <ImgMxHeight>9</ImgMxHeight> <ImgMxWidth>10</ImgMxWidth> <MatDesc>sample string 5</MatDesc> <MatImg /> <MatName>sample string 4</MatName> <Matnr>sample string 3</Matnr> <MsgText>sample string 2</MsgText> <MsgType>sample string 1</MsgType> <SQID>7</SQID> <isValid>8</isValid> </retVerifyItem>