POST api/EventTournamentAccredetitation/CRUD
Add/Update/Delete EventTournamentAccredetitation
Request Information
URI Parameters
None.
Body Parameters
String Array of EventTournamentAccredetitation Names And Information(Mandatory)
Collection of EventTournamentAccreditationInfoName | Description | Type | Additional information |
---|---|---|---|
EventTournamentAccreditationId | integer |
None. |
|
EventId | integer |
None. |
|
StartDateTime | date |
None. |
|
EndDateTime | date |
None. |
|
Location | string |
None. |
|
Comments | string |
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:
[ { "EventTournamentAccreditationId": 1, "EventId": 1, "StartDateTime": "2025-07-18T16:29:29.2556224+00:00", "EndDateTime": "2025-07-18T16:29:29.2556224+00:00", "Location": "sample string 2", "Comments": "sample string 3", "IsActive": true, "IsDeleted": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T16:29:29.2556224+00:00" }, { "EventTournamentAccreditationId": 1, "EventId": 1, "StartDateTime": "2025-07-18T16:29:29.2556224+00:00", "EndDateTime": "2025-07-18T16:29:29.2556224+00:00", "Location": "sample string 2", "Comments": "sample string 3", "IsActive": true, "IsDeleted": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T16:29:29.2556224+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfEventTournamentAccreditationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <EventTournamentAccreditationInfo> <Comments>sample string 3</Comments> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EndDateTime>2025-07-18T16:29:29.2556224+00:00</EndDateTime> <EventId>1</EventId> <EventTournamentAccreditationId>1</EventTournamentAccreditationId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:29:29.2556224+00:00</LastUpdatedDateTime> <Location>sample string 2</Location> <StartDateTime>2025-07-18T16:29:29.2556224+00:00</StartDateTime> </EventTournamentAccreditationInfo> <EventTournamentAccreditationInfo> <Comments>sample string 3</Comments> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EndDateTime>2025-07-18T16:29:29.2556224+00:00</EndDateTime> <EventId>1</EventId> <EventTournamentAccreditationId>1</EventTournamentAccreditationId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:29:29.2556224+00:00</LastUpdatedDateTime> <Location>sample string 2</Location> <StartDateTime>2025-07-18T16:29:29.2556224+00:00</StartDateTime> </EventTournamentAccreditationInfo> </ArrayOfEventTournamentAccreditationInfo>
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>