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": "23cc5b02-0ee9-4334-b2fc-a192416c696d",
"Name": "sample string 1",
"CountryId": "815b7e20-9193-4213-aa6e-91415271ad09",
"StateOrProvinceId": "11d8af02-f952-43f9-8aeb-6b62d6903db8",
"DistrictId": "dd4a43d4-8397-49b5-815e-51032485796e",
"CityId": "0c885538-8af8-4642-ac7b-00b7e18cfb07",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-02-03T15:15:39.4538472+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.