Verifies the employee's kiosk PIN. Returns error code 400 if the PIN is incorrect.
POST http:///api/v2/business/{businessId}/manager/kiosk/{kioskId}/checkpin
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| kioskId | int32 | Required | |
| businessId | string | Required | 
The request body takes a complete CheckKioskPinModel resource, containing the following writable properties:
{
    "employeeId": "int32",
    "pin": "string"
}
| Name | Type | Description | 
|---|---|---|
| employeeId | int32 | 
      Nullable | 
  
| pin | 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