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": "c90b8df0-a6e3-4818-a615-ca9bcb29f26c",
"PassId": "c044b241-965a-48ad-8f22-f10033579eda",
"Date": "2025-11-02T14:31:45.6674798+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-11-02T14:31:45.6674798+00:00</Date> <EventId>c90b8df0-a6e3-4818-a615-ca9bcb29f26c</EventId> <PassId>c044b241-965a-48ad-8f22-f10033579eda</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.