POST api/Event/InsertSectorArea

Request Information

URI Parameters

None.

Body Parameters

DTOSector
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Address

string

None.

IsActive

integer

None.

ModifiedOn

date

None.

Action

string

None.

CountryId

globally unique identifier

None.

StateOrProvinceId

globally unique identifier

None.

DistrictId

globally unique identifier

None.

CityId

globally unique identifier

None.

CityName

string

None.

CountryName

string

None.

DistrictName

string

None.

StateName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "d7f7fe0b-06aa-466b-8ef8-edec5ac9bfef",
  "Name": "sample string 1",
  "Address": "sample string 2",
  "IsActive": 1,
  "ModifiedOn": "2025-12-10T12:49:26.1206694+05:00",
  "Action": "sample string 3",
  "CountryId": "8f4dc530-68cb-480d-a3ff-3aa2459f53b4",
  "StateOrProvinceId": "43016583-b1b8-4eb0-99a6-4b15a2cf1dab",
  "DistrictId": "0add9e6b-7578-4236-ae94-3c0ede02305e",
  "CityId": "fe1f77e8-3ca1-452c-bbaa-779bb8563a49",
  "CityName": "sample string 4",
  "CountryName": "sample string 5",
  "DistrictName": "sample string 6",
  "StateName": "sample string 7"
}

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.