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