POST Event/GetPassSessions
Request Information
URI Parameters
None.
Body Parameters
SessionPassRequest| Name | 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": "2cc86f6c-5a2f-48eb-87d8-ce16f3a9a526",
"PassId": "296f6e6b-5c65-4bf4-9de6-29ccdec2890a",
"Date": "2025-12-20T23:27:31.3636243+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-12-20T23:27:31.3636243+00:00</Date> <EventId>2cc86f6c-5a2f-48eb-87d8-ce16f3a9a526</EventId> <PassId>296f6e6b-5c65-4bf4-9de6-29ccdec2890a</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.