GET api/EventKeyPersons/{id}
Get EventKeyPersons by matching the provided id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List_Event_KeyPersonsName | Description | Type | Additional information |
---|---|---|---|
KeyPersonId | integer |
None. |
|
EventId | integer |
None. |
|
Event_KeyPersonAllowed_ProfilesId | integer |
None. |
|
ittfid | integer |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
Gender | string |
None. |
|
Nationality | string |
None. |
|
EventName | string |
None. |
|
EventCode | string |
None. |
|
city | string |
None. |
|
State | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "KeyPersonId": 1, "EventId": 2, "Event_KeyPersonAllowed_ProfilesId": 3, "ittfid": 4, "IsActive": true, "IsDeleted": true, "Gender": "sample string 5", "Nationality": "sample string 6", "EventName": "sample string 7", "EventCode": "sample string 8", "city": "sample string 9", "State": "sample string 10" }
application/xml, text/xml
Sample:
<List_Event_KeyPersons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <EventCode>sample string 8</EventCode> <EventId>2</EventId> <EventName>sample string 7</EventName> <Event_KeyPersonAllowed_ProfilesId>3</Event_KeyPersonAllowed_ProfilesId> <Gender>sample string 5</Gender> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <KeyPersonId>1</KeyPersonId> <Nationality>sample string 6</Nationality> <State>sample string 10</State> <city>sample string 9</city> <ittfid>4</ittfid> </List_Event_KeyPersons>