GET v1/kiosk/{cisId}/livehelp
Gets the kiosk live help settings
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cisId |
The cis identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LiveHelpSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| New_enabled | string |
None. |
|
| New_username | string |
None. |
|
| New_login | string |
None. |
|
| New_password | string |
None. |
|
| New_proxy | string |
None. |
|
| New_codec | string |
None. |
|
| New_domain | string |
None. |
|
| New_EnableVideo | string |
None. |
|
| LiveHelpTimeSlots | Collection of LiveHelpTimeSlot |
None. |
|
| Errors | Collection of Exception |
None. |
|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"New_enabled": "sample string 1",
"New_username": "sample string 2",
"New_login": "sample string 3",
"New_password": "sample string 4",
"New_proxy": "sample string 5",
"New_codec": "sample string 6",
"New_domain": "sample string 7",
"New_EnableVideo": "sample string 8",
"LiveHelpTimeSlots": [
{
"New_Kiosk_LiveAssistId": "5099cd15-e876-4dba-8332-c6cdd80e45db",
"New_mf_id": 2,
"New_la_day_of_week": 3,
"New_la_start_time": "2025-12-05T02:53:57.479946-07:00",
"New_la_end_time": "2025-12-05T02:53:57.479946-07:00",
"New_la_auto_dial": "sample string 6",
"New_la_btn_dial": "sample string 7",
"New_la_phone_dial": "sample string 8",
"New_active": "sample string 9",
"New_la_session_type": "sample string 10",
"New_la_phone_number": "sample string 11",
"New_la_autodial_lockpurchase": "sample string 12",
"New_la_autodial_newrental": "sample string 13",
"New_la_autodial_reservation": "sample string 14",
"New_la_autodial_payment": "sample string 15"
},
{
"New_Kiosk_LiveAssistId": "5099cd15-e876-4dba-8332-c6cdd80e45db",
"New_mf_id": 2,
"New_la_day_of_week": 3,
"New_la_start_time": "2025-12-05T02:53:57.479946-07:00",
"New_la_end_time": "2025-12-05T02:53:57.479946-07:00",
"New_la_auto_dial": "sample string 6",
"New_la_btn_dial": "sample string 7",
"New_la_phone_dial": "sample string 8",
"New_active": "sample string 9",
"New_la_session_type": "sample string 10",
"New_la_phone_number": "sample string 11",
"New_la_autodial_lockpurchase": "sample string 12",
"New_la_autodial_newrental": "sample string 13",
"New_la_autodial_reservation": "sample string 14",
"New_la_autodial_payment": "sample string 15"
}
],
"Errors": [
{
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
{
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
],
"IsSuccess": true
}
application/xml, text/xml
Sample:
<LiveHelpSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models">
<Errors xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models.BindingModels">
<d2p1:Exception>
<ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
<Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</d2p1:Exception>
<d2p1:Exception>
<ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
<Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</d2p1:Exception>
</Errors>
<IsSuccess xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models.BindingModels">true</IsSuccess>
<LiveHelpTimeSlots>
<LiveHelpTimeSlot>
<New_Kiosk_LiveAssistId>5099cd15-e876-4dba-8332-c6cdd80e45db</New_Kiosk_LiveAssistId>
<New_active>sample string 9</New_active>
<New_la_auto_dial>sample string 6</New_la_auto_dial>
<New_la_autodial_lockpurchase>sample string 12</New_la_autodial_lockpurchase>
<New_la_autodial_newrental>sample string 13</New_la_autodial_newrental>
<New_la_autodial_payment>sample string 15</New_la_autodial_payment>
<New_la_autodial_reservation>sample string 14</New_la_autodial_reservation>
<New_la_btn_dial>sample string 7</New_la_btn_dial>
<New_la_day_of_week>3</New_la_day_of_week>
<New_la_end_time>2025-12-05T02:53:57.479946-07:00</New_la_end_time>
<New_la_phone_dial>sample string 8</New_la_phone_dial>
<New_la_phone_number>sample string 11</New_la_phone_number>
<New_la_session_type>sample string 10</New_la_session_type>
<New_la_start_time>2025-12-05T02:53:57.479946-07:00</New_la_start_time>
<New_mf_id>2</New_mf_id>
</LiveHelpTimeSlot>
<LiveHelpTimeSlot>
<New_Kiosk_LiveAssistId>5099cd15-e876-4dba-8332-c6cdd80e45db</New_Kiosk_LiveAssistId>
<New_active>sample string 9</New_active>
<New_la_auto_dial>sample string 6</New_la_auto_dial>
<New_la_autodial_lockpurchase>sample string 12</New_la_autodial_lockpurchase>
<New_la_autodial_newrental>sample string 13</New_la_autodial_newrental>
<New_la_autodial_payment>sample string 15</New_la_autodial_payment>
<New_la_autodial_reservation>sample string 14</New_la_autodial_reservation>
<New_la_btn_dial>sample string 7</New_la_btn_dial>
<New_la_day_of_week>3</New_la_day_of_week>
<New_la_end_time>2025-12-05T02:53:57.479946-07:00</New_la_end_time>
<New_la_phone_dial>sample string 8</New_la_phone_dial>
<New_la_phone_number>sample string 11</New_la_phone_number>
<New_la_session_type>sample string 10</New_la_session_type>
<New_la_start_time>2025-12-05T02:53:57.479946-07:00</New_la_start_time>
<New_mf_id>2</New_mf_id>
</LiveHelpTimeSlot>
</LiveHelpTimeSlots>
<New_EnableVideo>sample string 8</New_EnableVideo>
<New_codec>sample string 6</New_codec>
<New_domain>sample string 7</New_domain>
<New_enabled>sample string 1</New_enabled>
<New_login>sample string 3</New_login>
<New_password>sample string 4</New_password>
<New_proxy>sample string 5</New_proxy>
<New_username>sample string 2</New_username>
</LiveHelpSettings>