Changes the kiosk PIN for an employee, given their old PIN.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/manager/kiosk/{kioskId}/changepin
Parameter name | Value | Description | Additional |
---|---|---|---|
kioskId | int32 | Required | |
businessId | string | Required |
The request body takes a complete ChangeKioskPinModel resource, containing the following writable properties:
{
"employeeId": "int32",
"newPin": "string",
"oldPin": "string"
}
Name | Type | Description |
---|---|---|
employeeId | int32 |
Nullable |
newPin | string | String |
oldPin | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
KioskEmployeeModel |
Powered by DapperDox