POST api/Event/GetVenueType
Request Information
URI Parameters
None.
Body Parameters
DTODDL| Name | Description | Type | Additional 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": "c1175760-7738-4137-a786-f1c328f3cf2e",
"Name": "sample string 1",
"CountryId": "242b841b-300b-4186-90eb-0fbc86f2b01b",
"StateOrProvinceId": "fe54e6e6-ed28-430c-acc3-bd6bf5c83de6",
"DistrictId": "cf588453-bdef-493c-975e-db507c507262",
"CityId": "af6f978c-bfe9-4003-a72f-fcddd88563af",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-05-16T01:26:06.6820941+05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.