POST Event/GetAppSlotsByEventID
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": "c07839e4-a2e6-4877-b721-68b261ab1301",
"PassId": "b6f15713-c7ba-4220-b924-465b3342a7ce",
"Date": "2026-02-04T02:51:46.1083963+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-04T02:51:46.1083963+00:00</Date> <EventId>c07839e4-a2e6-4877-b721-68b261ab1301</EventId> <PassId>b6f15713-c7ba-4220-b924-465b3342a7ce</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.