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": "b11fc1e7-7106-4b29-9339-aa009fbdbb49",
"Name": "sample string 1",
"CountryId": "57f6838b-35f8-452f-a44b-74d861aaabd3",
"StateOrProvinceId": "a5f7c034-f2bf-43aa-829f-709fd5b69a82",
"DistrictId": "e54f70aa-2a0b-467a-8929-fb88f0c3d3c7",
"CityId": "88209bf8-0c93-4761-95b7-216dbf6c4459",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-09-25T14:30:43.0349751+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.