Checks a given Vytal Container-QR-Code against the Vytal_Webservice
None.
ReusableContainer (QR Code as string)
Verifycontainercode| Name | Description | Type | Additional information |
|---|---|---|---|
| ReusableContainer | string |
None. |
{
"ReusableContainer": "sample string 1"
}
<Verifycontainercode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC"> <ReusableContainer>sample string 1</ReusableContainer> </Verifycontainercode>
Sample not available.
ResponseVerifyContainerCode (ID_error, message)
ResponseVerifyContainerCode| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Error | integer |
None. |
|
| Message | string |
None. |
{
"ID_Error": 1,
"Message": "sample string 2"
}
<Verifycontainercode.ResponseVerifyContainerCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC"> <ID_Error>1</ID_Error> <Message>sample string 2</Message> </Verifycontainercode.ResponseVerifyContainerCode>