POST api/Event/UpdateClass

Request Information

URI Parameters

None.

Body Parameters

DTOGetClasses
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

EventId

globally unique identifier

None.

EventRegistrationId

globally unique identifier

None.

EventSectorId

globally unique identifier

None.

SectorId

globally unique identifier

None.

SectorName

string

None.

IsRegisteredAsRazakar

integer

None.

FromTime

date

None.

ToTime

date

None.

CountryId

globally unique identifier

None.

StateOrProvinceId

globally unique identifier

None.

CityId

globally unique identifier

None.

DistrictId

globally unique identifier

None.

IsEventSectorVenueOwned

boolean

None.

EventSectorVenueOwnedNameIfOthers

string

None.

VenueCapacity

integer

None.

EventSectorAffilitationWithAlburhan

string

None.

EventRegistrationVenueInformationId

globally unique identifier

None.

Type

integer

None.

VenueTypeId

globally unique identifier

None.

VenueTypeName

string

None.

IsVenueConfirmed

boolean

None.

AreaAddress

string

None.

AreaAddressInUrdu

string

None.

AreaName

string

None.

EventName

string

None.

DayId

string

None.

DaysName

string

None.

CountryName

string

None.

StateOrProvinceName

string

None.

CityName

string

None.

DistrictName

string

None.

Code

string

None.

RegistrationLink

string

None.

NoOfStudents

integer

None.

SeeratCircleVenueTypeStatus

integer

None.

IsSeeratCircleVenueOwned

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "4f7e7093-aca3-40dc-b31b-c4ca5174f2ca",
  "EventId": "70875471-5890-452f-9820-5e4859733cd5",
  "EventRegistrationId": "16661b88-d35b-43b1-884a-ac69c4d299d4",
  "EventSectorId": "7b7fe67d-84ae-47ee-8e98-e5d207f0f392",
  "SectorId": "191071a9-274f-412b-ab2f-2940305846db",
  "SectorName": "sample string 1",
  "IsRegisteredAsRazakar": 2,
  "FromTime": "2025-12-10T12:55:19.6122469+05:00",
  "ToTime": "2025-12-10T12:55:19.6122469+05:00",
  "CountryId": "0c739283-ccf1-4159-b955-07aad8153cbe",
  "StateOrProvinceId": "176eca6d-0e11-4077-b22c-069baad337ac",
  "CityId": "629f09b5-2d1e-427c-8685-e329d4cdea21",
  "DistrictId": "a2177f41-d9ef-492f-ace5-9f18a1ad55dc",
  "IsEventSectorVenueOwned": true,
  "EventSectorVenueOwnedNameIfOthers": "sample string 3",
  "VenueCapacity": 1,
  "EventSectorAffilitationWithAlburhan": "sample string 4",
  "EventRegistrationVenueInformationId": "df7a1090-7421-49b9-957c-e3cd1e2f207e",
  "Type": 1,
  "VenueTypeId": "4a13adfc-f473-441f-8e70-afd35e379006",
  "VenueTypeName": "sample string 5",
  "IsVenueConfirmed": true,
  "AreaAddress": "sample string 6",
  "AreaAddressInUrdu": "sample string 7",
  "AreaName": "sample string 8",
  "EventName": "sample string 9",
  "DayId": "sample string 10",
  "DaysName": "sample string 11",
  "CountryName": "sample string 12",
  "StateOrProvinceName": "sample string 13",
  "CityName": "sample string 14",
  "DistrictName": "sample string 15",
  "Code": "sample string 16",
  "RegistrationLink": "sample string 17",
  "NoOfStudents": 1,
  "SeeratCircleVenueTypeStatus": 1,
  "IsSeeratCircleVenueOwned": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.