Quickly add an employee with minimal details and kiosk enabled. If the employee already exists, the kiosk will be enabled for that employee.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/manager/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 |
Powered by DapperDox