POST api/Event/GetDistricts

Request Information

URI Parameters

None.

Body Parameters

DTODDL
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

CountryId

globally unique identifier

None.

StateOrProvinceId

globally unique identifier

None.

DistrictId

globally unique identifier

None.

CityId

globally unique identifier

None.

Description

string

None.

IsActive

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "4cfd827a-db79-4f73-b3a3-753b6f44c8d8",
  "Name": "sample string 1",
  "CountryId": "67342171-34a3-49c1-b968-9c1eb530e473",
  "StateOrProvinceId": "90dd3686-d4d9-4c5f-b72f-d53ce9d24a47",
  "DistrictId": "bdf35f58-9e67-4809-9375-5947c06cf572",
  "CityId": "e2195a00-0853-47a3-8d02-6f576928468c",
  "Description": "sample string 2",
  "IsActive": 3,
  "ModifiedOn": "2025-12-10T12:53:29.2009029+05:00"
}

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.