Appearance
findQRCode ​
Returns a QR Code's details given a valid (and active) QR Code UUID (extracte from QR Code image)
Request ​
http
GET /rest/user/qrcodeHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
qrCodeUUID - A UUID of a QR Code
Response ​
200 OK ​
JSON Reponse:
NOTE: geo-fencing fields lat/long/radius may not be implemented in SAM for QR v1 but are included here for completeness.
json
{
"cId": 3,
"cName": "My Interact Finance",
"qrCodeUUID": "677449b5-83df-41ab-8400-9c3a4d391833",
"myLogo": "https://s3.amazonaws.com/DEV.com.nextinteract.brochures/3/images/3-myinteractlogo.1438919404582.JPG",
"qrCodeGeoLatitude": -33.861468,
"qrCodeGeoLongitude": 151.20918,
"qrCodeGeoRadiusMetres": 200,
"isUserConnected": true
}Errors ​
| Exception | Description |
|---|---|
WSCompanyServiceUnavailableException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSQRCodeNotFoundException | See Error Definitions |
WSQRCodeInactiveOrDeletedException | See Error Definitions |
WSQRCodeNotActiveYetException | See Error Definitions |
WSQRCodeExpiredException | See Error Definitions |
WSCompanyServiceException | See Error Definitions |
WSCacheServiceException | See Error Definitions |