GET api/Event1stEntryEstimatedDate/{EventId}/{OrgId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EventId | integer |
Required |
|
OrgId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Event1stEntryEstimatedDate_dcName | Description | Type | Additional information |
---|---|---|---|
Event1stEntryEstimatedDateId | integer |
None. |
|
EventId | integer |
None. |
|
OrganizationId | integer |
None. |
|
ArrivalDate | date |
None. |
|
DepartureDate | date |
None. |
|
Deleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Event1stEntryEstimatedDateId": 1, "EventId": 1, "OrganizationId": 2, "ArrivalDate": "2025-07-18T15:55:01.0697174+00:00", "DepartureDate": "2025-07-18T15:55:01.0697174+00:00", "Deleted": 1 }
application/xml, text/xml
Sample:
<Event1stEntryEstimatedDate_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <ArrivalDate>2025-07-18T15:55:01.0697174+00:00</ArrivalDate> <Deleted>1</Deleted> <DepartureDate>2025-07-18T15:55:01.0697174+00:00</DepartureDate> <Event1stEntryEstimatedDateId>1</Event1stEntryEstimatedDateId> <EventId>1</EventId> <OrganizationId>2</OrganizationId> </Event1stEntryEstimatedDate_dc>