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": "58d06444-10b4-46e9-bf4c-f3b0a7f1548c",
"Name": "sample string 1",
"CountryId": "1736358f-1849-43bc-b098-1584b341a334",
"StateOrProvinceId": "e42928a5-4fdf-4ca2-b090-6ea4e82c79f4",
"DistrictId": "805023f4-53da-4be9-9f23-7716aaae6280",
"CityId": "7d1d1ebb-628f-4bf7-9b95-446c13afac36",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-09-25T14:31:19.4820296+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.