POST cardapp/V4/VerifyByNixon
Documentation for 'VerifyByNixon'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"QrCode": "sample string 1",
"Mac": "sample string 2",
"ReaderId": "sample string 3",
"Language": 4
}
application/xml, text/xml
Sample:
<VerifyByNixonRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicModel.Third.CardAppV4"> <Language xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">4</Language> <Mac>sample string 2</Mac> <QrCode>sample string 1</QrCode> <ReaderId>sample string 3</ReaderId> </VerifyByNixonRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"Type": "sample string 2",
"destinations": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"CardNo": "sample string 3",
"BusinessCode": "sample string 4",
"ResultType": 5,
"ResultMessage": "sample string 6",
"Code": 7,
"Message": "sample string 8"
}
application/xml, text/xml
Sample:
<VerifyByNixonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicModel.Third.CardAppV4">
<Code xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">7</Code>
<Message xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">sample string 8</Message>
<ResultMessage xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">sample string 6</ResultMessage>
<ResultType xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">5</ResultType>
<BusinessCode>sample string 4</BusinessCode>
<CardNo>sample string 3</CardNo>
<Type>sample string 2</Type>
<UserId>sample string 1</UserId>
<destinations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</destinations>
</VerifyByNixonResponse>