GET cardapp/V3/GetBussinessData?accessCredentialsTypeId={accessCredentialsTypeId}&userId={userId}&pointId={pointId}

Documentation for 'GetBussinessData'.

Request Information

Parameters

NameDescriptionAdditional information
accessCredentialsTypeId
Documentation for 'accessCredentialsTypeId'.

Define this parameter in the request URI.

userId
Documentation for 'userId'.

Define this parameter in the request URI.

pointId
Documentation for 'pointId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Item1": 0,
  "Item2": "sample string 1"
}

application/xml, text/xml

Sample:
<ValueTupleOfEnQrCodeBusinessTypestringlgrEfMrM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <Item1>None</Item1>
  <Item2>sample string 1</Item2>
</ValueTupleOfEnQrCodeBusinessTypestringlgrEfMrM>