POST api/Event/GetDays
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": "141441e9-85d0-43bd-a971-1977baa14240",
"Name": "sample string 1",
"CountryId": "172dba2d-fe55-4358-9dd3-f83820878274",
"StateOrProvinceId": "14ba7b29-444d-4bd7-8bef-9d568d393b31",
"DistrictId": "31ab2043-2832-4e5d-a718-953c1d49104d",
"CityId": "99b367c6-8e25-4c41-b939-23f124164739",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-08-01T15:28:50.5270436+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.