POST api/walkin/{companyId}/checkIn
Request Information
Allows access to child location using parent company token, in this case use location id parameter
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
Required |
Body Parameters
Collection of CheckInPublicAPIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| ServiceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CustomerId": 1,
"EmployeeId": 1,
"ServiceId": 1
},
{
"CustomerId": 1,
"EmployeeId": 1,
"ServiceId": 1
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.