Sends kiosk PIN reset instructions to an employee by SMS. Note that the current business must have SMS notifications enabled.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/kiosk/{kioskId}/smsreset
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required | |
kioskId | string | Required |
The request body takes a complete PinResetModel resource, containing the following writable properties:
{
"employeeId": "int32"
}
Name | Type | Description |
---|---|---|
employeeId | int32 | Int32 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox