POST api/EventKeyPersons/CRUD
Add/Update/Delete EventKeyPersons
Request Information
URI Parameters
None.
Body Parameters
String Array of EventKeyPersons Names And Information(Mandatory)
Collection of EventKeyPersonsInfo| Name | Description | Type | Additional information | 
|---|---|---|---|
| KeyPersonId | integer | None. | |
| EventId | integer | None. | |
| Event_KeyPersonAllowed_ProfilesId | integer | None. | |
| ittfid | integer | None. | |
| IsActive | boolean | None. | |
| IsDeleted | boolean | None. | |
| Deleted | integer | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| LastUpdatedDateTime | date | None. | 
Request Formats
application/json, text/json
            Sample:
        
[
  {
    "KeyPersonId": 1,
    "EventId": 1,
    "Event_KeyPersonAllowed_ProfilesId": 2,
    "ittfid": 3,
    "IsActive": true,
    "IsDeleted": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-10-30T22:50:16.7673176+00:00"
  },
  {
    "KeyPersonId": 1,
    "EventId": 1,
    "Event_KeyPersonAllowed_ProfilesId": 2,
    "ittfid": 3,
    "IsActive": true,
    "IsDeleted": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-10-30T22:50:16.7673176+00:00"
  }
]
        application/xml, text/xml
            Sample:
        
<ArrayOfEventKeyPersonsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <EventKeyPersonsInfo>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EventId>1</EventId>
    <Event_KeyPersonAllowed_ProfilesId>2</Event_KeyPersonAllowed_ProfilesId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <KeyPersonId>1</KeyPersonId>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-10-30T22:50:16.7673176+00:00</LastUpdatedDateTime>
    <ittfid>3</ittfid>
  </EventKeyPersonsInfo>
  <EventKeyPersonsInfo>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EventId>1</EventId>
    <Event_KeyPersonAllowed_ProfilesId>2</Event_KeyPersonAllowed_ProfilesId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <KeyPersonId>1</KeyPersonId>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-10-30T22:50:16.7673176+00:00</LastUpdatedDateTime>
    <ittfid>3</ittfid>
  </EventKeyPersonsInfo>
</ArrayOfEventKeyPersonsInfo>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
            Sample:
        1
application/xml, text/xml
            Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>