Kiosk
Login to KIOKS.
Data | Type | Description |
---|---|---|
emailId | string | Login credentials |
password | string | Password |
deviceId | string | Device id |
deviceName | string | |
MacID | string |
curl -X POST \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{
"emailId": "test@lingapos.com",
"password": "test",
"deviceId": "59801e209230ca6068bfdf65",
"deviceName": "kiosk1",
"MacID": "59801e209230ca6068bfdf65",
}' \
https://api.lingaros.com/v1/lingapos/kioskLogin?iPadAppVersion=10.2.2 \
Get Get Store Json.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/kioskJSON
Data | Type | Description |
---|---|---|
token | string | Login credentials return token data |
licenseKey | string | Login credentials return token data |
deviceId | string | Device id |
deviceName | string |
curl -X GET \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
https://api.lingaros.com/v1/lingapos/store/{store-id}/kioskJSON?token={token}&version={0}&customerJsonVersion=781&deviceId={android_id}&licenseKey={licensekey}&deviceName={deviceName}&iPadAppVersion={versionCode}{versionName} \