Quickly add an employee with minimal details and kiosk enabled.
POST http:///api/v2/business/{businessId}/kiosk/{kioskId}/staff
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| kioskId | int32 | Required | |
| businessId | string | Required | 
The request body takes a complete KioskCreateEmployeeModel resource, containing the following writable properties:
{
    "email": "string",
    "firstName": "string",
    "mobileNumber": "string",
    "pin": "string",
    "surname": "string"
}
| Name | Type | Description | 
|---|---|---|
| string | String | |
| firstName | string | String | 
| mobileNumber | string | String | 
| pin | string | String | 
| surname | string | String | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          BasicKioskEmployeeModel | 
Powered by DapperDox