POST api/EventTournamentCategoryGroups/CRUD
Add/Update/Delete eventcoretypes
Request Information
URI Parameters
None.
Body Parameters
String Array of eventcoretypes And Information(Mandatory)
Collection of EventTournamentCategoryGroupInfoName | Description | Type | Additional information |
---|---|---|---|
TournamentCategoryGroupId | integer |
None. |
|
Name | string |
None. |
|
CategoryGroupDesc | string |
None. |
|
CategoryGroupCode | string |
None. |
|
EventCoreTypeId | integer |
None. |
|
IsActive | boolean |
None. |
|
Deleted | integer |
None. |
|
Environment | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "TournamentCategoryGroupId": 1, "Name": "sample string 2", "CategoryGroupDesc": "sample string 3", "CategoryGroupCode": "sample string 4", "EventCoreTypeId": 5, "IsActive": true, "Deleted": 1, "Environment": "sample string 7" }, { "TournamentCategoryGroupId": 1, "Name": "sample string 2", "CategoryGroupDesc": "sample string 3", "CategoryGroupCode": "sample string 4", "EventCoreTypeId": 5, "IsActive": true, "Deleted": 1, "Environment": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfEventTournamentCategoryGroupInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <EventTournamentCategoryGroupInfo> <CategoryGroupCode>sample string 4</CategoryGroupCode> <CategoryGroupDesc>sample string 3</CategoryGroupDesc> <Deleted>1</Deleted> <Environment>sample string 7</Environment> <EventCoreTypeId>5</EventCoreTypeId> <IsActive>true</IsActive> <Name>sample string 2</Name> <TournamentCategoryGroupId>1</TournamentCategoryGroupId> </EventTournamentCategoryGroupInfo> <EventTournamentCategoryGroupInfo> <CategoryGroupCode>sample string 4</CategoryGroupCode> <CategoryGroupDesc>sample string 3</CategoryGroupDesc> <Deleted>1</Deleted> <Environment>sample string 7</Environment> <EventCoreTypeId>5</EventCoreTypeId> <IsActive>true</IsActive> <Name>sample string 2</Name> <TournamentCategoryGroupId>1</TournamentCategoryGroupId> </EventTournamentCategoryGroupInfo> </ArrayOfEventTournamentCategoryGroupInfo>
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>