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": "a71c74ac-72db-4087-8cd9-a71ef970957c",
  "PassId": "c7e0395a-58ae-4d37-a17c-e769bea4401b",
  "Date": "2025-01-09T03:18:05.2689648+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-01-09T03:18:05.2689648+00:00</Date>
  <EventId>a71c74ac-72db-4087-8cd9-a71ef970957c</EventId>
  <PassId>c7e0395a-58ae-4d37-a17c-e769bea4401b</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.