POST api/wtt_cms/Event/CRUD

Request Information

URI Parameters

None.

Body Parameters

CMS_Event_input_dc
NameDescriptionTypeAdditional information
core_information

CMS_Event_Core

None.

basic_information

CMS_Event_Basic_input

None.

category_information

Collection of CMS_Event_TournamentCategory_Info

None.

age_category_information

Collection of CMS_Event_AgeCategory_Info

None.

subevent_information

Collection of CMS_SubEvent

None.

Request Formats

application/json, text/json

Sample:
{
  "core_information": {
    "EventId": 1,
    "EventName": "sample string 1",
    "EventTypeId": 2,
    "EventCoreTypeId": 3,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
    "IsDeleted": true
  },
  "basic_information": {
    "VenueName": "sample string 1",
    "EventBasicId": 1,
    "EventId": 1,
    "StartDateTime": "2025-07-18T16:03:43.3668565+00:00",
    "EndDateTime": "2025-07-18T16:03:43.3668565+00:00",
    "OrganizationId": 1,
    "CurrencyId": 1,
    "CountryCode": "sample string 2",
    "TimeZoneId": 1,
    "Status": "sample string 3",
    "VenueId": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
    "IsDeleted": true,
    "TournamentCategoryGroupId": 4,
    "PageLink": "sample string 5"
  },
  "category_information": [
    {
      "EventTournamentCategoryLinkedId": 1,
      "EventId": 1,
      "TournamentCategoryId": 2,
      "TournamentCategoryGroupId": 3,
      "Deleted": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
      "IsDeleted": true
    },
    {
      "EventTournamentCategoryLinkedId": 1,
      "EventId": 1,
      "TournamentCategoryId": 2,
      "TournamentCategoryGroupId": 3,
      "Deleted": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
      "IsDeleted": true
    }
  ],
  "age_category_information": [
    {
      "EventTournamentAgeCategoryLinkedId": 1,
      "EventId": 1,
      "TournamentAgeCategoryId": 2,
      "Deleted": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
      "IsDeleted": true
    },
    {
      "EventTournamentAgeCategoryLinkedId": 1,
      "EventId": 1,
      "TournamentAgeCategoryId": 2,
      "Deleted": 1,
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
      "IsDeleted": true
    }
  ],
  "subevent_information": [
    {
      "basic_information": {
        "SubEventId": 1,
        "EventId": 1,
        "SubEventName": "sample string 2",
        "SubEventCode": "sample string 3",
        "IsActive": true,
        "SubEventEntryType": "sample string 5",
        "CreatedBy": 1,
        "LastModifiedBy": 1,
        "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
        "IsDeleted": true,
        "Deleted": 1
      },
      "age_category_information": [
        {
          "EventTournamentSubEventAgeCategoryLinkedId": 1,
          "EventId": 1,
          "SubEventId": 2,
          "TournamentAgeCategoryId": 3,
          "Deleted": 1,
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
          "IsDeleted": true
        },
        {
          "EventTournamentSubEventAgeCategoryLinkedId": 1,
          "EventId": 1,
          "SubEventId": 2,
          "TournamentAgeCategoryId": 3,
          "Deleted": 1,
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
          "IsDeleted": true
        }
      ]
    },
    {
      "basic_information": {
        "SubEventId": 1,
        "EventId": 1,
        "SubEventName": "sample string 2",
        "SubEventCode": "sample string 3",
        "IsActive": true,
        "SubEventEntryType": "sample string 5",
        "CreatedBy": 1,
        "LastModifiedBy": 1,
        "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
        "IsDeleted": true,
        "Deleted": 1
      },
      "age_category_information": [
        {
          "EventTournamentSubEventAgeCategoryLinkedId": 1,
          "EventId": 1,
          "SubEventId": 2,
          "TournamentAgeCategoryId": 3,
          "Deleted": 1,
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
          "IsDeleted": true
        },
        {
          "EventTournamentSubEventAgeCategoryLinkedId": 1,
          "EventId": 1,
          "SubEventId": 2,
          "TournamentAgeCategoryId": 3,
          "Deleted": 1,
          "CreatedBy": 1,
          "LastModifiedBy": 1,
          "LastUpdatedDateTime": "2025-07-18T16:03:43.3668565+00:00",
          "IsDeleted": true
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<CMS_Event_input_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <age_category_information>
    <CMS_Event_AgeCategory_Info>
      <CreatedBy>1</CreatedBy>
      <Deleted>1</Deleted>
      <EventId>1</EventId>
      <EventTournamentAgeCategoryLinkedId>1</EventTournamentAgeCategoryLinkedId>
      <IsDeleted>true</IsDeleted>
      <LastModifiedBy>1</LastModifiedBy>
      <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
      <TournamentAgeCategoryId>2</TournamentAgeCategoryId>
    </CMS_Event_AgeCategory_Info>
    <CMS_Event_AgeCategory_Info>
      <CreatedBy>1</CreatedBy>
      <Deleted>1</Deleted>
      <EventId>1</EventId>
      <EventTournamentAgeCategoryLinkedId>1</EventTournamentAgeCategoryLinkedId>
      <IsDeleted>true</IsDeleted>
      <LastModifiedBy>1</LastModifiedBy>
      <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
      <TournamentAgeCategoryId>2</TournamentAgeCategoryId>
    </CMS_Event_AgeCategory_Info>
  </age_category_information>
  <basic_information>
    <CountryCode>sample string 2</CountryCode>
    <CreatedBy>1</CreatedBy>
    <CurrencyId>1</CurrencyId>
    <EndDateTime>2025-07-18T16:03:43.3668565+00:00</EndDateTime>
    <EventBasicId>1</EventBasicId>
    <EventId>1</EventId>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
    <OrganizationId>1</OrganizationId>
    <PageLink>sample string 5</PageLink>
    <StartDateTime>2025-07-18T16:03:43.3668565+00:00</StartDateTime>
    <Status>sample string 3</Status>
    <TimeZoneId>1</TimeZoneId>
    <TournamentCategoryGroupId>4</TournamentCategoryGroupId>
    <VenueId>1</VenueId>
    <VenueName>sample string 1</VenueName>
  </basic_information>
  <category_information>
    <CMS_Event_TournamentCategory_Info>
      <CreatedBy>1</CreatedBy>
      <Deleted>1</Deleted>
      <EventId>1</EventId>
      <EventTournamentCategoryLinkedId>1</EventTournamentCategoryLinkedId>
      <IsDeleted>true</IsDeleted>
      <LastModifiedBy>1</LastModifiedBy>
      <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
      <TournamentCategoryGroupId>3</TournamentCategoryGroupId>
      <TournamentCategoryId>2</TournamentCategoryId>
    </CMS_Event_TournamentCategory_Info>
    <CMS_Event_TournamentCategory_Info>
      <CreatedBy>1</CreatedBy>
      <Deleted>1</Deleted>
      <EventId>1</EventId>
      <EventTournamentCategoryLinkedId>1</EventTournamentCategoryLinkedId>
      <IsDeleted>true</IsDeleted>
      <LastModifiedBy>1</LastModifiedBy>
      <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
      <TournamentCategoryGroupId>3</TournamentCategoryGroupId>
      <TournamentCategoryId>2</TournamentCategoryId>
    </CMS_Event_TournamentCategory_Info>
  </category_information>
  <core_information>
    <CreatedBy>1</CreatedBy>
    <EventCoreTypeId>3</EventCoreTypeId>
    <EventId>1</EventId>
    <EventName>sample string 1</EventName>
    <EventTypeId>2</EventTypeId>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
  </core_information>
  <subevent_information>
    <CMS_SubEvent>
      <age_category_information>
        <CMS_SubEvent_AgeCategory_Info>
          <CreatedBy>1</CreatedBy>
          <Deleted>1</Deleted>
          <EventId>1</EventId>
          <EventTournamentSubEventAgeCategoryLinkedId>1</EventTournamentSubEventAgeCategoryLinkedId>
          <IsDeleted>true</IsDeleted>
          <LastModifiedBy>1</LastModifiedBy>
          <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
          <SubEventId>2</SubEventId>
          <TournamentAgeCategoryId>3</TournamentAgeCategoryId>
        </CMS_SubEvent_AgeCategory_Info>
        <CMS_SubEvent_AgeCategory_Info>
          <CreatedBy>1</CreatedBy>
          <Deleted>1</Deleted>
          <EventId>1</EventId>
          <EventTournamentSubEventAgeCategoryLinkedId>1</EventTournamentSubEventAgeCategoryLinkedId>
          <IsDeleted>true</IsDeleted>
          <LastModifiedBy>1</LastModifiedBy>
          <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
          <SubEventId>2</SubEventId>
          <TournamentAgeCategoryId>3</TournamentAgeCategoryId>
        </CMS_SubEvent_AgeCategory_Info>
      </age_category_information>
      <basic_information>
        <CreatedBy>1</CreatedBy>
        <Deleted>1</Deleted>
        <EventId>1</EventId>
        <IsActive>true</IsActive>
        <IsDeleted>true</IsDeleted>
        <LastModifiedBy>1</LastModifiedBy>
        <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
        <SubEventCode>sample string 3</SubEventCode>
        <SubEventEntryType>sample string 5</SubEventEntryType>
        <SubEventId>1</SubEventId>
        <SubEventName>sample string 2</SubEventName>
      </basic_information>
    </CMS_SubEvent>
    <CMS_SubEvent>
      <age_category_information>
        <CMS_SubEvent_AgeCategory_Info>
          <CreatedBy>1</CreatedBy>
          <Deleted>1</Deleted>
          <EventId>1</EventId>
          <EventTournamentSubEventAgeCategoryLinkedId>1</EventTournamentSubEventAgeCategoryLinkedId>
          <IsDeleted>true</IsDeleted>
          <LastModifiedBy>1</LastModifiedBy>
          <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
          <SubEventId>2</SubEventId>
          <TournamentAgeCategoryId>3</TournamentAgeCategoryId>
        </CMS_SubEvent_AgeCategory_Info>
        <CMS_SubEvent_AgeCategory_Info>
          <CreatedBy>1</CreatedBy>
          <Deleted>1</Deleted>
          <EventId>1</EventId>
          <EventTournamentSubEventAgeCategoryLinkedId>1</EventTournamentSubEventAgeCategoryLinkedId>
          <IsDeleted>true</IsDeleted>
          <LastModifiedBy>1</LastModifiedBy>
          <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
          <SubEventId>2</SubEventId>
          <TournamentAgeCategoryId>3</TournamentAgeCategoryId>
        </CMS_SubEvent_AgeCategory_Info>
      </age_category_information>
      <basic_information>
        <CreatedBy>1</CreatedBy>
        <Deleted>1</Deleted>
        <EventId>1</EventId>
        <IsActive>true</IsActive>
        <IsDeleted>true</IsDeleted>
        <LastModifiedBy>1</LastModifiedBy>
        <LastUpdatedDateTime>2025-07-18T16:03:43.3668565+00:00</LastUpdatedDateTime>
        <SubEventCode>sample string 3</SubEventCode>
        <SubEventEntryType>sample string 5</SubEventEntryType>
        <SubEventId>1</SubEventId>
        <SubEventName>sample string 2</SubEventName>
      </basic_information>
    </CMS_SubEvent>
  </subevent_information>
</CMS_Event_input_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>