lock
DELETE
api/Settings/v1/KioskRole
No documentation available.
EXPANDexpand_more
Request Information
Roles
- InterfaceSettings
URI Parameters
None.
Body Parameters
KioskRole| Name | Description | Type | Additional information |
|---|---|---|---|
| KioskRoleSeq | integer |
None. |
|
| Role | string |
None. |
|
| RefRoleSeq | integer |
None. |
|
| RoleMeaning | string |
None. |
|
| VisitorEnabled | boolean |
None. |
|
| CheckInReasonCSV | string |
None. |
|
| CheckOutReasonCSV | string |
None. |
Request Formats
{
"KioskRoleSeq": 1,
"Role": "sample string 2",
"RefRoleSeq": 3,
"RoleMeaning": "sample string 4",
"VisitorEnabled": true,
"CheckInReasonCSV": "sample string 6",
"CheckOutReasonCSV": "sample string 7"
}
<KioskRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.Settings.Kiosk"> <CheckInReasonCSV>sample string 6</CheckInReasonCSV> <CheckOutReasonCSV>sample string 7</CheckOutReasonCSV> <KioskRoleSeq>1</KioskRoleSeq> <RefRoleSeq>3</RefRoleSeq> <Role>sample string 2</Role> <RoleMeaning>sample string 4</RoleMeaning> <VisitorEnabled>true</VisitorEnabled> </KioskRole>
Sample not available.
EXPANDexpand_more
Response Information
Resource Description
None.