POST Event/GetAppSlotsByEventID
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": "a57cd8ad-0f3e-45ce-ba19-a64db981b06d", "PassId": "f88bf4ee-c4b0-4f90-b02d-512c02961da2", "Date": "2025-01-09T03:06:40.9853328+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-01-09T03:06:40.9853328+00:00</Date> <EventId>a57cd8ad-0f3e-45ce-ba19-a64db981b06d</EventId> <PassId>f88bf4ee-c4b0-4f90-b02d-512c02961da2</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.