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": "8e2cd613-e50f-481f-ad8a-e72c20369fda",
"Name": "sample string 1",
"CountryId": "0061bef3-33f3-484f-bb61-90d5af8d5c68",
"StateOrProvinceId": "74472a7c-4b8a-4221-b45b-6f0e09e280e9",
"DistrictId": "a020b387-f65a-4a1e-806b-213126c3eb78",
"CityId": "7455b03c-51a0-49b1-9cfc-9f7eff522cb6",
"Description": "sample string 2",
"IsActive": 3,
"ModifiedOn": "2026-06-06T12:48:04.711688+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.