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": "e08908d9-322c-4f5f-8912-4eaa4dd490d4",
"Name": "sample string 1",
"CountryId": "636abac2-1116-42c3-827e-6fa9fd4bb17f",
"StateOrProvinceId": "7b9b603e-62c1-4e0f-9c74-8dedb8569e1f",
"DistrictId": "d1ec971f-7846-4fe1-aefe-13e13b31ca03",
"CityId": "a68c001d-71b9-4386-94fd-cc198a8a6bdc",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2025-12-10T12:51:24.5498369+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.