POST Event/GetPassSessions

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": "bc83fd2c-a591-4a87-b17c-01876745b32e",
  "PassId": "a007550d-ae0c-4159-b796-ee741e1d18fc",
  "Date": "2026-02-04T06:23:30.1536919+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>2026-02-04T06:23:30.1536919+00:00</Date>
  <EventId>bc83fd2c-a591-4a87-b17c-01876745b32e</EventId>
  <PassId>a007550d-ae0c-4159-b796-ee741e1d18fc</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.