GET cardapp/Akuvox/Scan

Documentation for 'Scan'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "codeKey": "sample string 1",
  "deviceId": "sample string 2"
}

application/xml, text/xml

Sample:
<AkuvoxScanRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicModel.Third.Akuvox">
  <codeKey>sample string 1</codeKey>
  <deviceId>sample string 2</deviceId>
</AkuvoxScanRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "isvalid": true
}

application/xml, text/xml

Sample:
<AkuvoxScanResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicModel.Third.Akuvox">
  <isvalid>true</isvalid>
</AkuvoxScanResponse>