ExperthubRobotics APIs Version 2 Doc
App Installer API
Purpose
ExperthubRobotics has standard App Installer API used to Install application which are requier for expert hub robotics.
ExperthubRobotics has standard App Installer API return list of robot which support by ExperthubRobotics Apps.
Request
GET
Additional Header Parameters
URI Parameters
Body Parameters
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| RobotName |
List Robots of robot by Expert Hub Robotics support for App Installer. |
string |
Response Formats
[
"robot 1",
"robot 2"
]
Example
Request
GET
Request Body
[
"Expert Amy Plus",
"Cruzr",
"Elf",
"Max",
"MIMax",
"MIMaxTab",
"Mini Elf",
"Mitra",
"Pepper"
]
App Installer Applications API
Purpose
ExperthubRobotics has standard App Installer API used to Install application which are requier for expert hub robotics.
Request
GET
Additional Header Parameters
URI Parameters
Body Parameters
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| ID |
Unique App ID |
integer |
| RobotName |
Name of the Robot for which APK is support. |
string |
| Application |
Name of Application. |
string |
| PackageName |
Application Package Name. |
string |
| PackageVersion |
Application Package Version. |
string |
| DownloadLink |
Application Download Link. |
string |
| ReleaseDate |
Application Release Date. |
string |
| ReleaseNotes |
Application Release Notes. |
string |
| InstallMessage |
Application Install Detail Message. |
string |
| ApkVersion |
Application Version Detail Message. |
string |
Response Formats
[
{
"ID": 1,
"RobotName": "string 1",
"Application": "string 2",
"PackageName": "string 3",
"PackageVersion": "2.000000",
"DownloadLink": "string 4",
"ReleaseDate": "2022-01-31",
"ReleaseNotes": "string 5",
"InstallMessage": "string 6",
"ApkVersion": "string 7"
},
{
"ID": 1,
"RobotName": "string 1",
"Application": "string 2",
"PackageName": "string 3",
"PackageVersion": "2.000000",
"DownloadLink": "string 4",
"ReleaseDate": "2022-01-31",
"ReleaseNotes": "string 5",
"InstallMessage": "string 6",
"ApkVersion": "string 7"
}
]
Example
Request
GET
Request Body
[
{
"ID": 1,
"RobotName": "Pepper",
"Application": "Expert Hub Robotics",
"PackageName": "com.android.expertpepper",
"PackageVersion": "2.230329",
"DownloadLink": "https://experthubrobotics.com/Pepper.apk",
"ReleaseDate": "2023-03-26",
"ReleaseNotes": "Expert Software released with additional security protocol. New Module Chat GPT1.0. Quick Switch from English to Arabic Arabic to English at any screen. .",
"InstallMessage": "Install foundation Module of Expert Hub Software.",
"ApkVersion": "Expert"
},
{
"ID": 2,
"RobotName": "Pepper",
"Application": "Google Chrome",
"PackageName": "com.chrome.beta",
"PackageVersion": "78.0.3904.43",
"DownloadLink": "https://experthubrobotics.com/chrome.apk",
"ReleaseDate": "2023-03-26",
"ReleaseNotes": "Expert Software released with additional security protocol. New Module Chat GPT1.0. Quick Switch from English to Arabic Arabic to English at any screen.",
"InstallMessage": "Install this service, to browse website.",
"ApkVersion": "Expert"
}
]
Example
Request
GET
Request Body
[
{
"Code": "400",
"Message": "Robot Name is Requierd to get list of Application."
}
]
Example
Request
GET
Request Body
[
{
"Code": "400",
"Message": "No Application Found for Robot Type xyz."
}
]
Example
Request
GET
Request Body
[
{
"Code": "400",
"Message": "Enter Apk Version."
}
]
Software API
Purpose
ExperthubRobotics has standard Software such as Expert Hub Payment, Expert Hub Standard, and so on. Using ExperthubRobotics REST API, you can retrieve the list of available software through the Get List of software API.
Request
GET
Additional Header Parameters
URI Parameters
Body Parameters
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| SoftwareID |
Software Unique ID. |
integer |
| SoftwareType |
Client Software Type. |
string |
Response Formats
[
{
"SoftwareID": 1,
"SoftwareType": "String"
}
]
Example
Request
GET
Request Body
[
{
"SoftwareID": 1,
"SoftwareType": "Expert Hub Payment Module"
},
{
"SoftwareID": 2,
"SoftwareType": "Expert Hub Standard Module"
}
]
Application API
Purpose
ExperthubRobotics has standard Application such as Expert Restaurant, Expert Health, Expert Education, Expert Retail, Expert Office, Expert Home, Expert Exhibition, and so on. Using ExperthubRobotics REST API, you can retrieve the list of available application through the Get List of application API.
Request
GET
Additional Header Parameters
URI Parameters
| Name | Description | Type |
|---|---|---|
| ID |
Software Unique ID. |
integer |
Body Parameters
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| AppSoftwareTypeID |
Application Unique ID. |
integer |
| ApplicationName |
Application of Software Type. |
string |
| AppMenuTypeID |
Application Menu Type ID. |
integer |
| Description |
Detail Description of Application. |
string |
Response Formats
[
{
"AppSoftwareTypeID": 1,
"ApplicationName": "String",
"AppMenuTypeID": 1,
"Description": "String"
}
]
Example
Request
GET
Request Body
[
{
"AppSoftwareTypeID": 5,
"ApplicationName": "Expert Lounge",
"AppMenuTypeID": 1,
"Description": "Arabic / English Languages; Wander Around Mode; Dance Mode; Display Logo, Company Name, Moto, Announcement, Chat / Question & Answers; Display QR to download Catalogue; Display Refreshment to order them with mobile number, select the Department to Book appointment."
},
{
"AppSoftwareTypeID": 9,
"ApplicationName": "Expert Exhibition Booth Host",
"AppMenuTypeID": 1,
"Description": "Arabic / English Languages; Wander Around Mode; Dance Mode; Display Logo, Company Name, Moto, Announcement, Chat / Question & Answers; Display QR to download Catalogue; Display Refreshment to order them with mobile number, select the Department to Book appointment."
}
]
Languages API
Purpose
ExperthubRobotics has standard Languages such as English, Arabic and so on. Using ExperthubRobotics REST API, you can retrieve the list of available application through the Get List of application API.
Request
GET
Additional Header Parameters
URI Parameters
Body Parameters
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| ID |
Language Unique ID. |
integer |
| Language |
Language Name. |
string |
Response Formats
[
{
"ID": 1,
"Language": "String"
}
]
Example
Request
GET
Request Body
[
{
"ID": 1,
"Language": "English"
},
{
"ID": 2,
"Language": "Arabic"
}
]
Demo Signup API
Purpose
To create Demo Account at ExperthubRobotics App.
Request
POST
Additional Header Parameters
URI Parameters
Body Parameters
| Name | Description | Type |
|---|---|---|
| Robot_ID |
Robot ID in which application in install. |
string |
| FullName |
Full Name of Client. *Allow a-zA-Z and Space. |
string |
|
Client Login Email Address. *Allow valid Email Only. |
string | |
| Mobile |
Client Mobile Number. *Allow 0-9 only International Number without 00. |
string |
| AppSoftwareType |
Application of Software Type. Application Unique ID from ExperthubRobotics Applications. |
integer |
| SoftwareVersion |
Software Version on which app is running. |
decimal(1.XXX) |
| MenuVersion |
Menu Version on which app menu is running. |
decimal(1.XXXX) |
| RobotName |
Robot Name in which application in install. |
string |
| ReleaseNotes |
Release Notes of application. |
string |
| ReleaseDate |
Release Date of application. |
date(yyyy-MM-dd) |
| RobotNickName |
(Optional)Robot Nick Name in which application in install. |
string |
Note:
All Fields are mandatory.
App Software Type Must be Unique id(AppSoftwareTypeID) from Application Request.
Request Formats
{
"Robot_ID": "sample string 1",
"FullName": "sample string 2",
"Email": "sample string 3",
"Mobile": "sample string 4",
"AppSoftwareType": 1,
"SoftwareVersion": "1.001",
"MenuVersion": "1.0001",
"RobotName": "sample string 5",
"ReleaseNotes": "sample string 6",
"ReleaseDate": "2021-01-31",
"RobotNickName": "sample string 7"
}
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| Robot_ID |
Robot ID in which application in install. |
integer |
| CORPORATEID |
Registered Sample Corporate ID. |
integer |
| Message |
Message. |
string |
| SoftwareVersion |
Software Version on which app is running. |
string(X.000) |
| ReleaseNotes |
Release Notes of application. |
string |
| ReleaseDate |
Release Date of application. |
string |
Response Formats
[
{
"Robot_ID": "d3073032a9c41e5a",
"CORPORATEID": 1,
"Message": "Demo Account Created Successfully.",
"SoftwareVersion": "1.000",
"ReleaseNotes": "Sample Release Notes of application.",
"ReleaseDate": "2021-01-01T00:00:00"
}
]
Example(Requst First Time)
Request
POST
Request Body
{
"Robot_ID": "23",
"FullName": "test",
"Email": "test.user@experthubrobotics.com",
"Mobile": "9711111111111",
"AppSoftwareType": 1,
"SoftwareVersion": "1.001",
"MenuVersion": "1.0001",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes.",
"ReleaseDate": "2021-01-31",
"RobotNickName": "Sanbot ELF"
}
Response Body
200
[
{
"Robot_ID": "23",
"CORPORATEID": 25,
"Message": "Demo Account Created Successfully.",
"SoftwareVersion": "1.000",
"ReleaseNotes": "",
"ReleaseDate": "2021-01-01T00:00:00"
}
]
Example(Requst After Expired)
Request
POST
Request Body
{
"Robot_ID": "23",
"FullName": "test",
"Email": "test.user@experthubrobotics.com",
"Mobile": "9711111111111",
"AppSoftwareType": 1,
"SoftwareVersion": "1.001",
"MenuVersion": "1.0001",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes.",
"ReleaseDate": "2021-01-31",
"RobotNickName": "Sanbot ELF"
}
Response Body
400
[
{
"Code": "410",
"Message": "Demo Account Expired."
}
]
Corporate Sign Up API
Purpose
To create corporate account at ExperthubRobotics app.
Request
POST
Additional Header Parameters
URI Parameters
Body Parameters
| Name | Description | Type |
|---|---|---|
| FullName |
Full Name of Client. *Allow a-zA-Z and Space. |
string |
|
Client Login Email Address. *Allow valid Email Only. |
string | |
| Mobile |
Client Mobile Number. *Allow 0-9 only International Number without 00. |
string |
Note:
All Fields are mandatory.which are not mark (optional).
Request Formats
{
"FullName": "sample string 3",
"Email": "sample string 4",
"Mobile": "sample string 5"
}
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| CORPORATEID |
Registered Corporate ID. |
integer |
| Message |
Message for registration completed Status. |
string |
Response Formats
{
"CORPORATEID":25,
"Message":"sample string 1"
}
Example
Request
POST
Request Body
{
"FullName": "test",
"Email": "test@experthubrobotics.com",
"Mobile": "971111111111"
}
Response Body
200
{
"CORPORATEID":25,
"Message":"Signup successfully."
}
Example(Invalid Data)
Request
POST
Request Body
{
"FullName": "test",
"Email": "",
"Mobile": "971111111111"
}
Response Body
400
{
"Code": "400",
"Message": "Enter Email."
}
Example(Already Register)
Request
POST
Request Body
{
"FullName": "test",
"Email": "test@experthubrobotics.com",
"Mobile": "971111111111"
}
Response Body
400
{
"Code": "400",
"Message": "Corporate signup already exists, reach out expert hub robotics to activate your membership call 9 1 9 1 7 3 9 1 4 8 3 2 ."
}
Sign Up API
Purpose
To create account at ExperthubRobotics app.
Request
POST
Additional Header Parameters
URI Parameters
Body Parameters
| Name | Description | Type |
|---|---|---|
| Robot_ID |
Robot ID. |
string |
| FullName |
Full Name of Client. *Allow a-zA-Z and Space. |
string |
|
Client Login Email Address. *Allow valid Email Only. |
string | |
| Mobile |
Client Mobile Number. *Allow 0-9 only International Number without 00. |
string |
| Password |
Password of Robot Sign In. end to end encrypted. |
string |
| AppSoftwareType |
Application of Software Type. Application Unique ID from ExperthubRobotics Applications. |
integer |
| CorporateID |
(optional) If Client Provide Existing Corporate ID. |
integer |
| SoftwareVersion |
Software Version on which app is running. |
decimal(1.XXXXXX) |
| MenuVersion |
Menu Version on which app menu is running. |
decimal(1.XXXXXXXX) |
| RobotName |
Robot Name in which application in install. |
string |
| ReleaseNotes |
Release Notes of application. |
string |
| ReleaseDate |
Release Date of application. |
date(yyyy-MM-dd) |
| RobotNickName |
(Optional)Robot Nick Name in which application in install. |
string |
Note:
All Fields are mandatory.which are not mark (optional).
App Software Type Must be Unique id(AppSoftwareTypeID) from Application Request.
Request Formats
{
"Robot_ID": "sample string 1",
"CorporateID": 2,
"FullName": "sample string 3",
"Email": "sample string 4",
"Mobile": "sample string 5",
"Password": "sample string",
"AppSoftwareType": 1,
"SoftwareVersion": "1.000000",
"MenuVersion": "1.00000001",
"RobotName": "sample string 6",
"ReleaseNotes": "sample string 7",
"ReleaseDate": "2021-01-31",
"RobotNickName": "sample string 8"
}
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| Robot_ID |
Robot ID. |
string |
| CORPORATEID |
Registered Corporate ID. |
integer |
| Message |
Message for registration completed Status. |
string |
| Daily |
Software Daily Charges/ Amount. |
string |
| Monthly |
Software Monthly Charges/ Amount. |
string |
| Yearly |
Software Yearly Charges/ Amount. |
string |
| Currency |
Software Charges/ Amount in Currency. |
string |
| SoftwareVersion |
Software Version on which app is running. |
decimal(1.XXXXXX) |
| ReleaseNotes |
Release Notes of application. |
string |
| ReleaseDate |
Release Date of application. |
date(yyyy-MM-dd) |
Response Formats
{
"Robot_ID": "sample string 1",
"CORPORATEID": 2,
"Message": "sample string 3",
"Daily": "sample string 4",
"Monthly": "sample string 5",
"Yearly": "sample string 6",
"Currency": "sample string 7",
"SoftwareVersion": "1.000000",
"ReleaseNotes": "sample string 8",
"ReleaseDate": "2021-01-31",
}
Example
Request
POST
Request Body
{
"Robot_ID": "23",
"CorporateID": 25,
"FullName": "test",
"Email": "test.user@experthubrobotics.com",
"Mobile": "9711111111111",
"Password": "/hrUpYb8GI82VQgIsNLVagade\asdea\u003d",
"AppSoftwareType": 1,
"CorporateID" : 2,
"SoftwareVersion": "2.000000",
"MenuVersion": "2.00000000",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes.",
"ReleaseDate": "2021-01-31",
"RobotNickName": "Sanbot ELF"
}
Response Body
200
{
"Robot_ID": "23",
"CORPORATEID": 25,
"Message": "Sign Up Successfully, Otp Sent to Register Mobile.",
"Daily": "900",
"Monthly": "300",
"Yearly": "1200",
"Currency": "USD",
"SoftwareVersion": "2.230327",
"ReleaseNotes": "This is sample Release Notes.",
"ReleaseDate": "2023-03-29T00:00:00"
}
Example(Invalid Data)
Request
POST
Request Body
{
"Robot_ID": "23",
"CorporateID": 25,
"FullName": "test",
"Email": "",
"Mobile": "9711111111111",
"Password": "/hrUpYb8GI82VQgIsNLVagade\asdea\u003d",
"AppSoftwareType": 1,
"SoftwareVersion": "1.000",
"MenuVersion": "1.0000",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes.",
"ReleaseDate": "2021-01-31",
"RobotNickName": "Sanbot ELF"
}
Response Body
400
{
"Code": "400",
"Message": "Email cannot empty or null."
}
Example(Already Register has expired)
Request
POST
Request Body
{
"Robot_ID": "d3073032a9c41e5a",
"CORPORATEID": "65",
"FullName": "test ",
"Email": "test@experthubrobotics.com",
"Mobile": "9711111111111",
"Password": "/hrUpYb8GI82VQgIsNLVag\u003d\u003d",
"AppSoftwareType": "13",
"SoftwareVersion": "2.804",
"MenuVersion": "2.804",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes",
"ReleaseDate": "2022-06-06"
}
Response Body
400
{
"Code": "400",
"Message": "Robot Sign up Sign-in has expired, needs to be activation for Application Anti Bullying Monitor, Call 9 7 1 5 0 4 2 1 6 4 9 9 to activate your membership."
}
Example(Needs to be Activate)
Request
POST
Request Body
{
"Robot_ID": "d3073032a9c41e5a",
"CORPORATEID": "65",
"FullName": "test ",
"Email": "test@experthubrobotics.com",
"Mobile": "9711111111111",
"Password": "/hrUpaddasdsdadasdddaVag\u003d\u003d",
"AppSoftwareType": "1",
"SoftwareVersion": "2.804",
"MenuVersion": "2.804",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes.",
"ReleaseDate": "2022-06-06"
}
Response Body
400
{
"Code": "400",
"Message": "Robot Sign up Sign-in needs to be activate for Application Education , call 9 7 1 5 0 4 2 1 6 4 9 9 to activate your membership."
}
Example(Robot Sign up Already Exist)
Request
POST
Request Body
{
"Robot_ID": "d3073032a9c41e5a",
"CORPORATEID": "65",
"FullName": "test ",
"Email": "test@experthubrobotics.com",
"Mobile": "9711111111111",
"Password": "/hrUpaddasdsdadasdddaVag\u003d\u003d",
"AppSoftwareType": "1",
"SoftwareVersion": "2.804",
"MenuVersion": "2.804",
"RobotName": "Sanbot ELF",
"ReleaseNotes": "Sanbot ELF Release Notes.",
"ReleaseDate": "2022-06-06"
}
Response Body
400
{
"Code": "400",
"Message": "Robot Sign up already exist for Application Education , reach out expert hub robotics to activate your membership call 9 7 1 5 0 4 2 1 6 4 9 9 to activate your membership."
}
Verify Corporate Details API
Purpose
To Verify corporate account details while signup in ExperthubRobotics app.
Request
POST
Additional Header Parameters
URI Parameters
Body Parameters
| Name | Description | Type |
|---|---|---|
| CorporateID |
Registered Corporate ID. |
integer |
Note:
All Body Parameters are mandatory.
Request Formats
{
"CorporateID": 1
}
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| CORPORATEID |
Registered Corporate ID. |
integer |
| Message |
Status of Corporate Verification. |
string |
Response Formats
{
"CORPORATEID": 1,
"Message": "sample string 2"
}
Example
Request
POST
Request Body
{
"CorporateID": "2"
}
Response Body
200
{
"CorporateID": 2,
"Message": "Corporate details verify successfully."
}
Example(Empty / Null)
Request
POST
Request Body
{
"CorporateID": 0
}
Response Body
400
{
"Code": "400",
"Message": "CorporateID cannot empty or null."
}
Example(Invalid / Not Exist)
Request
POST
Request Body
{
"CorporateID": "20000000"
}
Response Body
400
{
"Code": "400",
"Message": "Corporate Account not exist with Corporate ID."
}
Verify OTP API
Purpose
To Verify account details via One Time Password on SignUp and Demo Account in ExperthubRobotics app.
Request
POST
Additional Header Parameters
URI Parameters
Body Parameters
| Name | Description | Type |
|---|---|---|
| CORPORATEID |
Registered Corporate ID. |
integer |
| RobotID |
Robot ID. |
string |
|
Registered Corporate Email. *Allow valid Email Only. |
string | |
| AppSoftwareType |
Application of Software Type. Application Unique ID from ExperthubRobotics Applications. |
integer |
| VerifyFor |
OTP Verify For Demo/ SignUp/ Corporate. |
string(Demo/ SignUp/ Corporate) |
| OTP |
OTP get via Message. |
integer |
| Payment |
(Optional) Payment Type which is selected by user(Pay Now/ Send Link). |
string |
| SignUpDays |
(Optional) Number of Day Application Valid till. |
integer |
Note:
All Body Parameters are mandatory.which are not mark (optional)
App Software Type Must be Unique id(AppSoftwareTypeID) from Application Request.
Request Formats
{
"CORPORATEID": 1,
"RobotID": "sample string 2",
"Email": "sample string 3",
"AppSoftwareType": 4,
"VerifyFor": "sample string 5",
"OTP": 623654,
"Payment": "sample string 7",
"SignUpDays": 180
}
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| CORPORATEID |
Registered Corporate ID. |
integer |
| Message |
Status of OTP Verification. |
string |
| Demo Video Link |
Demo youtube video link to play on app screen for demo of the software. |
string |
Response Formats
{
"CORPORATEID": 1,
"Message": "sample string 2",
"Demo Video Link": "https://www.youtube.com/watch?v=Vsaekh1IayM"
}
Example
Request
POST
Request Body
{
"CORPORATEID": 1,
"RobotID": "963258741",
"Email": "example@experthutrobotic.com",
"AppSoftwareType": 25,
"VerifyFor": "Demo",
"Payment": "Pay Now",
"OTP": 123456,
"SignUpDays": 180
}
Response Body
200
{
"CORPORATEID": 1,
"Message": "Robot Sign up successful for Application Floor Sales BOT, reach out expert hub robotics to activate your membership call 9 7 1 5 0 4 2 1 6 4 9 9 ",
"Demo Video Link": "https://www.youtube.com/watch?v=Vsaekh1IayM"
}
Example(Empty / Null)
Request
POST
Request Body
{
"Email": "example@experthutrobotic.com",
"AppSoftwareType": 4,
"VerifyFor": "Demo",
"Payment": "Pay Now",
"OTP": 1234567890,
"SignUpDays": 180
}
Response Body
400
{
"CORPORATEID": 0,
"Message": "Mandatory parameters cannot empty or null.",
Demo Video Link": ""
}
Example(Already Verify)
Request
POST
Request Body
{
"CORPORATEID": 1,
"Email": "example@experthutrobotic.com",
"AppSoftwareType": 4,
"VerifyFor": "SignUp",
"Payment": "Pay Now",
"OTP": 1234567890,
"SignUpDays": 180
}
Response Body
400
{
"CORPORATEID": 0,
"Message": "OTP Already Verify.",
"Demo Video Link": "https://www.youtube.com/watch?v=Vsaekh1IayM"
}
Example(Invalid OTP)
Request
POST
Request Body
{
"CORPORATEID": 1,
"Email": "example@experthutrobotic.com",
"AppSoftwareType": 4,
"VerifyFor": "SignUp",
"Payment": "Pay Now",
"OTP": 1234567890
}
Response Body
400
{
"CORPORATEID": 68,
"Message": "Invalid OTP, Please insert correct OTP to proceed.",
"Demo Video Link": "https://www.youtube.com/watch?v=Vsaekh1IayM"
}
Example(Corporate Signup successful)
Request
POST
Request Body
{
"CORPORATEID": "1",
"OTP": "982782",
"Email": "example@experthutrobotic.com",
"VerifyFor": "Corporate"
}
Response Body
200
{
"CORPORATEID": 1,
"Message": "Corporate Sign up successful, reach out expert hub robotics to activate your membership call 9 7 1 5 0 4 2 1 6 4 9 9 ",
"Demo Video Link": "https://www.youtube.com/watch?v=Vsaekh1IayM"
}
Example(Robot Signup successful)
Request
POST
Request Body
{
"CORPORATEID": "1",
"OTP": "372002",
"RobotID": "963258741",
"Email": "example@experthutrobotic.com",
"appSoftwareType": "3",
"VerifyFor": "SignUp",
"SignUpDays": "365",
"Payment": "Enquire Now"
}
Response Body
200
{
"CORPORATEID": 65,
"Message": "Robot Signup successful for Application Education , reach out expert hub robotics to activate your membership call 9 7 1 5 0 4 2 1 6 4 9 9 ",
"Demo Video Link": "https://www.youtube.com/watch?v=iUQlwFpA_Gs"
}
Resend OTP API
Purpose
To Resend OTP details while signup or demo in ExperthubRobotics app.
Request
POST
Additional Header Parameters
URI Parameters
Body Parameters
| Name | Description | Type |
|---|---|---|
| CORPORATEID |
Registered Corporate ID. |
integer |
| RobotID |
Robot ID. |
string |
|
Registered Corporate Email. *Allow valid Email Only. |
string | |
| AppSoftwareType |
Application of Software Type. Application Unique ID from ExperthubRobotics Applications. |
integer |
| OTPFor |
OTP For Demo/ SignUp/ Corporate. |
string(Demo/ SignUp/ Corporate) |
Note:
All Body Parameters are mandatory.which are not mark (optional)
App Software Type Must be Unique id(AppSoftwareTypeID) from Application Request.
Request Formats
{
"CORPORATEID": 1,
"RobotID": "sample string 2",
"Email": "sample string 3",
"AppSoftwareType": 5,
"OTPFor": "SignUp"
}
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| CORPORATEID |
Registered Corporate ID. |
integer |
| Message |
Status of OTP Sent. |
string |
| Demo Video Link |
Demo Youtube Video Link for Successful Demo Sign Up. |
string |
Response Formats
{
"CORPORATEID": 1,
"Message": "sample string 2",
"Demo Video Link": "sample string 3"
}
Example
Request
POST
Request Body
{
"CORPORATEID": 1,
"RobotID": "123",
"Email": "example@experthubrobotics.com",
"AppSoftwareType": 4,
"OTPFor": "SignUp"
}
Response Body
200
{
"CORPORATEID": 55,
"Message": "OTP Re-Sent to Register Mobile.",
"Demo Video Link": ""
}
Example(Empty / Null)
Request
POST
Request Body
{
"CORPORATEID": 1,
"RobotID": "123",
"AppSoftwareType": 4,
"OTPFor": "SignUp"
}
Response Body
400
{
"Code": "400",
"Message": "Recent register email cannot empty or null."
}
Example(No Details)
Request
POST
Request Body
{
"CORPORATEID": 1,
"RobotID": "367465eb6960c60f",
"Email": "suppor2@experthubrobotics.com",
"AppSoftwareType": 4,
"OTPFor": "SignUp"
}
Response Body
400
{
"CORPORATEID": 1,
"Message": "No details found for OTP Resend.",
"Demo Video Link": null
}
Sign In API
Purpose
To SignIn in ExperthubRobotics app and get auth code for further requst to api.
Api responce is also contains details for the AUTH Code, Payment API Link, SMS API Details and Send Email Details to use in ExperthubRotobics app.
Request
POST
Additional Header Parameters
URI Parameters
| Name | Description | Type |
|---|---|---|
| Robot_ID |
Robot ID in which app install Installed. |
string |
| EMAIL_ID |
Client Login Email Address. *Allow valid Email Only. |
string |
| PASSWORD |
Application Sign in Password. |
string |
| RobotName |
Robot Name in which application in install. |
string |
| SoftwareType |
(Optional) Client Software Type. Unique ID from master of Software Type. |
integer |
| SoftwareVersion |
(Optional) Software Version on which app is running. |
decimal(1.XXXXXX) |
| MenuVersion |
(Optional) Menu Version on which app menu is running. |
decimal(1.XXXXXXXX) |
| CORPORATEID |
Registered Corporate ID. |
integer |
| Language |
(Optional) Language ID which selected by visitor. |
int |
| ImageVersion |
(Optional) Image Version which is previous signin image version. |
decimal(1.XXXXXXXXXX) |
| FeedFileKey |
(Optional) Feed File Key name which is previous signin file name. |
string |
| SignInType |
(Optional) Sign In Type(SignIn/ Refresh), identify that robot is signin or refresh new data only with images. |
string |
Body Parameters
Note:
All URL Parameters are mandatory.
App Software Type Must be Unique id(AppSoftwareTypeID) from Application Request.
Password should be encrypted in robot.
Request Formats
Response Information
Resource Description
| Name | Description | Type |
|---|---|---|
| CORPORATEID | Registered Corporate ID. | integer |
| Company | Firm/ Organization Name. | string |
| ClientName | Client Full Name. | string |
| Moto | Moto | string |
| AuthenticationCode | Authentication Code Fot Get Menu, Messages, Demographic, Chat, Navigation and Triggers. | string |
| DaysRemaining | Authentication days. | integer |
| AuthenticationDate | Authentication Date. | date |
| BGHome | Application Home Background Image. | string |
| BGMain | Application Inner Pages Background Image. | string |
| HomeFace | Application Home Face Image. | string |
| AppIcon | Application Icon Image. | string |
| MenuIcon | Application Checkout Icon Shows. | string |
| ColorCode | Application Color Code for the Button and Application. | string |
| FontColor | Application Font Code for the Button and Application. | string |
| TitleColor | Application Title Code for the Button and Application. | string |
| IconColor | Application Icon Code for the Button and Application. | string |
| ButtonFontColor | Application Button Font Color Code for the Button and Application. | string |
| AppSoftwareType | Application of Software Type. Application Unique ID from ExperthubRobotics Applications. | integer |
| AppMenuTypeID | Application of Menu Type. Menu Type from ExperthubRobotics Applications. 0 = No Menu, 1 = Stander Menu, 2 = Payment Menu | integer (0 / 1 / 2) |
| RobotNickName | Robot Nick Name. | string |
| LeastFeedFileName | Least Feed File Uploaded Name. | string |
| MenuVersion | Menu Version on which app menu is running. | decimal(1.XXXXXXXX) |
| ImageVersion | Image Version. | decimal(1.XXXXXXXXXX) |
| AutoStart | Application auto start when on. | Boolean |
| RobotExID | Robot Ex ID. | string |
| VisitorScreenTimeOut | Visitor Screen TimeOut. | integer |
| VisitorUserIdleTimeOut | Visitor User Idel TimeOut. | integer |
| SpeechRecognitionNumberOfTry | Speech Recognition Number Of Try. | integer |
| Wander | Enable Wander Mode. | string |
| DanceMode | Enable Dance Mode. | string |
| ManageBy | Manage By. | string |
| Languages | Languages | string |
| AutoCharging | Robot will move to Auto Charging When needed. | string |
| ConfirmationTrigger | Confirmation Triggers | string |
| SkippingTrigger | Skipping Triggers | string |
| EnableArabic | Enable Arabic Language. | string |
| SwitchEnglishTriggerStart | Switch to English Triggers. | string |
| SwitchArabicTriggerStart | Switch to Arabic Triggers. | string |
| RobotSensorsStatus | Robot Sensors Status | string |
| EnableChat | Enable Expert Chat Bot. | string |
| ChatBotEnableType | Enable Chat Bot Type.(Auto After Announcement/ Trigger), Auto After Announcement will start chat bot after completed Announcement. Trigger will allow visitor to start chat bot with chat trigger or click only. | string(Auto After Announcement/ Trigger) |
| ChatBotTriggerStart | Chat Bot Triggers to Start Chat Bot. | string |
| ChatBotTriggerEnd | Chat Bot Trigger to End Chat Bot. | string |
| ChatBotDefaultResponse | Chat Bot Default Response. | string |
| ChatBotIdleResponse | Chat Bot Idle Response. | string |
| EnableChatGPT | Enable Chat GPT. | string |
| ChatGPTAPIKey | ChatGPT API Key | string(encrypted) |
| ChatGPTTriggerStart | Chat GPT Triggers to Start Chat GPT. | string |
| ChatGPTTriggerEnd | Chat GPT Trigger to End Chat GPT. | string |
| TrumpetType | Trumpet Type By Time or By Human Detection. | string(Human Detection/ Time) |
| TrumpetTime | Trumpet Time in seconds | string |
| Announcement | Announcement text speak by robot. | string |
| AnnouncementSecond | Announcement Second text speak by robot. | string |
| AnnouncementThird | Announcement Third text speak by robot. | string |
| AnnouncementFourth | Announcement Fourth text speak by robot. | string |
| AnnouncementFifth | Announcement Fifth text speak by robot. | string |
| AnnouncementSixth | Announcement Sixth text speak by robot. | string |
| AnnouncementSeventh | Announcement Seventh text speak by robot. | string |
| AnnouncementEighth | Announcement Eighth text speak by robot. | string |
| AnnouncementNinth | Announcement Ninth text speak by robot. | string |
| AnnouncementTenth | Announcement Tenth text speak by robot. | string |
| AnnouncementEleventh | Announcement Eleventh text speak by robot. | string |
| AnnouncementTwelfth | Announcement Twelfth text speak by robot. | string |
| AnnouncementThirteenth | Announcement Thirteenth text speak by robot. | string |
| AnnouncementFourteenth | Announcement Fourteenth text speak by robot. | string |
| AnnouncementFifteenth | Announcement Fifteenth text speak by robot. | string |
| AnnouncementSixteenth | Announcement Sixteenth text speak by robot. | string |
| AnnouncementSeventeenth | Announcement Seventeenth text speak by robot. | string |
| AnnouncementEighteenth | Announcement Eighteenth text speak by robot. | string |
| AnnouncementNineteenth | Announcement Nineteenth text speak by robot. | string |
| AnnouncementTwentieth | Announcement Twentieth text speak by robot. | string |
| AnnouncementTrigger | Announcement Trigger. | string(Announcement while Wandering/Announcement/Navigation with Announcement/Navigation with Menu) |
| RegistrationType | Quick Registration Type On or Off. | string(true/ false) |
| QRegEnableName | Quick Registration Enable Name. | string |
| QRegEnableMobile | Quick Registration Enable Mobile. | string |
| QRegEnableEmail | Quick Registration Enable Email. | string |
| QRegOrderMobile | Quick Registration Order Mobile. | string |
| QRegOrderEmail | Quick Registration Order Email. | string |
| QRegOrderName | Quick Registration Order Name. | string |
| AllowName | Application ask for Name. | string(true/ false/ MayBe) |
| AllowMobile | Application ask for Mobile. | string(true/ false/ MayBe) |
| AllowEmail | Application ask for Email. | string(true/ false/ MayBe) |
| AllowOrganization | Application ask for Organization. | string(true/ false/ MayBe) |
| AllowDesignation | Application ask for Designation. | string(true/ false/ MayBe) |
| AllowEmiratesID | Application ask for EmiratesID. | string(true/ false/ MayBe) |
| AllowCustomRegisterField | Application ask for custom register details. | string(true/ false/ MayBe) |
| CustomRegisterField | Application ask for advanced contact details. | string |
| AllowCustomRegisterSecondField | Application ask for custom register second details. | string(true/ false/ MayBe) |
| CustomRegisterSecondField | Application ask for custom register second details. | string |
| EnableConsent | Enable Consent. | string |
| Consent | Consent | string |
| ConsentTitle | Consent Title | string |
| EnableReadEmiratesID | Enable Read Emirates ID. | boolean |
| EnableQR | Enable QR. | string |
| EnableGenerateQR | Enable Generate QR. | string |
| QuickQRVerify | Enable Quick QR Verify. | string |
| EnableLanyardPrinting | Enable Lanyard Printing. | string |
| OtherInfo | Other Information like Event Date, schedule or other details to display on app | string |
| Venue | Venue of Event or Address of Corporate | string |
| PrintDocSize | Print Document Size on app | string |
| PrintImgHeader | Print Image Header Side on app | string |
| PrintImgFirst | Print Image First Side on app | string |
| PrintImgSecond | Print Image Second Side on app | string |
| PrintImgThired | Print Image Thired Side on app | string |
| AuthorizedToAssignRoles | Authorized To Assign Roles on app | string |
| Printer Host IPAddress | Printer Host IP Address. | string |
| ExhibitionEventStatus | ExperthubRobotics Event Software Exhibition Event Status details(open/ close). | string(open/ close). |
| DefaultVisitorType | Default Visitor Type. | string |
| VisitorTypeSelection | Visitor Type Selection. | string |
| VisitorDataVerify | Visitor Data Verify. | string |
| Temperature Status | Temperature Monitor Status. | string |
| Temperature Host IPAddress | Temperature Monitor Host IP Address. | string |
| MinTemperature | Min Temperature. | string |
| MaxTemperature | Max Temperature. | string |
| MainMenuTrigger | Main Menu Triggers | string |
| CatlogsHashtags | Catlogs Hashtags | string |
| TipName | Tip Name to display on app | string |
| ShareASmileName | ShareASmile Name to display on app | string |
| TipTAX | TAX Percentage to be count in Tip. | decimal |
| ShareASmileTax | TAX Percentage to be count in ShareASmile. | string |
| TAXName | Order TAX Name(VAT,GST,etc.) | string |
| CURRENCY | Item's CURRENCY AED/USD/INR etc. | string |
| EnableShareASmile | Enable Share A Smile. | string |
| EnableTip | Enable Tip. | string |
| EnableTable | Enable Table. | string |
| PaymentCard | Payment Card. | string |
| PaymentTeller | Payment Teller. | string |
| PrintBill | Print Bill. | string |
| EnableCustomFirstPaymentMode | Enable Custom First Payment Mode. | string |
| CustomFirstPaymentName | Custom First Payment Name. | string |
| CustomFirstPaymentLogo | Custom First Payment Logo. | string |
| EnableCustomSecondPaymentMode | Enable Custom Second Payment Mode. | string |
| CustomSecondPaymentName | Custom Second Payment Name. | string |
| CustomSecondPaymentLogo | Custom Second Payment Logo. | string |
| EnableCustomThirdPaymentMode | Enable Custom Third Payment Mode. | string |
| CustomThirdPaymentName | Custom Third Payment Name. | string |
| CustomThirdPaymentLogo | Custom Third Payment Logo. | string |
| EnableCustomFourthPaymentMode | Enable Custom Fourth Payment Mode. | string |
| CustomFourthPaymentName | Custom Fourth Payment Name. | string |
| CustomFourthPaymentLogo | Custom Fourth Payment Logo. | string |
| ImpTerms | Imp Terms. | string |
| CustomerNote | Customer Note. | string |
| OrderFooter | Order Footer. | string |
| PaymentDetails | Payment Details. | string |
| PaymentLink | Application Checkout Payment Link | string |
| PaymentPayPal | Application Checkout Payment PayPal Link | string |
| PaymentCash | Application Checkout with Payment Cash | boolean |
| PaymentCashTrigger | Payment Cash Triggers | string |
| PaymentCardTrigger | Payment Card Triggers | string |
| PaymentPaypalTrigger | Payment Paypal Triggers | string |
| PaymentTellerTrigger | Payment Teller Triggers | string |
| PaymentFirstTrigger | Payment First Triggers | string |
| PaymentSecondTrigger | Payment Second Triggers | string |
| PaymentThirdTrigger | Payment Third Triggers | string |
| PaymentFourthTrigger | Payment Fourth Triggers | string |
| OrderCancelTrigger | Order Cancel Triggers | string |
| EnableCelebration | Enable Celebration. | string |
| BirthdaySong | Birthday Song | string |
| AnnualFunctionSong | Annual Function Song | string |
| OfficePartySong | Office Party Song | string |
| AnniversarySong | Anniversary Song | string |
| AppointmentStatus | Collect Appointment Status. | string |
| WebLinkStatus | Show WebLink. | string |
| VideoLinkStatus | Show Video Link. | string |
| AllowVideoRecord | Allow Video Record. | string |
| EnableReport | Enable Report. | string |
| EnableBrowserLock | Enable Browser Lock. | string |
| EnableVideoLock | Enable Video Lock. | string |
| VisitorImageStatus | Visitor Image Status. | boolean |
| SelfieAt | Selfie At Before Catalogue or After Catalogue | string(Before Catalogue/ After Catalogue) |
| EnableSelfiePrinting | Enable Selfie Printing. | string |
| SelfieTriggerStart | Selfie Triggers | string |
| VisitorImageFrame | Visitor Image Frame. | string |
| EnableHappinessMonitor | Enable Happiness Monitor. | string |
| HappinessMonitorTriggerStart | Happiness Monitor Triggers | string |
| ActiveDemographic | Application ask for Customer demographics details. | boolean |
| CustomerDemographicTriggerStart | Customer Demographic Triggers | string |
| isActiveCustomerDemographicTwo | Application ask for Customer demographics two details. | string |
| CustomerDemographicTwoTriggerStart | Customer Demographic TwoTriggers | string |
| EnableCustomerSurvey | Enable Customer Survey. | string |
| CustomerSurveyTriggerStart | Customer Survey Triggers | string |
| isActiveSurveyTwo | Enable Customer Survey two. | string |
| CustomerSurveyTwoTriggerStart | Custome rSurvey Two Triggers | string |
| EnableApplicationSurvey | Enable Application Survey. | string |
| ApplicationSurveyTriggerStart | Application Survey Trigger | string |
| HomeTrigger | Home Trigger | string |
| InternalTrigger | Internal Trigger | string |
| NavigationNextTriggers | Navigation Next Triggers | string |
| NavigationPauseBetweenTime | Navigation Pause Between Time | integer |
| NavigationPathNumberOfTry | Number Of Try for Navigation Path | integer |
| AnnouncementFirstGuesture | Announcement First Guesture | string |
| AnnouncementSecondGuesture | Announcement Second Guesture | string |
| AnnouncementThirdGuesture | Announcement Third Guesture | string |
| AnnouncementFourthGuesture | Announcement Fourth Guesture | string |
| AnnouncementFifthGuesture | Announcement Fifth Guesture | string |
| AnnouncementSixthGuesture | Announcement Sixth Guesture | string |
| AnnouncementSeventhGuesture | Announcement Seventh Guesture | string |
| AnnouncementEighthGuesture | Announcement Eighth Guesture | string |
| AnnouncementNinthGuesture | Announcement Ninth Guesture | string |
| AnnouncementTenthGuesture | Announcement Tenth Guesture | string |
| AnnouncementEleventhGuesture | Announcement Eleventh Guesture | string |
| AnnouncementTwelfthGuesture | Announcement Twelfth Guesture | string |
| AnnouncementThirteenthGuesture | Announcement Thirteenth Guesture | string |
| AnnouncementFourteenthGuesture | Announcement Fourteenth Guesture | string |
| AnnouncementFifteenthGuesture | Announcement Fifteenth Guesture | string |
| AnnouncementSixteenthGuesture | Announcement Sixteenth Guesture | string |
| AnnouncementSeventeenthGuesture | Announcement Seventeenth Guesture | string |
| AnnouncementEighteenthGuesture | Announcement Eighteenth Guesture | string |
| AnnouncementNineteenthGuesture | Announcement Nineteenth Guesture | string |
| AnnouncementTwentiethGuesture | Announcement Twentieth Guesture | string |
| AnnouncementFirstHand | Announcement First Hand | integer |
| AnnouncementSecondHand | Announcement Second Hand | integer |
| AnnouncementThirdHand | Announcement Third Hand | integer |
| AnnouncementFourthHand | Announcement Fourth Hand | integer |
| AnnouncementFifthHand | Announcement Fifth Hand | integer |
| AnnouncementSixthHand | Announcement Sixth Hand | integer |
| AnnouncementSeventhHand | Announcement Seventh Hand | integer |
| AnnouncementEighthHand | Announcement Eighth Hand | integer |
| AnnouncementNinthHand | Announcement Ninth Hand | integer |
| AnnouncementTenthHand | Announcement Tenth Hand | integer |
| AnnouncementEleventhHand | Announcement Eleventh Hand | integer |
| AnnouncementTwelfthHand | Announcement Twelfth Hand | integer |
| AnnouncementThirteenthHand | Announcement Thirteenth Hand | integer |
| AnnouncementFourteenthHand | Announcement Fourteenth Hand | integer |
| AnnouncementFifteenthHand | Announcement Fifteenth Hand | integer |
| AnnouncementSixteenthHand | Announcement Sixteenth Hand | integer |
| AnnouncementSeventeenthHand | Announcement Seventeenth Hand | integer |
| AnnouncementEighteenthHand | Announcement Eighteenth Hand | integer |
| AnnouncementNineteenthHand | Announcement Nineteenth Hand | integer |
| AnnouncementTwentiethHand | Announcement Twentieth Hand | integer |
| AnnouncementFirstPointName | Announcement First Point Name | string |
| AnnouncementSecondPointName | Announcement Second Point Name | string |
| AnnouncementThirdPointName | Announcement Third Point Name | string |
| AnnouncementFourthPointName | Announcement Fourth Point Name | string |
| AnnouncementFifthPointName | Announcement Fifth Point Name | string |
| AnnouncementSixthPointName | Announcement Sixth Point Name | string |
| AnnouncementSeventhPointName | Announcement Seventh Point Name | string |
| AnnouncementEighthPointName | Announcement Eighth Point Name | string |
| AnnouncementNinthPointName | Announcement Ninth Point Name | string |
| AnnouncementTenthPointName | Announcement Tenth Point Name | string |
| AnnouncementEleventhPointName | Announcement Eleventh Point Name | string |
| AnnouncementTwelfthPointName | Announcement Twelfth Point Name | string |
| AnnouncementThirteenthPointName | Announcement Thirteenth Point Name | string |
| AnnouncementFourteenthPointName | Announcement Fourteenth Point Name | string |
| AnnouncementFifteenthPointName | Announcement Fifteenth Point Name | string |
| AnnouncementSixteenthPointName | Announcement Sixteenth Point Name | string |
| AnnouncementSeventeenthPointName | Announcement Seventeenth Point Name | string |
| AnnouncementEighteenthPointName | Announcement Eighteenth Point Name | string |
| AnnouncementNineteenthPointName | Announcement Nineteenth Point Name | string |
| AnnouncementTwentiethPointName | Announcement Twentieth Point Name | string |
| NavigationType | Navigation Type | string |
| DanceTrigger | Dance Trigger | string |
| TourStart | Tour Start | string |
| TourGuide | Tour Guide | string |
| TourEnd | Tour End | string |
| NavigationStartTriggers | Navigation Start Triggers | string |
| NavigationPauseTriggers | Navigation Pause Triggers | string |
| NavigationResumeTriggers | Navigation Resume Triggers | string |
| NavigationEndTriggers | Navigation End Triggers | string |
| HomeNavTrigger | Home Nav Trigger | string |
| InternalNavTrigger | Internal Nav Trigger | string |
| EnableSkipSingleSubMenu | Enable skip single sub menu on robot. | string(true/ false) |
| EnableWelcomeScreenGreet | It show greet on welcome screen of robot. (Expert Amy Plus robot only) | string(true/ false) |
| WelcomeScreenGreet | Greet message on welcome screen of robot. (Expert Amy Plus robot only) | string |
| EnableMultiLanguageWelcomeScreenGreet | It show multiple languages greet on welcome screen of robot. (Expert Amy Plus robot only) | string(true/ false) |
| WelcomeScreenGreetColor | Color code for greet message on welcome screen of robot. (Expert Amy Plus robot only) | string |
| EnableMenuScreenGreetMessage | It show greet on menu screen of robot. (Expert Amy Plus robot only) | string(true/ false) |
| MenuScreenGreetColor | Color code for greet message on menu screen of robot. (Expert Amy Plus robot only) | string |
| MainMenuScreenGreetMessage | Greet message on menu screen of robot. (Expert Amy Plus robot only) | string |
| SubMenuScreenGreetMessage | Greet message on sub menu screen of robot. (Expert Amy Plus robot only) | string |
| SubItemScreenGreetMessage | Greet message on sub item screen of robot. (Expert Amy Plus robot only) | string |
| EnableAppSurveyScreenMessage | It show Application Survey Message on screen of robot. (Expert Amy Plus robot only) | string(true/ false) |
| AppSurveyScreenMessage | Greet message on welcome screen of robot. (Expert Amy Plus robot only) | string |
| AppSurveyScreenMessageColor | Color code for greet message on welcome screen of robot. (Expert Amy Plus robot only) | string |
| EnableAIforExpertChat | Enable AI for Expert Chat. | string(true/ false) |
| ResearchMode | Enable Research Mode for App. | string(true/ false) |
| AIChatAPIKey | It’s AI Chat API Key for call AI API. | string |
Child : apimap
| Name | Description | Type |
|---|---|---|
| ClientID |
Registered Corporate ID |
integer |
| AppSoftwareType |
Application of Software Type. Application Unique ID from ExperthubRobotics Applications. |
string |
| APIUrl |
API URL(End Point) |
string |
| APIFeedbackUrl |
Order API Feedback URL(End Point) |
string |
| OAuth |
API Authentication Code(End Authentication Point) end to end encrypted. |
string |
| AppSoftwareTypeIDMap |
Appplication Software Type ID Field Mapping |
string |
| Customer_IDMap |
Customer ID Field Mapping. |
string |
| OrderRobotNickName |
Robot Name Type Field Mapping. |
string |
| Full_NameMap |
Customer Full Name Field Mapping |
string |
| MobileMap |
Customer Mobile Field Mapping |
string |
| TableCodeMap |
Customer Table Number Field Mapping |
string |
| Order_IDMap |
Order ID Field Mapping |
string |
| Order_DateMap |
Order Date Field Mapping |
string |
| CurrencyMap |
Order Currency API Field Mapping. |
string |
| SubTotalMap |
Order Sub Total Field Mapping |
string |
| VATMap |
Order TAX Amount Field Mapping |
string |
| DiscountMap |
Order Discount Field Mapping |
string |
| TotalMap |
Order Total Amount Field Mapping |
string |
| TIPTaxPercentageMap |
Optional Order TIP Tax Percentage Field Mapping. |
string |
| TIPNameMap |
Optional Order TIP Name Field Mapping. |
string |
| TIPMap |
Order TIP Field Mapping |
string |
| ShareASmileTaxPercentageMap |
Optional Order Share A Smile Tax Percentage Field Mapping. |
string |
| ShareASmileNameMap |
Optional Order Share A Smile Name Field Mapping. |
string |
| ShareASmileMap |
Order Share My Meal Field Mapping |
string |
| PaymentModeMap |
Order Payment Mode Field Mapping |
string |
| PaymentLinkMap |
Order Payment Link selected by Customer Field Mapping. |
string |
| CelebrationIDMap |
Order Celebration ID Field Mapping |
string |
| isActiveMap |
Order Status Field Mapping |
string |
| ItemCollectionMap |
Order Items Collection Field Mapping |
string |
| Item_IDMap |
Order Item ID Field Mapping |
string |
| Item_NameMap |
Order Item Name Mapping |
string |
| QuantityMap |
Order Quantity Field Mapping |
string |
| ItemDiscountMap |
Order Item Discount Field Mapping |
string |
| ItemTAXMap |
Order Item TAX Field Mapping |
string |
| TaxPercentageMap |
Optional Order Tax Percentage Field Mapping. |
string |
| DiscountPercentageMap |
Optional Order Item Discount Percentage Field Mapping. |
string |
| ItemCostMap |
Optional Order Item Cost Field Mapping. |
string |
| priceMap |
Order Price Field Mapping |
string |
| isActive_ItemMap |
Order Item Status Field Mapping |
string |
| OrderItemLanguage |
Order Item Language ID Field Mapping |
string |
| OrderItemEItemID |
Order Item English Item ID Field Mapping |
string |
| SurveyClientMap |
Order Item Survey App Field Mapping. |
string |
| SurveyAppMap |
Order Item DOB Field Mapping. |
string |
| DOBMap |
Order Item AGE Field Mapping. |
string |
| AGEMap |
Order Item AGE Field Mapping. |
string |
| GenderMap |
Order Item Gender Field Mapping. |
string |
| ReligionMap |
Order Item Religion Field Mapping. |
string |
| LoyatyCardMap |
Order Item LoyatyCard Field Mapping. |
string |
| OrderTypeMap |
Order Item OrderType Field Mapping. |
string |
| CustomerDemographicMap |
Order Item CustomerDemographic Field Mapping. |
string |
| MeetingLinkMap |
Order Item MeetingLink Field Mapping. |
string |
| SMSAPICopyToMap |
Optional SMS Mobile number for sanding copy Field Mapping. |
string |
| SMSAPICopyTo |
Optional SMS Mobile number for sanding as copy. |
string |
| EmailCC |
Email CC Address if any. |
string |
| OrderCustomerEMAIL |
Optional Order Customer EMAIL Field Mapping |
string |
| OrderCorporateName |
Optional Order Corporate Name Field Mapping |
string |
| OrderEmailCC |
Optional Order Email CC Address if any Field Mapping. |
string |
| OrderLanguage |
Order Language Field Mapping. |
string |
| MeetingAPIUrl |
Meeting API URL. |
string |
| MeetingCustomer_ID |
Meeting Customer ID Field Mapping. |
string |
| MeetingAppSoftwareTypeID |
Meeting Application of Software Type Field Mapping. |
string |
| MeetingRobotNickName |
Meeting schedule from Robot Nick Name Field Mapping. |
string |
| MeetingFullName |
Meeting Full Name Field Mapping |
string |
| MeetingMobile |
Meeting Mobile Field Mapping |
string |
| MeetingOrganization |
Meeting Organization Field Mapping |
string |
| MeetingEMAIL |
Meeting EMAIL Field Mapping |
string |
| MeetingDesignation |
Meeting Designation Field Mapping |
string |
| MeetingID |
Meeting ID Field Mapping |
string |
| MeetingAppointmentDate |
Meeting Appointment Date Field Mapping |
string |
| MeetingType |
Meeting Type Field Mapping |
string |
| MeetingItemID |
Meeting Item ID Field Mapping |
string |
| MeetingItemName |
Meeting Item Name Field Mapping |
string |
| MeetingVisitorLogs |
Meeting Visitor Logs Field Mapping |
string |
| MeetingCustomerDemographic |
Meeting Customer Demographic Field Mapping. |
string |
| MeetingMeetingLink |
Meeting MeetingLink Field Mapping. |
string |
| MeetingWebsiteLink |
Meeting WebsiteLink Field Mapping. |
string |
| MeetingSurveyClient |
Meeting Survey Client Field Mapping. |
string |
| MeetingSurveyApp |
Meeting Survey App Field Mapping. |
string |
| MeetingSMSAPICopyTo |
Optional Meeting SMS Mobile number for sanding copy Field Mapping. |
string |
| MeetingisActive |
Optional Meeting Status Field Mapping. |
string |
| Temperature |
Optional Temperature Field Mapping. |
string |
| MeetingEmiratesID |
Optional Meeting Emirates ID Field Mapping. |
string |
| MeetingCustomRegisterField |
Optional Meeting Custom Register Field Mapping. |
string |
| MeetingCustomRegisterFieldValue |
Optional Meeting Custom Register Field Value Field Mapping. |
string |
| MeetingCustomRegisterSecondField |
Optional Meeting Custom Register Second Field Field Mapping. |
string |
| MeetingCustomRegisterSecondFieldValue |
Optional Meeting Custom Register Second Field Value Field Mapping. |
string |
| MeetingCorporateName |
Optional Meeting Corporate Name Field Mapping |
string |
| MeetingEmailCC |
Optional Meeting Email CC Address if any Field Mapping. |
string |
| MeetingLanguage |
Meeting Language ID Field Mapping. |
string |
| MeetingItemEItemID |
Meeting Item English Item ID Field Mapping. |
string |
| MeetingEventStatus |
Meeting Event Status Field Mapping. |
string |
| VisitorImageAPIUrl | Visitor Image Upload API URL. | string |
| MeetingVisitorImage | Meeting Image details Field Mapping. | string |
| VisitorVideoRecordedLink | Visitor Video Recorded API URL. | string |
| MeetingVideoRecordedLink | Meeting Video Recorded Link Field Mapping. | string |
| MeetingCustomerSurvey | Meeting Customer Survey. | string |
| MeetingMinTemperature | Meeting Min Temperature. | string |
| MeetingMaxTemperature | Meeting Max Temperature. | string |
| LogoutURL | Logout URL. | string |
| ChatLogURL | ChatLog URL. | string |
| ErrorLogURL | ErrorLog URL. | string |
| MeetingRobotExID | Meeting Robot Ex ID. | string |
| MeetingClientName | Meeting Client Name. | string |
| MeetingConsentAgree | Meeting Consent Agree. | string |
| MeetingManageBy | Meeting Manage By. | string |
| OrderOrganization | Order Organization. | string |
| OrderTITLE | Order TITLE. | string |
| OrderEmiratesID | Order Emirates ID. | string |
| OrderCustomRegisterField | Order Custom Register Field. | string |
| OrderCustomRegisterFieldValue | Order Custom Register Field Value. | string |
| OrderCustomRegisterSecondField | OrderCustom Register Second Field. | string |
| OrderCustomRegisterSecondFieldValue | Order Custom Register Second Field Value. | string |
| OrderVisitorImage | Order Visitor Image. | string |
| OrderVideoRecordedLink | Order Video Recorded Link. | string |
| OrderCustomerSurvey | Order Customer Survey. | string |
| OrderRobotExID | Order Robot Ex ID. | string |
| OrderClientName | Order Client Name. | string |
| OrderConsentAgree | Order Consent Agree. | string |
| OrderCustomerDemographic | Order Customer Demographic. | string |
| OrderEMAIL | Order EMAIL. | string |
| OrderQRLink | Order QR Link. | string |
| MeetingGenerateQR | Meeting Generate QR. | string |
| VisitorPhotoAPIURL | Visitor Photo API URL. | string |
| MeetingVisitorPhoto | Meeting Visitor Photo. | string |
| MeetingVisitorType | Meeting Visitor Type. | string |
| OrderNumber | Order Number. | string |
| MeetingVisitorClientUID | Meeting Visitor Client UID. | string |
| SMSLinkMap | Meeting Visitor SMS Link Map. | string |
| CustomerDemographicTwoMap | Meeting Visitor Customer Demographic Two Map. | string |
| CustomerSurveyTwoMap | Meeting Visitor Customer Survey Two Map. | string |
| SELFIESTATUSMap | Meeting Visitor SELFIE STATUS Map. | string |
Response Formats
[
{
"CORPORATEID": "1",
"Company": "string",
"ClientName": "string",
"Moto": "string",
"AuthenticationCode": "string",
"DaysRemaining": "0",
"AuthenticationDate": "2021-01-01T00:00:00",
"BGHome": "http://example.com/home.png",
"BGMain": "http://example.com/main.png",
"HomeFace": "http://example.com/qr.png",
"AppIcon": "http://example.com/appicon.png",
"MenuIcon": "http://example.com/chart.png",
"ColorCode": "#FFFFFF",
"FontColor": "#FFFFFF",
"TitleColor": "#FFFFFF",
"IconColor": "#FFFFFF",
"ButtonFontColor": "#FFFFFF",
"AppSoftwareType": "10",
"AppMenuTypeID": "1",
"RobotNickName": "string",
"LeastFeedFileName": "string",
"MenuVersion": "2.23050118",
"ImageVersion": "2.2305010012",
"AutoStart": "true",
"RobotExID": "string",
"VisitorScreenTimeOut": "30",
"VisitorUserIdleTimeOut": "30",
"SpeechRecognitionNumberOfTry": "3",
"Wander": "True",
"DanceMode": "True",
"ManageBy": "3",
"Languages": "1",
"AutoCharging": "True",
"ConfirmationTrigger": "string",
"SkippingTrigger": "string",
"EnableArabic": "True",
"SwitchEnglishTriggerStart": "string",
"SwitchArabicTriggerStart": "string",
"RobotSensorsStatus": "False",
"EnableChat": "True",
"ChatBotEnableType": "string",
"ChatBotTriggerStart": "string",
"ChatBotTriggerEnd": "string",
"ChatBotDefaultResponse": "string",
"ChatBotIdleResponse": "string",
"EnableChatGPT": "True",
"ChatGPTAPIKey": "string",
"ChatGPTTriggerStart": "string",
"ChatGPTTriggerEnd": "string",
"TrumpetType": "string",
"TrumpetTime": "0",
"Announcement": "string",
"AnnouncementSecond": "string",
"AnnouncementThird": "string",
"AnnouncementFourth": "string",
"AnnouncementFifth": "string",
"AnnouncementSixth": "string",
"AnnouncementSeventh": "string",
"AnnouncementEighth": "string",
"AnnouncementNinth": "string",
"AnnouncementTenth": "string",
"AnnouncementEleventh": "string",
"AnnouncementTwelfth": "string",
"AnnouncementThirteenth": "string",
"AnnouncementFourteenth": "string",
"AnnouncementFifteenth": "string",
"AnnouncementSixteenth": "string",
"AnnouncementSeventeenth": "string",
"AnnouncementEighteenth": "string",
"AnnouncementNineteenth": "string",
"AnnouncementTwentieth": "string",
"AnnouncementTrigger": "string",
"RegistrationType": "true",
"QRegEnableName": "MayBe",
"QRegEnableMobile": "MayBe",
"QRegEnableEmail": "MayBe",
"QRegOrderMobile": "1",
"QRegOrderEmail": "1",
"QRegOrderName": "1",
"AllowName": "MayBe",
"AllowMobile": "MayBe",
"AllowEmail": "MayBe",
"AllowOrganization": "MayBe",
"AllowDesignation": "MayBe",
"AllowEmiratesID": "MayBe",
"AllowCustomRegisterField": "MayBe",
"CustomRegisterField": "string",
"AllowCustomRegisterSecondField": "MayBe",
"CustomRegisterSecondField": "string",
"EnableConsent": "True",
"Consent": "string",
"ConsentTitle": "string",
"EnableReadEmiratesID": "True",
"EnableQR": "True",
"EnableGenerateQR": "True",
"QuickQRVerify": "True",
"EnableLanyardPrinting": "True",
"OtherInfo": "string",
"Venue": "string",
"PrintDocSize": "string",
"PrintImgHeader": "http://example.com/header.jpg",
"PrintImgFirst": "http://example.com/image1.jpg",
"PrintImgSecond": "http://example.com/image2.jpg",
"PrintImgThired": "http://example.com/image3.jpg",
"AuthorizedToAssignRoles": "string",
"Printer Host IPAddress": "string",
"ExhibitionEventStatus": "string",
"DefaultVisitorType": "string",
"VisitorTypeSelection": "string",
"VisitorDataVerify": "True",
"Temperature Status": "True",
"Temperature Host IPAddress": "string",
"MinTemperature": "34",
"MaxTemperature": "36",
"MainMenuTrigger": "string",
"CatlogsHashtags": "string",
"TipName": "string",
"ShareASmileName": "string",
"TipTAX": "5",
"ShareASmileTax": "5",
"TAXName": "string",
"CURRENCY": "string",
"EnableShareASmile": "True",
"EnableTip": "True",
"EnableTable": "True",
"PaymentCard": "True",
"PaymentTeller": "True",
"PrintBill": "string",
"EnableCustomFirstPaymentMode": "True",
"CustomFirstPaymentName": "string",
"CustomFirstPaymentLogo": "http://example.com/firstcustompay.png",
"EnableCustomSecondPaymentMode": "True",
"CustomSecondPaymentName": "string",
"CustomSecondPaymentLogo": "http://example.com/firstcustompay.png",
"EnableCustomThirdPaymentMode": "True",
"CustomThirdPaymentName": "string",
"CustomThirdPaymentLogo": "http://example.com/firstcustompay.png",
"EnableCustomFourthPaymentMode": "True",
"CustomFourthPaymentName": "string",
"CustomFourthPaymentLogo": "http://example.com/firstcustompay.png",
"ImpTerms": "string",
"CustomerNote": "string",
"OrderFooter": "string",
"PaymentDetails": "string",
"PaymentLink": "string",
"PaymentPayPal": "string",
"PaymentCash": "true",
"PaymentCashTrigger": "string",
"PaymentCardTrigger": "string",
"PaymentPaypalTrigger": "string",
"PaymentTellerTrigger": "string",
"PaymentFirstTrigger": "string",
"PaymentSecondTrigger": "string",
"PaymentThirdTrigger": "string",
"PaymentFourthTrigger": "string",
"OrderCancelTrigger": "string",
"EnableCelebration": "True",
"BirthdaySong": "http://example.com/BirthdayBGM.mp3",
"AnnualFunctionSong": "http://example.com/Party.mp3",
"OfficePartySong": "http://example.com/OParty.mp3",
"AnniversarySong": "http://example.com/AnniversaryBGM.mp3",
"AppointmentStatus": "Yes",
"WebLinkStatus": "Yes",
"VideoLinkStatus": "Yes",
"AllowVideoRecord": "true",
"EnableReport": "True",
"EnableBrowserLock": "False",
"EnableVideoLock": "False",
"VisitorImageStatus": "True",
"SelfieAt": "After Catalogue",
"EnableSelfiePrinting": "False",
"SelfieTriggerStart": "string",
"VisitorImageFrame": "a",
"EnableHappinessMonitor": "a",
"HappinessMonitorTriggerStart": "string",
"ActiveDemographic": "a",
"CustomerDemographicTriggerStart": "string",
"isActiveCustomerDemographicTwo": "a",
"CustomerDemographicTwoTriggerStart": "string",
"EnableCustomerSurvey": "a",
"CustomerSurveyTriggerStart": "string",
"isActiveSurveyTwo": "a",
"CustomerSurveyTwoTriggerStart": "string",
"EnableApplicationSurvey": "a",
"ApplicationSurveyTriggerStart": "string",
"HomeTrigger": "string",
"InternalTrigger": "string",
"NavigationNextTriggers": "string",
"NavigationPauseBetweenTime": "1",
"NavigationPathNumberOfTry": "3",
"AnnouncementFirstGuesture": "string",
"AnnouncementSecondGuesture": "string",
"AnnouncementThirdGuesture": "string",
"AnnouncementFourthGuesture": "string",
"AnnouncementFifthGuesture": "string",
"AnnouncementSixthGuesture": "string",
"AnnouncementSeventhGuesture": "string",
"AnnouncementEighthGuesture": "string",
"AnnouncementNinthGuesture": "string",
"AnnouncementTenthGuesture": "string",
"AnnouncementEleventhGuesture": "string",
"AnnouncementTwelfthGuesture": "string",
"AnnouncementThirteenthGuesture": "string",
"AnnouncementFourteenthGuesture": "string",
"AnnouncementFifteenthGuesture": "string",
"AnnouncementSixteenthGuesture": "string",
"AnnouncementSeventeenthGuesture": "string",
"AnnouncementEighteenthGuesture": "string",
"AnnouncementNineteenthGuesture": "string",
"AnnouncementTwentiethGuesture": "string",
"AnnouncementFirstHand": "0",
"AnnouncementSecondHand": "1",
"AnnouncementThirdHand": "2",
"AnnouncementFourthHand": "0",
"AnnouncementFifthHand": "1",
"AnnouncementSixthHand": "2",
"AnnouncementSeventhHand": "0",
"AnnouncementEighthHand": "1",
"AnnouncementNinthHand": "2",
"AnnouncementTenthHand": "0",
"AnnouncementEleventhHand": "1",
"AnnouncementTwelfthHand": "2",
"AnnouncementThirteenthHand": "0",
"AnnouncementFourteenthHand": "1",
"AnnouncementFifteenthHand": "2",
"AnnouncementSixteenthHand": "0",
"AnnouncementSeventeenthHand": "1",
"AnnouncementEighteenthHand": "2",
"AnnouncementNineteenthHand": "0",
"AnnouncementTwentiethHand": "1",
"AnnouncementFirstPointName": "string",
"AnnouncementSecondPointName": "string",
"AnnouncementThirdPointName": "string",
"AnnouncementFourthPointName": "string",
"AnnouncementFifthPointName": "string",
"AnnouncementSixthPointName": "string",
"AnnouncementSeventhPointName": "string",
"AnnouncementEighthPointName": "string",
"AnnouncementNinthPointName": "string",
"AnnouncementTenthPointName": "string",
"AnnouncementEleventhPointName": "string",
"AnnouncementTwelfthPointName": "string",
"AnnouncementThirteenthPointName": "string",
"AnnouncementFourteenthPointName": "string",
"AnnouncementFifteenthPointName": "string",
"AnnouncementSixteenthPointName": "string",
"AnnouncementSeventeenthPointName": "string",
"AnnouncementEighteenthPointName": "string",
"AnnouncementNineteenthPointName": "string",
"AnnouncementTwentiethPointName": "string",
"NavigationType": "AUTO",
"DanceTrigger": "string",
"TourStart": "string",
"TourGuide": "string",
"TourEnd": "string",
"NavigationStartTriggers": "string",
"NavigationPauseTriggers": "string",
"NavigationResumeTriggers": "string",
"NavigationEndTriggers": "string",
"HomeNavTrigger": "string",
"InternalNavTrigger": "string",
"EnableWelcomeScreenGreet": "True",
"WelcomeScreenGreet": "string",
"EnableMultiLanguageWelcomeScreenGreet": "True",
"WelcomeScreenGreetColor": "#ffffff",
"EnableMenuScreenGreetMessage": "True",
"MenuScreenGreetColor": "#ffffff",
"MainMenuScreenGreetMessage": "string",
"SubMenuScreenGreetMessage": "string",
"SubItemScreenGreetMessage": "string",
"EnableAppSurveyScreenMessage": "True",
"AppSurveyScreenMessage": "string",
"AppSurveyScreenMessageColor": "#FFFFF0",
"EnableSkipSingleSubMenu": "True",
"EnableAIforExpertChat": "True",
"ResearchMode": "True",
"AIChatAPIKey": "FNoFxwF1zY7SRE0WxpCmIlM",
"apimap": {
"ClientID": 1,
"AppSoftwareType": "sample string 2",
"APIUrl": "sample string 3",
"APIFeedbackUrl": "sample string",
"OAuth": "sample string 4",
"Customer_IDMap": "sample string",
"OrderRobotNickName": "sample string",
"AppSoftwareTypeIDMap": "sample string",
"Full_NameMap": "sample string 5",
"MobileMap": "sample string 6",
"TableCodeMap": "sample string 7",
"Order_IDMap": "sample string 8",
"Order_DateMap": "sample string 9",
"CurrencyMap": "sample string",
"SubTotalMap": "sample string 10",
"VATMap": "sample string",
"DiscountMap": "sample string",
"TotalMap": "sample string",
"TIPNameMap": "sample string",
"TIPTaxPercentageMap": "sample string",
"TIPMap": "sample string",
"ShareASmileNameMap": "sample string",
"ShareASmileTaxPercentageMap": "sample string",
"ShareASmileMap": "sample string",
"PaymentModeMap": "sample string 14",
"PaymentLinkMap": "sample string",
"CelebrationIDMap": "sample string",
"SurveyClientMap": "sample string",
"SurveyAppMap": "sample string",
"DOBMap": "sample string",
"AGEMap": "sample string",
"GenderMap": "sample string",
"ReligionMap": "sample string",
"LoyatyCardMap": "sample string",
"OrderTypeMap": "sample string",
"CustomerDemographicMap": "sample string",
"MeetingLinkMap": "sample string",
"isActiveMap": "sample string 15",
"ItemCollectionMap": "sample string 16",
"Item_IDMap": "sample string 17",
"Item_NameMap": "sample string 18",
"QuantityMap": "sample string 19",
"ItemDiscountMap": "sample string",
"ItemTAXMap": "sample string",
"TaxPercentageMap": "sample string",
"DiscountPercentageMap": "sample string",
"ItemCostMap": "sample string",
"priceMap": "sample string 20",
"isActive_ItemMap": "sample string 21",
"OrderItemLanguage": "sample string",
"OrderItemEItemID": "sample string",
"SMSAPICopyToMap": "sample string",
"SMSAPICopyTo": "sample string",
"EmailCC": "sample string 28",
"OrderCustomerEMAIL": "sample string",
"OrderCorporateName": "sample string",
"OrderEmailCC": "sample string",
"OrderLanguage": "sample string",
"MeetingAPIUrl": "sample string",
"MeetingCustomer_ID": "sample string",
"MeetingAppSoftwareTypeID": "sample string",
"MeetingRobotNickName": "sample string",
"MeetingFullName": "sample string",
"MeetingMobile": "sample string",
"MeetingOrganization": "sample string",
"MeetingEMAIL": "sample string",
"MeetingDesignation": "sample string",
"MeetingID": "sample string",
"MeetingAppointmentDate": "sample string",
"MeetingType": "sample string",
"MeetingItemID": "sample string",
"MeetingVisitorLogs": "sample string",
"MeetingCustomerDemographic": "sample string",
"MeetingMeetingLink": "sample string",
"MeetingWebsiteLink": "sample string",
"MeetingSurveyClient": "sample string",
"MeetingSurveyApp": "sample string",
"MeetingSMSAPICopyTo": "sample string",
"MeetingisActive": "sample string",
"Temperature": "sample string",
"MeetingEmiratesID": "sample string",
"MeetingCustomRegisterField": "sample string",
"MeetingCustomRegisterFieldValue": "sample string",
"MeetingCustomRegisterSecondField": "sample string",
"MeetingCustomRegisterSecondFieldValue": "sample string",
"MeetingCorporateName": "sample string",
"MeetingEmailCC": "sample string",
"MeetingLanguage": "sample string",
"MeetingItemEItemID": "sample string",
"MeetingEventStatus": "sample string",
"VisitorImageAPIUrl": "sample string",
"MeetingVisitorImage": "sample string",
"VisitorVideoRecordedLink": "sample string",
"MeetingVideoRecordedLink": "sample string",
"MeetingCustomerSurvey": "sample string",
"MeetingMinTemperature": "sample string",
"MeetingMaxTemperature": "sample string",
"LogoutURL": "sample string",
"ChatLogURL": "sample string",
"ErrorLogURL": "sample string",
"MeetingRobotExID": "sample string",
"MeetingClientName": "sample string",
"MeetingConsentAgree": "sample string",
"MeetingManageBy": "sample string",
"OrderOrganization": "sample string",
"OrderTITLE": "sample string",
"OrderEmiratesID": "sample string",
"OrderCustomRegisterField": "sample string",
"OrderCustomRegisterFieldValue": "sample string",
"OrderCustomRegisterSecondField": "sample string",
"OrderCustomRegisterSecondFieldValue": "sample string",
"OrderVisitorImage": "sample string",
"OrderVideoRecordedLink": "sample string",
"OrderCustomerSurvey": "sample string",
"OrderRobotExID": "sample string",
"OrderClientName": "sample string",
"OrderConsentAgree": "sample string",
"OrderCustomerDemographic": "sample string",
"OrderEMAIL": "sample string",
"OrderQRLink": "sample string",
"MeetingGenerateQR": "sample string",
"VisitorPhotoAPIURL": "sample string",
"MeetingVisitorPhoto": "sample string",
"MeetingVisitorType": "sample string",
"OrderNumber": "sample string",
"MeetingVisitorClientUID": "sample string",
"SMSLinkMap": "sample string",
"CustomerDemographicTwoMap": "sample string",
"CustomerSurveyTwoMap": "sample string",
"SELFIESTATUSMap": "sample string"
}
}
]
Example
Request
POST
Response Body
200
[
{
"CORPORATEID": "1",
"Company": "Expert Hub Robotics",
"ClientName": "Expert Hub Robotics",
"Moto": "Rent | Hire | Own A Bot",
"AuthenticationCode": "4b58b915-2c1e-4112-8fe8-d912c8a9e963",
"DaysRemaining": "20",
"AuthenticationDate": "2023-05-24T00:00:00",
"BGHome": "http://example.com/home.png",
"BGMain": "http://example.com/main.png",
"HomeFace": "http://example.com/qr.png",
"AppIcon": "http://example.com/appicon.png",
"MenuIcon": "http://example.com/chart.png",
"ColorCode": "#1a84a8",
"FontColor": "#808080",
"TitleColor": "#FFFFFF",
"IconColor": "#808080",
"ButtonFontColor": "#FFFFFF",
"AppSoftwareType": "10",
"AppMenuTypeID": "1",
"RobotNickName": "Expert Bot",
"LeastFeedFileName": "RobotSetup_COid1_Ex1_App10_CustomerCare_20230521_163939",
"MenuVersion": "2.23050118",
"ImageVersion": "2.2305010012",
"AutoStart": "true",
"RobotExID": "Ex546",
"VisitorScreenTimeOut": "30",
"VisitorUserIdleTimeOut": "30",
"SpeechRecognitionNumberOfTry": "3",
"Wander": "True",
"DanceMode": "True",
"ManageBy": "3",
"Languages": "1",
"AutoCharging": "True",
"ConfirmationTrigger": "Confirm;continue;ok;correct;next;go;okay;fine",
"SkippingTrigger": "Ignore;skip;later;leave it;cancel;abort;nor;",
"EnableArabic": "True",
"SwitchEnglishTriggerStart": "",
"SwitchArabicTriggerStart": "talk to me in arabic;speak arabic;switch to arabic;salam;talk arabic;arabic;Marhaba;walekum;alaikum",
"RobotSensorsStatus": "False",
"EnableChat": "True",
"ChatBotEnableType": "Trigger",
"ChatBotTriggerStart": "Talk;hello;how are you;love you;cute;you do;can you help me;chat;hola;salve;bonjour;konnichiwa;anyoung haseyo;namaste",
"ChatBotTriggerEnd": "Bye;baye;good bye;tata;see you;close chat;exit;quit;khuda hafiz;ta ta;bye bye;bay",
"ChatBotDefaultResponse": "sorry. please speak slower,only when the speak indicator is visible.",
"ChatBotIdleResponse": "No response received, I am bored, going to energy saving mode",
"EnableChatGPT": "True",
"ChatGPTAPIKey": "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",
"ChatGPTTriggerStart": "talk to AI;GPT;weather today;G P T;weather;",
"ChatGPTTriggerEnd": "Bye;baye;good bye;tata;see you;close chat;exit;quit;khuda hafiz;ta ta;bye bye;bay;",
"TrumpetType": "Human Detection",
"TrumpetTime": "0",
"Announcement": "Welcome,",
"AnnouncementSecond": "I am Expert Bot!",
"AnnouncementThird": "Hello.",
"AnnouncementFourth": "",
"AnnouncementFifth": "",
"AnnouncementSixth": "",
"AnnouncementSeventh": "",
"AnnouncementEighth": "",
"AnnouncementNinth": "",
"AnnouncementTenth": "",
"AnnouncementEleventh": "",
"AnnouncementTwelfth": "",
"AnnouncementThirteenth": "",
"AnnouncementFourteenth": "",
"AnnouncementFifteenth": "",
"AnnouncementSixteenth": "",
"AnnouncementSeventeenth": "",
"AnnouncementEighteenth": "",
"AnnouncementNineteenth": "",
"AnnouncementTwentieth": "",
"AnnouncementTrigger": "Announcement while Wandering",
"RegistrationType": "true",
"QRegEnableName": "MayBe",
"QRegEnableMobile": "MayBe",
"QRegEnableEmail": "MayBe",
"QRegOrderMobile": "1",
"QRegOrderEmail": "2",
"QRegOrderName": "3",
"AllowName": "MayBe",
"AllowMobile": "MayBe",
"AllowEmail": "MayBe",
"AllowOrganization": "MayBe",
"AllowDesignation": "MayBe",
"AllowEmiratesID": "MayBe",
"AllowCustomRegisterField": "MayBe",
"CustomRegisterField": "City",
"AllowCustomRegisterSecondField": "MayBe",
"CustomRegisterSecondField": "Country",
"EnableConsent": "True",
"Consent": "I understand and freely assume any and all risks of attending meeting in person.",
"ConsentTitle": "Consent: Terms and Conditions",
"EnableReadEmiratesID": "True",
"EnableQR": "True",
"EnableGenerateQR": "True",
"QuickQRVerify": "True",
"EnableLanyardPrinting": "True",
"OtherInfo": "Welcome, to Expert Hub Robotics Showroom!",
"Venue": "Showroom No. 15, DWTC Dubai UAE",
"PrintDocSize": "A4",
"PrintImgHeader": "http://example.com/header.jpg",
"PrintImgFirst": "http://example.com/image1.jpg",
"PrintImgSecond": "http://example.com/image2.jpg",
"PrintImgThired": "http://example.com/image3.jpg",
"AuthorizedToAssignRoles": "visitor",
"Printer Host IPAddress": "192.168.0.200",
"ExhibitionEventStatus": "Open",
"DefaultVisitorType": "Visitor",
"VisitorTypeSelection": "Customer Demographics",
"VisitorDataVerify": "True",
"Temperature Status": "True",
"Temperature Host IPAddress": "192.168.0.200",
"MinTemperature": "34",
"MaxTemperature": "36",
"MainMenuTrigger": "yes;catalogue;main menu;mainmenu;directory;",
"CatlogsHashtags": "Expert Hub Robotics, Robots, Robotic Solution, Service, Others, Help Desk and Leave a feedback.",
"TipName": "TIP",
"ShareASmileName": "Share A Smile",
"TipTAX": "5",
"ShareASmileTax": "5",
"TAXName": "VAT",
"CURRENCY": "AED",
"EnableShareASmile": "True",
"EnableTip": "True",
"EnableTable": "True",
"PaymentCard": "True",
"PaymentTeller": "True",
"PrintBill": "Click",
"EnableCustomFirstPaymentMode": "True",
"CustomFirstPaymentName": "First",
"CustomFirstPaymentLogo": "http://example.com/firstcustompay.png",
"EnableCustomSecondPaymentMode": "True",
"CustomSecondPaymentName": "Second",
"CustomSecondPaymentLogo": "http://example.com/firstcustompay.png",
"EnableCustomThirdPaymentMode": "True",
"CustomThirdPaymentName": "Third",
"CustomThirdPaymentLogo": "http://example.com/firstcustompay.png",
"EnableCustomFourthPaymentMode": "True",
"CustomFourthPaymentName": "Fourth",
"CustomFourthPaymentLogo": "http://example.com/firstcustompay.png",
"ImpTerms": "IMP NOTE: All Goods are quoted with Ex-Works Dubai/ Jebel Ali. Orders are served first come first served basis, will be confirmed upon availability. \nPayment Terms : Important Note: Full Payment in Advance to confirm the booking. Payment must reach us before the Invoice Due Date. Payments are Non-Transferable & Non-Refundable",
"CustomerNote": "Notes\nPayment Terms : Cheque to to Expert Hub Robotics General Trading LLC, in Dirhams.",
"OrderFooter": "Expert Hub Robotic Solutions  |  https://experthubrobotics.com/  |  accounts@ExperthubRobotics.com | 971 4 2834333",
"PaymentDetails": "Payment Terms : Cheque to to Expert Hub Robotics General Trading LLC, in Dirhams.  \nBank Transfer To:\nEmirates NBD Bank (Dirhams): To Expert Hub Robotics General Trading LLC, IBAN NO: AED AE460260001015775203801; Account No : 1015775203801;  Swift Code : EBILAEAD ; Routing Number  302620122; Dubai UAE\nEmirates NBD Bank (Dollars): To Expert Hub Robotics General Trading LLC, IBAN NO: USD: AE540260001025775203802; Account No : 1025775203802;  Swift Code : EBILAEAD; Routing Number  302620122; Dubai UAE\nEmirates NBD Bank (Euro): To Expert Hub Robotics General Trading LLC, IBAN NO: USD: AE270260001025775203803; Account No : 1025775203803;  Swift Code : EBILAEAD; Routing Number  302620122; Dubai UAE\nDownload Trade License : https://experthubrobotics.com/Accounts/ExpertHubGenTrdLLC/ExpertHubRoboticsGeneralTrdgLLC_TL.pdf\nDownload VAT Certificate :https://experthubrobotics.com/Accounts/ExpertHubGenTrdLLC/ExpertHubRoboticsGeneralTrdgLLC_VAT.pdf",
"PaymentLink": "",
"PaymentPayPal": "",
"PaymentCash": "true",
"PaymentCashTrigger": "cash;case;",
"PaymentCardTrigger": "card",
"PaymentPaypalTrigger": "paypal",
"PaymentTellerTrigger": "teller",
"PaymentFirstTrigger": "first",
"PaymentSecondTrigger": "second",
"PaymentThirdTrigger": "third",
"PaymentFourthTrigger": "fourth",
"OrderCancelTrigger": "cancel",
"EnableCelebration": "True",
"BirthdaySong": "http://example.com/BirthdayBGM.mp3",
"AnnualFunctionSong": "http://example.com/Party.mp3",
"OfficePartySong": "http://example.com/OParty.mp3",
"AnniversarySong": "http://example.com/AnniversaryBGM.mp3",
"AppointmentStatus": "Yes",
"WebLinkStatus": "Yes",
"VideoLinkStatus": "Yes",
"AllowVideoRecord": "true",
"EnableReport": "True",
"EnableBrowserLock": "False",
"EnableVideoLock": "False",
"VisitorImageStatus": "True",
"SelfieAt": "After Catalogue",
"EnableSelfiePrinting": "False",
"SelfieTriggerStart": "selfie;photo;photobooth;photo booth;picture;photograph;souvenir",
"VisitorImageFrame": "http://example.com/frame1.png",
"EnableHappinessMonitor": "True",
"HappinessMonitorTriggerStart": "happiness monitor;happiness;indicator;monitor;hapiness survey;survey one;survey 1;",
"ActiveDemographic": "true",
"CustomerDemographicTriggerStart": "demograph;demographic;demography;demography survey;survey two;survey to;survey 2;",
"isActiveCustomerDemographicTwo": "True",
"CustomerDemographicTwoTriggerStart": "membership;member;membership survey;loyalty;loyalty program;membership survey;loyalty survey;survey three;survey 3;",
"EnableCustomerSurvey": "True",
"CustomerSurveyTriggerStart": "Rating;ratings;rating survey;survey 4;survey four;survey for;",
"isActiveSurveyTwo": "True",
"CustomerSurveyTwoTriggerStart": "staff;team;survey five;survgey 5;Survey 5;",
"EnableApplicationSurvey": "True",
"ApplicationSurveyTriggerStart": "exit;application survey;Bye;baye;good bye;tata;see you;exit;quit;survey 6;survey six;",
"HomeTrigger": "TR_ExpertChat;TR_ChatGPT;TR_Language;TR_HappinessMonitor;TR_CustomerDemographic;TR_CustomerDemographicTwo;TR_CustomerSurvey;TR_CustomerSurveyTwo;TR_ApplicationSurvey;TR_Selfie;TR_Menu",
"InternalTrigger": "TR_Language;TR_HappinessMonitor;TR_CustomerDemographic;TR_CustomerDemographicTwo;TR_CustomerSurvey;TR_CustomerSurveyTwo;TR_ApplicationSurvey;TR_Selfie;TR_Menu",
"NavigationNextTriggers": "Confirm;continue;ok;correct;next;go;okay;fine;start tour;take me;tour;",
"NavigationPauseBetweenTime": "1",
"NavigationPathNumberOfTry": "3",
"AnnouncementFirstGuesture": "shankhand",
"AnnouncementSecondGuesture": "talk1",
"AnnouncementThirdGuesture": "talk2",
"AnnouncementFourthGuesture": "talk3",
"AnnouncementFifthGuesture": "talk4",
"AnnouncementSixthGuesture": "talk5",
"AnnouncementSeventhGuesture": "talk6",
"AnnouncementEighthGuesture": "talk7",
"AnnouncementNinthGuesture": "talk8",
"AnnouncementTenthGuesture": "talk9",
"AnnouncementEleventhGuesture": "talk10",
"AnnouncementTwelfthGuesture": "talk11",
"AnnouncementThirteenthGuesture": "talk12",
"AnnouncementFourteenthGuesture": "talk13",
"AnnouncementFifteenthGuesture": "talk14",
"AnnouncementSixteenthGuesture": "talk15",
"AnnouncementSeventeenthGuesture": "talk16",
"AnnouncementEighteenthGuesture": "talk17",
"AnnouncementNineteenthGuesture": "talk18",
"AnnouncementTwentiethGuesture": "talk19",
"AnnouncementFirstHand": "0",
"AnnouncementSecondHand": "1",
"AnnouncementThirdHand": "2",
"AnnouncementFourthHand": "0",
"AnnouncementFifthHand": "1",
"AnnouncementSixthHand": "2",
"AnnouncementSeventhHand": "0",
"AnnouncementEighthHand": "1",
"AnnouncementNinthHand": "2",
"AnnouncementTenthHand": "0",
"AnnouncementEleventhHand": "1",
"AnnouncementTwelfthHand": "2",
"AnnouncementThirteenthHand": "0",
"AnnouncementFourteenthHand": "1",
"AnnouncementFifteenthHand": "2",
"AnnouncementSixteenthHand": "0",
"AnnouncementSeventeenthHand": "1",
"AnnouncementEighteenthHand": "2",
"AnnouncementNineteenthHand": "0",
"AnnouncementTwentiethHand": "1",
"AnnouncementFirstPointName": "p1",
"AnnouncementSecondPointName": "p2",
"AnnouncementThirdPointName": "p3",
"AnnouncementFourthPointName": "p4",
"AnnouncementFifthPointName": "p5",
"AnnouncementSixthPointName": "p6",
"AnnouncementSeventhPointName": "p7",
"AnnouncementEighthPointName": "p8",
"AnnouncementNinthPointName": "p9",
"AnnouncementTenthPointName": "p10",
"AnnouncementEleventhPointName": "p11",
"AnnouncementTwelfthPointName": "p12",
"AnnouncementThirteenthPointName": "p13",
"AnnouncementFourteenthPointName": "p14",
"AnnouncementFifteenthPointName": "p15",
"AnnouncementSixteenthPointName": "p16",
"AnnouncementSeventeenthPointName": "p17",
"AnnouncementEighteenthPointName": "p18",
"AnnouncementNineteenthPointName": "p19",
"AnnouncementTwentiethPointName": "p20",
"NavigationType": "AUTO",
"DanceTrigger": "dance;",
"TourStart": "Start Tour",
"TourGuide": "Next",
"TourEnd": "Thank You",
"NavigationStartTriggers": "Start;",
"NavigationPauseTriggers": "Pause;",
"NavigationResumeTriggers": "Resume;",
"NavigationEndTriggers": "End;",
"HomeNavTrigger": "TR_ExpertChat;TR_ChatGPT;TR_Language;TR_HappinessMonitor;TR_CustomerDemographic;TR_CustomerDemographicTwo;TR_CustomerSurvey;TR_CustomerSurveyTwo;TR_ApplicationSurvey;TR_Selfie;TR_Menu;TR_Navigation",
"InternalNavTrigger": "TR_Language;TR_HappinessMonitor;TR_CustomerDemographic;TR_CustomerDemographicTwo;TR_CustomerSurvey;TR_CustomerSurveyTwo;TR_ApplicationSurvey;TR_Selfie;TR_Menu;TR_Navigation",
"EnableWelcomeScreenGreet": "True",
"WelcomeScreenGreet": "Welcome!",
"EnableMultiLanguageWelcomeScreenGreet": "True",
"WelcomeScreenGreetColor": "#ffffff",
"EnableMenuScreenGreetMessage": "True",
"MenuScreenGreetColor": "#ffffff",
"MainMenuScreenGreetMessage": "Select From Menu",
"SubMenuScreenGreetMessage": "Select From Sub Menu",
"SubItemScreenGreetMessage": "Select From Item",
"EnableAppSurveyScreenMessage": "True",
"AppSurveyScreenMessage": "We would like to know your feedback",
"AppSurveyScreenMessageColor": "#FFFFF0",
"EnableSkipSingleSubMenu": "True",
"EnableAIforExpertChat": "True",
"ResearchMode": "True",
"AIChatAPIKey": "FNoFxwF1zY7SRE0WxpCmIlM",
"apimap": {
"ClientID": 1,
"AppSoftwareType": "1",
"APIUrl": "http://abc.com/Order?ClientID=123&AppSoftwareType=3",
"APIFeedbackUrl": "http://abc.com/Feedback"
"OAuth": "XHVk7gBXuKEbGLQKGTW29aOItHbX7i7e/pwL8IW8ZvuCBtVOvDy+AntTBym8iPaE",
"Customer_IDMap": "Customer_ID",
"OrderRobotNickName": "RobotNickName",
"AppSoftwareTypeIDMap": "AppSoftwareTypeID",
"Full_NameMap": "FullName",
"MobileMap": "Mobile",
"TableCodeMap": "TableCode",
"Order_IDMap": "OrderID",
"Order_DateMap": "OrderDate",
"CurrencyMap": "CURRENCY",
"SubTotalMap": "SubTotal",
"VATMap": "VAT",
"DiscountMap": "Discount",
"TotalMap": "Total",
"TIPNameMap": "TIPName",
"TIPTaxPercentageMap": "TIPTaxPercentage",
"TIPMap": "TIP",
"ShareASmileNameMap": "ShareASmileName",
"ShareASmileTaxPercentageMap": "ShareASmileTaxPercentage",
"ShareASmileMap": "ShareASmile",
"PaymentModeMap": "PaymentMode",
"PaymentLinkMap": "PaymentLink",
"CelebrationIDMap": "CelebrationID",
"SurveyClientMap": "SurveyClient",
"SurveyAppMap": "SurveyApp",
"DOBMap": "DOB",
"AGEMap": "AGE",
"GenderMap": "Gender",
"ReligionMap": "Religion",
"LoyatyCardMap": "LoyatyCard",
"OrderTypeMap": "OrderType",
"CustomerDemographicMap": "CustomerDemographic",
"MeetingLinkMap": "MeetingLink",
"isActiveMap": "isActive",
"ItemCollectionMap": "orderItem",
"Item_IDMap": "ItemID",
"Item_NameMap": "ItemName",
"QuantityMap": "Quantity",
"ItemDiscountMap": "ItemDiscount",
"ItemTAXMap": "ItemTAX",
"TaxPercentageMap": "TaxPercentage",
"DiscountPercentageMap": "DiscountPercentage",
"ItemCostMap": "ItemCost",
"priceMap": "price",
"isActive_ItemMap": "isActive",
"OrderItemLanguage": "ItemLanguage",
"OrderItemEItemID": "EItemID",
"SMSAPICopyToMap": "SMSAPICopyTo",
"SMSAPICopyTo": "1236547893",
"EmailCC": "",
"OrderCustomerEMAIL": "CustomerEMAIL",
"OrderCorporateName": "CorporateName",
"OrderEmailCC": "EmailCC",
"OrderLanguage": "Language",
"MeetingAPIUrl": "http://abc.com/Order?ClientID=123&AppSoftwareType=3",
"MeetingCustomer_ID": "Customer_ID",
"MeetingAppSoftwareTypeID": "AppSoftwareTypeID",
"MeetingRobotNickName": "RobotNickName",
"MeetingFullName": "FullName",
"MeetingMobile": "Mobile",
"MeetingOrganization": "Organization",
"MeetingEMAIL": "EMAIL",
"MeetingDesignation": "Designation",
"MeetingID": "ID",
"MeetingAppointmentDate": "AppointmentDate",
"MeetingType": "Type",
"MeetingItemID": "ItemID",
"MeetingVisitorLogs": "VisitorLogs",
"MeetingCustomerDemographic": "CustomerDemographic",
"MeetingMeetingLink": "MeetingLink",
"MeetingWebsiteLink": "WebsiteLink",
"MeetingSurveyClient": "SurveyClient",
"MeetingSurveyApp": "SurveyApp",
"MeetingSMSAPICopyTo": "SMSAPICopyTo",
"MeetingisActive": "isActive",
"Temperature": "Temperature",
"MeetingEmiratesID": "EmiratesID",
"MeetingCustomRegisterField": "CustomRegisterField",
"MeetingCustomRegisterFieldValue": "CustomRegisterFieldValue",
"MeetingCustomRegisterSecondField": "CustomRegisterSecondField",
"MeetingCustomRegisterSecondFieldValue": "CustomRegisterSecondFieldValue",
"MeetingCorporateName": "CorporateName",
"MeetingEmailCC": "EmailCC",
"MeetingLanguage": "Language",
"MeetingItemEItemID": "EItemID",
"MeetingEventStatus": "EventStatus",
"VisitorImageAPIUrl": "https://example.com/Image?ClientID=20&RobotID=6936989655555&SoftwareVersion=2",
"MeetingVisitorImage": "VisitorImage",
"VisitorVideoRecordedLink": "https://example.com/Video?ClientID=20&RobotID=6936989655555&SoftwareVersion=2",
"MeetingVideoRecordedLink": "VideoRecordedLink",
"MeetingCustomerSurvey": "CustomerSurvey",
"MeetingMinTemperature": "MinTemperature",
"MeetingMaxTemperature": "MaxTemperature",
"LogoutURL": "http://abc.com/Logout",
"ChatLogURL": "http://abc.com/ChatLogs",
"ErrorLogURL": "http://abc.com/ErrorLogs",
"MeetingRobotExID": "RobotExID",
"MeetingClientName": "ClientName",
"MeetingConsentAgree": "ConsentAgree",
"MeetingManageBy": "",
"OrderOrganization": "Organization",
"OrderTITLE": "Designation",
"OrderEmiratesID": "EmiratesID",
"OrderCustomRegisterField": "CustomRegisterField",
"OrderCustomRegisterFieldValue": "CustomRegisterFieldValue",
"OrderCustomRegisterSecondField": "CustomRegisterSecondField",
"OrderCustomRegisterSecondFieldValue": "CustomRegisterSecondFieldValue",
"OrderVisitorImage": "VisitorImage",
"OrderVideoRecordedLink": "VideoRecordedLink",
"OrderCustomerSurvey": "CustomerSurvey",
"OrderRobotExID": "RobotExID",
"OrderClientName": "ClientName",
"OrderConsentAgree": "ConsentAgree",
"OrderCustomerDemographic": "CustomerDemographic",
"OrderEMAIL": "EMAIL",
"OrderQRLink": "QRLink",
"MeetingGenerateQR": "GenerateQR",
"VisitorPhotoAPIURL": "http://abc.com/VisitorPhoto?ClientID=59&RobotID=###ROBOTid###",
"MeetingVisitorPhoto": "VisitorPhoto",
"MeetingVisitorType": "VisitorType",
"OrderNumber": "OrderNumber",
"MeetingVisitorClientUID": "VisitorClientUID",
"SMSLinkMap": "SMSLink",
"CustomerDemographicTwoMap": "CustomerDemographicTwo",
"CustomerSurveyTwoMap": "CustomerSurveyTwo",
"SELFIESTATUSMap": "SELFIESTATUS"
}
}
]
Example(Expired Login)
Request
POST
Response Body
200
[
{
"Code": "200",
"Message": "Expired Login, Expired login access since 15 days."
}
]
Example(Not Found)
Request
POST
Response Body
404
{
"Message": "No HTTP resource was found that matches the request
URI 'api/V2/SignIn?EMAIL_ID=BOL-GAPPA@gmail.com&PASSWORD=kyVC0k0h71HccYcXkn6H2w==&SoftwareType=1&SoftwareVersion=1.001&MenuVersion=1.0001&RobotName=Sanbot MAX&Language=1&FeedFileKey=RobotSetup_COid1_Ex1_App1_111111_1111&ImageVersion=1.00001'."
}
Example(Invalid)
Request
POST
Response Body
400
[
{
"Code": "400",
"Message": "Invalid Robot ID, Email, Password and SoftwareType."
}
]
Example(Plain Password)
Request
POST
Response Body
400
[
{
"Code": "400",
"Message": "An error has occurred while password is decrypt. Password has not end to end encrypted."
}
]
Example(NULL / Empty)
Request
POST
Response Body
400
[
{
"Code": "400",
"Message": "Mandatory parameters cannot empty or null."
}
]
Menu API
Purpose
To get MainMenu, SubMenu, InnerSubMenu, Product(Item) and AddOns, Messages, Customer Demographic, Chat(F and Q), Navigation Menus and Triggers in ExperthubRobotics app.
Request
POST
Additional Header Parameters
| Name | Description | Type |
|---|---|---|
| auth |
"Authentication code" get while sign in. |
string |
URI Parameters
| Name | Description | Type |
|---|---|---|
| RobotID |
Robot ID in which app install Installed. |
string |
| ClientID |
Client ID register with robot. |
string |
| AppSoftwareType |
Application of Software Type. Application Unique ID from ExperthubRobotics Applications. |
string |
| Language |
Language ID from ExperthubRobotics Language. Only Pass if needed other details. |
string |
|
SignIn Email. |
string |
Body Parameters
Note:
All URL Parameters are mandatory.
Header "authentication code" is also mandatory.
App Software Type Must be Unique id(AppSoftwareTypeID) from Application Request.
Request Formats
api/V2/Menu/Items?RobotID=1&ClientID=1&AppSoftwareType=6
auth : " < authentication code hear as header > "
Response Information
Resource Description
Menu
| Name | Description | Type |
|---|---|---|
| ItemID |
Unique Items ID |
integer |
| MainMenu |
Main Menu of Items |
string |
| SubMenu |
Sub Menu of Items |
string |
| InnerSubMenu |
Inner Sub Menu of Items(optional if any, Items will be in Sub Menu) |
string |
| ItemType |
Item Type MainMenu/ SubMenu/ InnerSubMenu/ Item |
string |
| ItemName |
Item Name |
string |
| ItemDetails |
Item's description |
string |
| RobotSpeechItemDetails | Robot Speech Item Details. | string |
| ImageTitle |
Image Name |
string |
| ItemDetailsName |
Item's details page Item Name |
string |
| ItemDetailsImage |
Item's details page Image Name |
string |
| OrderBy |
Order Item while display on Application. |
integer |
| MainMenuTrigger | Main Menu Triggers | string |
| MainMenuHashtags | Main Menu Hashtags | string |
| SubMenuTrigger | Sub Menu Triggers | string |
| SubMenuHashtags | Sub Menu Hashtags | string |
| ItemNameTrigger | Item Name Triggers | string |
| ItemPrice |
Item's Price |
decimal number |
| DiscountAMT |
Item's Discount Amount |
decimal number |
| ItemDiscount |
Item's Discount Percentage |
decimal number |
| ItemCost |
Item's Cost |
decimal number |
| ItemTAX |
Item's TAX Percentage |
decimal number |
| TaxAMT |
Item's TAX Amount |
decimal number |
| GrandTotal |
Item's Grand Total Amount |
decimal number |
| AgeRestricted |
Item is Restricted For the Age Limit return true/ false. |
bool |
| GenderRestricted |
Item is Restricted For the Male / Female / No. |
string |
| MuslimRestricted |
Item is Restricted For Muslim. |
bool |
| EmailItem |
Contact Email of the Item. |
string |
| MeetingItem |
Meeting Link of the Item. |
string |
| MobileItem |
Contact Mobile of the Item. |
string |
| WebsiteLink |
Video Link of the Item. |
string |
| YouTubeLink |
YouTube Link of the Item. |
string |
| EnableAppointment | Enable Appointment. | string |
| AppointmentTimeRegion | Appointment Time Region. | string |
| AppointmentFromDate | Appointment From Date. | string |
| AppointmentToDate | Appointment To Date. | string |
| AppoinmentPeriod | Appoinment Period. | string |
| AppointmentFromTime | Appointment From Time. | string |
| AppointmentToTime | Appointment To Time. | string |
| AppointmentOnSun | Appointment On Sun. | string |
| AppointmentOnMon | Appointment On Mon. | string |
| AppointmentOnTue | Appointment On Tue. | string |
| AppointmentOnWed | Appointment On Wed. | string |
| AppointmentOnThu | Appointment On Thu. | string |
| AppointmentOnFri | Appointment On Fri. | string |
| AppointmentOnSat | Appointment On Sat. | string |
| EItemID | EItem ID. | int |
| EnableVideoMeeting | Enable Video Meeting. | string |
| VideoTimeRegion | Video Time Region. | string |
| VideoFromDate | Video From Date. | string |
| VideoToDate | Video To Date. | string |
| VideoPeriod | Video Period. | string |
| VideoFromTime | Video From Time. | string |
| VideoToTime | Video To Time. | string |
| VideoOnSun | Video On Sun. | string |
| VideoOnMon | Video On Mon. | string |
| VideoOnTue | Video On Tue. | string |
| VideoOnWed | Video On Wed. | string |
| VideoOnThu | Video On Thu. | string |
| VideoOnFri | Video On Fri. | string |
| VideoOnSat | Video On Sat. | string |
| EnableEmail | Enable Email. | string |
| ShowEmail | Show Email. | string |
| EnableSMS | Enable SMS. | string |
| ShowMobile | Show Mobile. | string |
| EnableYouTubeVideo | Enable YouTube Video. | string |
| EnableWebsite | Enable Website. | string |
| EnableRecordedMessages | Enable Recorded Messages. | string |
| EnableReport | Enable Report. | string |
| YouTubeRepeatOne | YouTube Repeat One. | string |
| EnableBrowserLock | Enable Browser Lock. | string |
| EnableVideoLock | Enable Video Lock. | string |
| SMSLink | SMS Link. | string |
| PointName | Navigation Item Point Name. | string |
| Guesture | Navigation Item Point Guesture. | string |
| Hand | Navigation Item Point Hand. | string |
| AddOns |
List of Add Ons in Item |
Collection of AddOn |
Child : AddOns
| Name | Description | Type |
|---|---|---|
| AddONID |
Unique AddOn ID |
integer |
| AddON |
AddOn Item Name |
string |
| PriceAddON |
AddOn Price |
decimal number |
| DiscountAMT |
AddOn Item's Discount Amount |
decimal number |
| ItemDiscount |
AddOn Item's Discount Percentage |
decimal number |
| ItemCost |
AddOn Item's Cost |
decimal number |
| ItemTAX |
AddOn Item's TAX Percentage |
decimal number |
| TaxAMT |
AddOn Item's TAX Amount |
decimal number |
| GrandTotal |
AddOn Item's Grand Total Amount |
decimal number |
| AddONImage |
AddOn Image |
string |
| AddONDetails |
AddOn description |
string |
| Hashtags |
AddOn Hashtags |
Boolean |
| Triggers |
AddOn Triggers |
string |
Messages
| Name | Description | Type |
|---|---|---|
| ID |
Unique ID. |
integer |
| Trigger |
Trigger Details |
string |
| MessageCode |
Message Code (Success 200/ Error 400) |
integer |
| MessageStatus |
Message Status |
string |
| RobotSpeech |
Robot Speech bass on input message. |
string |
| Message |
Error/ Successful Message return from APIs. |
string |
| Validation |
Validation apply on inputs. |
string |
Demographic
| Name | Description | Type |
|---|---|---|
| ID |
Unique ID. |
integer |
| Type |
Type of Demographic (Customer Demographics/ Customer Survey/ Customer Demographics Two/ Customer Survey Two) |
string |
| TitleForSpeech |
Title For Speech of Demographic |
string |
| Title |
Title of Demographic |
string |
| Name |
Name of Demographic |
string |
| Image |
Image path of Customer Demographic |
string |
| OrderBy |
Order Item while display on Application. |
int |
| EID |
English ID. |
int |
QNAASSISTANT
| Name | Description | Type |
|---|---|---|
| ID |
Unique ID. |
integer |
| Question |
Question / Triggers for Expert Chat. All Triggers are ";" seprated with connected answer. |
string |
| Answer |
Answer for Expert Chat. |
string |
| Embedding |
Embedding for Expert Chat for AI. |
float array. |
| AIQuestion |
AI Generated Question / Triggers for Expert Chat. |
string |
NavigationMenus
| Name | Description | Type |
|---|---|---|
| ItemID |
Item ID. |
integer |
Triggers
| Name | Description | Type |
|---|---|---|
| ItemID |
Item ID. |
integer |
| ItemType |
Item Type MainMenu/ SubMenu/ Item. |
string |
| MainMenu |
Main Menu Name. |
string |
| SubMenu |
Sub Menu Name. |
string |
| ItemName |
Item Name. |
string |
| TRIGGERS |
TRIGGERS for MainMenu/ SubMenu/ Item. |
string |
| EItemID |
Item ID. |
integer |
Response Formats
[
{
"Menus": [
{
"ItemID": 2,
"MainMenu": "sample string 3",
"SubMenu": "sample string 4",
"InnerSubMenu": "sample string",
"ItemName": "sample string 5",
"RobotSpeechItemDetails": "sample string",
"MainMenuTrigger": "sample string",
"MainMenuHashtags": "sample string",
"SubMenuTrigger": "sample string",
"SubMenuHashtags": "sample string",
"ItemNameTrigger": "sample string",
"ItemPrice": 100.00,
"ItemDiscount": 10.00,
"DiscountAMT": 10.00,
"ItemCost": 90.00,
"ItemTAX": 5.00,
"TaxAMT": 4.50,
"GrandTotal": 94.50,
"ItemDetails": "sample string 7",
"ImageTitle": "sample string 8",
"ItemDetailsName": "sample string",
"ItemDetailsImage": "sample string",
"ItemType": "sample string 9",
"AgeRestricted": false,
"GenderRestricted": 'No',
"MuslimRestricted": false,
"OrderBy": 10,
"EmailItem": "sample string",
"MeetingItem": "sample string ",
"MobileItem": "sample string ",
"WebsiteLink": "sample string",
"YouTubeLink": "sample string ",
"EItemID": 111,
"AppointmentTimeRegion": "sample string",
"AppointmentFromDate": "sample string",
"AppointmentToDate": "sample string",
"AppoinmentPeriod": "sample string",
"AppointmentFromTime": "sample string",
"AppointmentToTime": "sample string",
"AppointmentOnSun": "sample string",
"AppointmentOnMon": "sample string",
"AppointmentOnTue": "sample string",
"AppointmentOnWed": "sample string",
"AppointmentOnThu": "sample string",
"AppointmentOnFri": "sample string",
"AppointmentOnSat": "sample string",
"VideoTimeRegion": "sample string",
"VideoFromDate": "sample string",
"VideoToDate": "sample string",
"VideoPeriod": "sample string",
"VideoFromTime": "sample string",
"VideoToTime": "sample string",
"VideoOnSun": "sample string",
"VideoOnMon": "sample string",
"VideoOnTue": "sample string",
"VideoOnWed": "sample string",
"VideoOnThu": "sample string",
"VideoOnFri": "sample string",
"VideoOnSat": "sample string",
"EnableEmail": "sample string",
"ShowEmail": "sample string",
"EnableSMS": "sample string",
"ShowMobile": "sample string",
"EnableYouTubeVideo": "sample string",
"EnableAppointment": "sample string",
"EnableVideoMeeting": "sample string",
"EnableWebsite": "sample string",
"EnableRecordedMessages": "sample string",
"EnableReport": "sample string",
"YouTubeRepeatOne": "sample string",
"EnableBrowserLock": "sample string",
"EnableVideoLock": "sample string",
"SMSLink": "sample string",
"Guesture": "sample string",
"Hand": "1",
"PointName": "sample string",
"AddOns": [
{
"AddONID": 1,
"AddON": "sample string 2",
"PriceAddON": 3.00,
"ItemDiscount": 0.0,
"DiscountAMT": 0.0,
"ItemCost": 3.00,
"ItemTAX": 0.0,
"TaxAMT": 0.0,
"GrandTotal": 3.00,
"AddONImage": "sample string 4",
"AddONDetails": "sample string 5",
"Hashtags": "sample string",
"Triggers": "sample string"
},
{
"AddONID": 1,
"AddON": "sample string 2",
"PriceAddON": 3.00,
"ItemDiscount": 0.0,
"DiscountAMT": 0.0,
"ItemCost": 3.00,
"ItemTAX": 0.0,
"TaxAMT": 0.0,
"GrandTotal": 3.00,
"AddONImage": "sample string 4",
"AddONDetails": "sample string 5",
"Hashtags": "sample string",
"Triggers": "sample string"
}
]
},
{
"ItemID": 2,
"MainMenu": "sample string 3",
"SubMenu": "sample string 4",
"InnerSubMenu": "sample string",
"ItemName": "sample string 5",
"RobotSpeechItemDetails": "Here you can have your company Introduction, show your company mobile number, email, website or video, send sms and email to visitors, with your product catalogue.",
"MainMenuTrigger": "sample string",
"MainMenuHashtags": "sample string",
"SubMenuTrigger": "sample string",
"SubMenuHashtags": "sample string",
"ItemNameTrigger": "sample string",
"ItemPrice": 100.00,
"ItemDiscount": 10.00,
"DiscountAMT": 10.00,
"ItemCost": 90.00,
"ItemTAX": 5.00,
"TaxAMT": 4.50,
"GrandTotal": 94.50,
"ItemDetails": "sample string 7",
"ImageTitle": "sample string 8",
"ItemDetailsName": "sample string",
"ItemDetailsImage": "sample string",
"ItemType": "sample string 9",
"AgeRestricted": false,
"GenderRestricted": 'No',
"MuslimRestricted": false,
"OrderBy": 10,
"EmailItem": "sample string",
"MeetingItem": "sample string ",
"MobileItem": "sample string ",
"WebsiteLink": "",
"YouTubeLink": "sample string ",
"EItemID": 30991,
"AppointmentTimeRegion": "GMT+4",
"AppointmentFromDate": "15-09-2021",
"AppointmentToDate": "31-12-2022",
"AppoinmentPeriod": "15",
"AppointmentFromTime": "08:00:00",
"AppointmentToTime": "20:00:00",
"AppointmentOnSun": "True",
"AppointmentOnMon": "True",
"AppointmentOnTue": "True",
"AppointmentOnWed": "True",
"AppointmentOnThu": "True",
"AppointmentOnFri": "True",
"AppointmentOnSat": "True",
"VideoTimeRegion": "GMT+4",
"VideoFromDate": "15-09-2021",
"VideoToDate": "31-12-2030",
"VideoPeriod": "15",
"VideoFromTime": "08:00:00",
"VideoToTime": "20:00:00",
"VideoOnSun": "True",
"VideoOnMon": "True",
"VideoOnTue": "True",
"VideoOnWed": "True",
"VideoOnThu": "True",
"VideoOnFri": "True",
"VideoOnSat": "True",
"EnableEmail": "True",
"ShowEmail": "True",
"EnableSMS": "True",
"ShowMobile": "True",
"EnableYouTubeVideo": "True",
"EnableAppointment": "True",
"EnableVideoMeeting": "True",
"EnableWebsite": "True",
"EnableRecordedMessages": "True",
"EnableReport": "False",
"YouTubeRepeatOne": "TimeOut",
"EnableBrowserLock": "False",
"EnableVideoLock": "False",
"SMSLink": "sample string",
"Guesture": "sample string",
"Hand": "1",
"PointName": "sample string",
"AddOns": []
}
],
"Messages": [
{
"ID": 1,
"Trigger": "sample string 6",
"MessageCode": 7,
"MessageStatus": "sample string 8",
"RobotSpeech": "sample string 9",
"Message": "sample string 10",
"Validation": "sample string 11"
},
{
"ID": 1,
"Trigger": "sample string 6",
"MessageCode": 7,
"MessageStatus": "sample string 8",
"RobotSpeech": "sample string 9",
"Message": "sample string 10",
"Validation": "sample string 11"
}
],
"Demographic": [
{
"ID": 1,
"Type": "Customer Demographics",
"TitleForSpeech": "sample string",
"Title": "sample string",
"Name": "sample string",
"Image": "sample string",
"OrderBy": 1,
"EID": 1
},
{
"ID": 2,
"Type": "Customer Demographics",
"TitleForSpeech": "sample string",
"Title": "sample string",
"Name": "sample string",
"Image": "sample string",
"OrderBy": 2,
"EID": 2
}
],
"QNAASSISTANT": [
{
"ID": 1,
"Question": "sample string",
"Answer": "sample string",
"Embedding": [0.0212545,-0.00125954],
"AIQuestion": "sample string"
},
{
"ID": 1,
"Question": "sample string",
"Answer": "sample string",
"Embedding": [0.0212545,-0.00125954],
"AIQuestion": "sample string"
}
],
"NavigationMenus": [
{
"ItemID": 1
},
{
"ItemID": 2
},
{
"ItemID": 3
}
],
"Triggers": [
{
"ItemID": 1,
"ItemType": "sample string",
"MainMenu": "sample string",
"SubMenu": "sample string",
"ItemName": "sample string",
"TRIGGERS": "sample string",
"EItemID": 1
},
{
"ItemID": 2,
"ItemType": "sample string",
"MainMenu": "sample string",
"SubMenu": "sample string",
"ItemName": "sample string",
"TRIGGERS": "sample string",
"EItemID": 2
}
]
}
]
Example
Request
POST
Additional Header Parameters
Response Body
200
[
{
"Menus": [
{
"ItemID": 1,
"MainMenu": "Beverage",
"SubMenu": "",
"InnerSubMenu": "",
"ItemName": "",
"RobotSpeechItemDetails": "Here you can have your company Introduction, show your company mobile number, email, website or video, send sms and email to visitors, with your product catalogue.",
"MainMenuTrigger": "sample string",
"MainMenuHashtags": "sample string",
"SubMenuTrigger": "sample string",
"SubMenuHashtags": "sample string",
"ItemNameTrigger": "sample string",
"ItemPrice": 100.00,
"ItemDiscount": 10.00,
"DiscountAMT": 10.00,
"ItemCost": 90.00,
"ItemTAX": 5.00,
"TaxAMT": 4.50,
"GrandTotal": 94.50,
"ItemDetails": "",
"ImageTitle": "MainMenu.png",
"ItemDetailsName": "",
"ItemDetailsImage": "MainMenu.png",
"ItemType": "MainMenu",
"AgeRestricted": false,
"GenderRestricted": 'No',
"MuslimRestricted": false,
"OrderBy": 1000,
"EmailItem": "example@experthubrobotics.com",
"MeetingItem": "http://example.com",
"MobileItem": "9711111111111",
"WebsiteLink": "http://example.com?abc=abc",
"YouTubeLink": "http://youtube.com?abc=abc",
"EItemID": 30991,
"AppointmentTimeRegion": "GMT+4",
"AppointmentFromDate": "15-09-2021",
"AppointmentToDate": "31-12-2022",
"AppoinmentPeriod": "15",
"AppointmentFromTime": "08:00:00",
"AppointmentToTime": "20:00:00",
"AppointmentOnSun": "True",
"AppointmentOnMon": "True",
"AppointmentOnTue": "True",
"AppointmentOnWed": "True",
"AppointmentOnThu": "True",
"AppointmentOnFri": "True",
"AppointmentOnSat": "True",
"VideoTimeRegion": "GMT+4",
"VideoFromDate": "15-09-2021",
"VideoToDate": "31-12-2030",
"VideoPeriod": "15",
"VideoFromTime": "08:00:00",
"VideoToTime": "20:00:00",
"VideoOnSun": "True",
"VideoOnMon": "True",
"VideoOnTue": "True",
"VideoOnWed": "True",
"VideoOnThu": "True",
"VideoOnFri": "True",
"VideoOnSat": "True",
"EnableEmail": "True",
"ShowEmail": "True",
"EnableSMS": "True",
"ShowMobile": "True",
"EnableYouTubeVideo": "True",
"EnableAppointment": "True",
"EnableVideoMeeting": "True",
"EnableWebsite": "True",
"EnableRecordedMessages": "True",
"EnableReport": "False",
"YouTubeRepeatOne": "TimeOut",
"EnableBrowserLock": "False",
"EnableVideoLock": "False",
"SMSLink": "sample string",
"Guesture": "sample string",
"Hand": "1",
"PointName": "sample string",
"AddOns": []
},
{
"ItemID": 2,
"MainMenu": "Soft Drinks",
"SubMenu": "",
"InnerSubMenu": "",
"ItemName": "",
"RobotSpeechItemDetails": "Here you can have your company Introduction, show your company mobile number, email, website or video, send sms and email to visitors, with your product catalogue.",
"MainMenuTrigger": "sample string",
"MainMenuHashtags": "sample string",
"SubMenuTrigger": "sample string",
"SubMenuHashtags": "sample string",
"ItemNameTrigger": "sample string",
"ItemPrice": 100.00,
"ItemDiscount": 10.00,
"DiscountAMT": 10.00,
"ItemCost": 90.00,
"ItemTAX": 5.00,
"TaxAMT": 4.50,
"GrandTotal": 94.50,
"ItemDetails": "",
"ImageTitle": "SoftDrinks.png",
"ItemDetailsName": "",
"ItemDetailsImage": "SoftDrinks.png",
"ItemType": "SubMenu",
"AgeRestricted": false,
"GenderRestricted": 'Male',
"MuslimRestricted": false,
"OrderBy": 1000,
"EmailItem": "example@experthubrobotics.com",
"MeetingItem": "http://example.com",
"MobileItem": "9711111111111",
"WebsiteLink": "http://example.com?abc=abc",
"YouTubeLink": "http://youtube.com?abc=abc",
"EItemID": 30991,
"AppointmentTimeRegion": "GMT+4",
"AppointmentFromDate": "15-09-2021",
"AppointmentToDate": "31-12-2022",
"AppoinmentPeriod": "15",
"AppointmentFromTime": "08:00:00",
"AppointmentToTime": "20:00:00",
"AppointmentOnSun": "True",
"AppointmentOnMon": "True",
"AppointmentOnTue": "True",
"AppointmentOnWed": "True",
"AppointmentOnThu": "True",
"AppointmentOnFri": "True",
"AppointmentOnSat": "True",
"VideoTimeRegion": "GMT+4",
"VideoFromDate": "15-09-2021",
"VideoToDate": "31-12-2030",
"VideoPeriod": "15",
"VideoFromTime": "08:00:00",
"VideoToTime": "20:00:00",
"VideoOnSun": "True",
"VideoOnMon": "True",
"VideoOnTue": "True",
"VideoOnWed": "True",
"VideoOnThu": "True",
"VideoOnFri": "True",
"VideoOnSat": "True",
"EnableEmail": "True",
"ShowEmail": "True",
"EnableSMS": "True",
"ShowMobile": "True",
"EnableYouTubeVideo": "True",
"EnableAppointment": "True",
"EnableVideoMeeting": "True",
"EnableWebsite": "True",
"EnableRecordedMessages": "True",
"EnableReport": "False",
"YouTubeRepeatOne": "TimeOut",
"EnableBrowserLock": "False",
"EnableVideoLock": "False",
"SMSLink": "sample string",
"Guesture": "sample string",
"Hand": "1",
"PointName": "sample string",
"AddOns": []
},
{
"ItemID": 3,
"MainMenu": "XYZ Drink",
"SubMenu": "",
"InnerSubMenu": "",
"ItemName": "",
"RobotSpeechItemDetails": "Here you can have your company Introduction, show your company mobile number, email, website or video, send sms and email to visitors, with your product catalogue.",
"MainMenuTrigger": "sample string",
"MainMenuHashtags": "sample string",
"SubMenuTrigger": "sample string",
"SubMenuHashtags": "sample string",
"ItemNameTrigger": "sample string",
"ItemPrice": 100.00,
"ItemDiscount": 10.00,
"DiscountAMT": 10.00,
"ItemCost": 90.00,
"ItemTAX": 5.00,
"TaxAMT": 4.50,
"GrandTotal": 94.50,
"ItemDetails": "XYZ Drink is good for the health.",
"ImageTitle": "XYZDrink.png",
"ItemDetailsName": "XYZ Drink",
"ItemDetailsImage": "XYZDrink.png",
"ItemType": "Item",
"AgeRestricted": false,
"GenderRestricted": 'Female',
"MuslimRestricted": false,
"OrderBy": 1000,
"EmailItem": "example@experthubrobotics.com",
"MeetingItem": "http://example.com",
"MobileItem": "9711111111111",
"WebsiteLink": "http://example.com?abc=abc",
"YouTubeLink": "http://youtube.com?abc=abc",
"EItemID": 30991,
"AppointmentTimeRegion": "GMT+4",
"AppointmentFromDate": "15-09-2021",
"AppointmentToDate": "31-12-2022",
"AppoinmentPeriod": "15",
"AppointmentFromTime": "08:00:00",
"AppointmentToTime": "20:00:00",
"AppointmentOnSun": "True",
"AppointmentOnMon": "True",
"AppointmentOnTue": "True",
"AppointmentOnWed": "True",
"AppointmentOnThu": "True",
"AppointmentOnFri": "True",
"AppointmentOnSat": "True",
"VideoTimeRegion": "GMT+4",
"VideoFromDate": "15-09-2021",
"VideoToDate": "31-12-2030",
"VideoPeriod": "15",
"VideoFromTime": "08:00:00",
"VideoToTime": "20:00:00",
"VideoOnSun": "True",
"VideoOnMon": "True",
"VideoOnTue": "True",
"VideoOnWed": "True",
"VideoOnThu": "True",
"VideoOnFri": "True",
"VideoOnSat": "True",
"EnableEmail": "True",
"ShowEmail": "True",
"EnableSMS": "True",
"ShowMobile": "True",
"EnableYouTubeVideo": "True",
"EnableAppointment": "True",
"EnableVideoMeeting": "True",
"EnableWebsite": "True",
"EnableRecordedMessages": "True",
"EnableReport": "False",
"YouTubeRepeatOne": "TimeOut",
"EnableBrowserLock": "False",
"EnableVideoLock": "False",
"SMSLink": "sample string",
"Guesture": "sample string",
"Hand": "1",
"PointName": "sample string",
"AddOns": [
{
"AddONID": 1,
"AddON": "Diet",
"PriceAddON": 5.00,
"ItemDiscount": 0.0,
"DiscountAMT": 0.0,
"ItemCost": 5.00,
"ItemTAX": 0.0,
"TaxAMT": 0.0,
"GrandTotal": 5.00,
"AddONImage": "",
"AddONDetails": "XYZ Drink is best for the health.",
"Hashtags": "sample string",
"Triggers": "sample string"
},
{
"AddONID": 2,
"AddON": "Cold",
"PriceAddON": 2.00,
"ItemDiscount": 0.0,
"DiscountAMT": 0.0,
"ItemCost": 2.00,
"ItemTAX": 0.0,
"TaxAMT": 0.0,
"GrandTotal": 2.00,
"AddONImage": "",
"AddONDetails": "XYZ Drink is best for the health.",
"Hashtags": "sample string",
"Triggers": "sample string"
}
]
}
],
"Messages": [
{
"ID": 1,
"Trigger": "Corporate Email",
"MessageCode": 400,
"MessageStatus": "Fail",
"RobotSpeech": "Enter your Corporate Email",
"Message": "Please enter a valid Corporate Email",
"Validation": "0.000"
}
],
"Demographic": [
{
"ID": 1,
"Type": "Customer Demographics",
"TitleForSpeech": "sample string",
"Title": "Customer Demographics",
"Name": "I am Individual",
"Image": "user.png",
"OrderBy": 1,
"EID": 1
},
{
"ID": 2,
"Type": "Customer Demographics",
"TitleForSpeech": "sample string",
"Title": "Customer Demographics",
"Name": "I am Corporate",
"Image": "corporate.png",
"OrderBy": 2,
"EID": 2
}
],
"QNAASSISTANT": [
{
"ID": 1,
"Question": "Question test",
"Answer": "Answer test",
"Embedding": [0.0212545,-0.00125954],
"AIQuestion": "sample string"
},
{
"ID": 2,
"Question": "Question two test",
"Answer": "Answer two test",
"Embedding": [0.0212545,-0.00125954],
"AIQuestion": "sample string"
}
],
"NavigationMenus": [
{
"ItemID": 1
},
{
"ItemID": 2
},
{
"ItemID": 3
}
],
"Triggers": [
{
"ItemID": 1,
"ItemType": "MainMenu",
"MainMenu": "Leave a feedback",
"SubMenu": "",
"ItemName": "",
"TRIGGERS": "Leave a feedback;record message;tesimonial;message",
"EItemID": 1
},
{
"ItemID": 2,
"ItemType": "Item",
"MainMenu": "Leave a feedback",
"SubMenu": "Help Desk",
"ItemName": "Leave a feedback",
"TRIGGERS": "feedback;testimony;testimonial",
"EItemID": 2
}
]
}
]
Example(Unauthorized/ Expired Login)
Request
POST
Additional Header Parameters
Response Body
401
[
{
"Code": "403",
"Message": "Unauthorized Request, invalid authentication token."
}
]
Example(Not Found)
Request
POST
Additional Header Parameters
if auth not supply / empty.
Response Body
404
[
{
"Code": "400",
"Message": "authentication token Not Found."
}
]
Example(No Item)
Request
POST
Additional Header Parameters
Response Body
404
[
{
"Code": "404",
"Message": "Not Found, No product / item Found in account."
}
]
Example(Null / Empty Peram)
Request
POST
Additional Header Parameters
Response Body
400
[
{
"Code": "400",
"Message": "Mandatory parameters cannot empty or null."
}
]