POST Event/GetAppSlotsByEventID

Request Information

URI Parameters

None.

Body Parameters

SessionPassRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

PassId

globally unique identifier

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "494388a9-e368-4a77-92d0-4e0b5c87628c",
  "PassId": "e67d13d7-1c5e-4fe1-838f-8f687abe5d42",
  "Date": "2025-09-15T08:27:42.044389+00:00"
}

application/xml, text/xml

Sample:
<SessionPassRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model.Event">
  <Date>2025-09-15T08:27:42.044389+00:00</Date>
  <EventId>494388a9-e368-4a77-92d0-4e0b5c87628c</EventId>
  <PassId>e67d13d7-1c5e-4fe1-838f-8f687abe5d42</PassId>
</SessionPassRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.