POST Event/GetPassSessions
Request Information
URI Parameters
None.
Body Parameters
SessionPassRequestName | Description | Type | Additional information |
---|---|---|---|
EventId | globally unique identifier |
None. |
|
PassId | globally unique identifier |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventId": "0a94646e-d9bf-4be3-a089-2e12fff01e46", "PassId": "159e43b1-efb3-490e-9990-cf8a8d466b36", "Date": "2025-09-15T10:28:38.7338832+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-15T10:28:38.7338832+00:00</Date> <EventId>0a94646e-d9bf-4be3-a089-2e12fff01e46</EventId> <PassId>159e43b1-efb3-490e-9990-cf8a8d466b36</PassId> </SessionPassRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.