POST cardapp/V4/Checksum

Documentation for 'Checksum'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Mac": "sample string 1",
  "Total": 2,
  "nowTime": "sample string 3",
  "Language": 4
}

application/xml, text/xml

Sample:
<ChecksumRequest 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 1</Mac>
  <Total>2</Total>
  <nowTime>sample string 3</nowTime>
</ChecksumRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ResultType": 1,
  "ResultMessage": "sample string 2",
  "Code": 3,
  "Message": "sample string 4"
}

application/xml, text/xml

Sample:
<BaseCardAppApiResponseResultType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">
  <Code>3</Code>
  <Message>sample string 4</Message>
  <ResultMessage>sample string 2</ResultMessage>
  <ResultType>1</ResultType>
</BaseCardAppApiResponseResultType>