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": "c2982631-6592-47f8-af83-00bfbefb4d93", "PassId": "4f4af410-1eb9-4f75-95f3-d78167e0454f", "Date": "2025-04-26T15:36:24.3416092+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-04-26T15:36:24.3416092+00:00</Date> <EventId>c2982631-6592-47f8-af83-00bfbefb4d93</EventId> <PassId>4f4af410-1eb9-4f75-95f3-d78167e0454f</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.