POST cardapp/V4/CheckFullIdList
Documentation for 'CheckFullIdList'.
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:
{
"Mac": "sample string 1",
"nowTime": "sample string 2",
"Language": 3
}
application/xml, text/xml
Sample:
<CheckFullIdListRequest 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">3</Language> <Mac>sample string 1</Mac> <nowTime>sample string 2</nowTime> </CheckFullIdListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Data": [
1,
2,
3
],
"ResultType": 1,
"ResultMessage": "sample string 2",
"Code": 3,
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<CheckFullIdListResponse 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">3</Code>
<Message xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">sample string 4</Message>
<ResultMessage xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">sample string 2</ResultMessage>
<ResultType xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">1</ResultType>
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
<d2p1:long>3</d2p1:long>
</Data>
</CheckFullIdListResponse>