POST api/SubEventEntriesCore/Create

Add/Update/Delete SubEvent Player Entries

Request Information

URI Parameters

None.

Body Parameters

Collection of subevent_entry_core_dc
NameDescriptionTypeAdditional information
SubEventPlayerEntryCoreId

integer

None.

EventId

integer

None.

SubEventId

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:
[
  {
    "SubEventPlayerEntryCoreId": 1,
    "EventId": 1,
    "SubEventId": 2,
    "IsActive": true,
    "IsDeleted": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T15:23:39.7996184+00:00"
  },
  {
    "SubEventPlayerEntryCoreId": 1,
    "EventId": 1,
    "SubEventId": 2,
    "IsActive": true,
    "IsDeleted": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T15:23:39.7996184+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsubevent_entry_core_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <subevent_entry_core_dc>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EventId>1</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T15:23:39.7996184+00:00</LastUpdatedDateTime>
    <SubEventId>2</SubEventId>
    <SubEventPlayerEntryCoreId>1</SubEventPlayerEntryCoreId>
  </subevent_entry_core_dc>
  <subevent_entry_core_dc>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EventId>1</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T15:23:39.7996184+00:00</LastUpdatedDateTime>
    <SubEventId>2</SubEventId>
    <SubEventPlayerEntryCoreId>1</SubEventPlayerEntryCoreId>
  </subevent_entry_core_dc>
</ArrayOfsubevent_entry_core_dc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>