POST api/walkin/{companyId}/isCheckedIn

Request Information

Allows access to child location using parent company token, in this case use location id parameter

URI Parameters

NameDescriptionTypeAdditional information
companyId

integer

Required

Body Parameters

CheckInPublicApiViewModel
NameDescriptionTypeAdditional information
CustomerId

integer

None.

CustomerIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "CustomerIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.