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": "2a3f11bc-c8d3-4a3f-ab55-0182e6c9dfbe",
"Name": "sample string 1",
"CountryId": "eab3c4b3-5ea0-4bf1-8a49-17bd79ec46a8",
"StateOrProvinceId": "9e793c48-409b-4ff8-a6a9-2c4adac73a52",
"DistrictId": "83a4873b-65aa-4bd3-8798-5bb2263cfdaf",
"CityId": "e9dd267f-e2d7-49f9-b948-0b1e277a7309",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-05-16T01:24:54.9141996+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.