POST api/Islah/GetIslahLevelMamoolatDDL
Request Information
URI Parameters
None.
Body Parameters
IslahViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| GroupId | globally unique identifier |
None. |
|
| DepartmentId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| UserIslahJourneyId | globally unique identifier |
None. |
|
| IslahJourneyId | globally unique identifier |
None. |
|
| IslahLevelId | globally unique identifier |
None. |
|
| Day | integer |
None. |
|
| Status | integer |
None. |
|
| Date | date |
None. |
|
| SummaryType | integer |
None. |
|
| WakeUpTime | time interval |
None. |
|
| SleepTime | time interval |
None. |
|
| MurabiId | globally unique identifier |
None. |
|
| FactorsDetail | Collection of DTOIslahFactors |
None. |
|
| MamoolatIds | Collection of globally unique identifier |
None. |
|
| CountryIds | Collection of globally unique identifier |
None. |
|
| StateOrProvinceIds | Collection of globally unique identifier |
None. |
|
| CityIds | Collection of globally unique identifier |
None. |
|
| Search | string |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderDir | string |
None. |
|
| OrderColumn | integer |
None. |
|
| ApprovalStatus | integer |
None. |
|
| DisplayApprovalStatus | string |
None. |
|
| RequestedBy | integer |
None. |
|
| RequestedByName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "61482e56-85d8-47fd-846b-dadf3b02e283",
"StartDate": "2026-08-01T11:33:03.8793251+05:00",
"EndDate": "2026-08-01T11:33:03.8793251+05:00",
"UserId": "6688fde0-cc9a-4108-b011-53723092de05",
"GroupId": "de159693-8836-4cb8-a572-33caac438624",
"DepartmentId": "a830986f-fa18-4c92-97ef-3a2db3851748",
"EventId": "2d6cc2b4-7b61-4f3d-9c18-a46950b61ebb",
"ActionById": "c0bd7b61-fb85-449e-b0d0-8172a88a2fc6",
"EventRegistrationId": "a25b1dbe-ac4d-43c2-ba72-0b0110efe19f",
"EventSectorId": "c6d9a4e6-e6a6-49fb-8285-9e69ad241eee",
"UserIslahJourneyId": "eee39c87-e2c7-4d87-93e3-32121b98f55b",
"IslahJourneyId": "2628497e-599e-4615-9903-3c367547e0ab",
"IslahLevelId": "d1c5804a-4863-4a20-b7ff-081a8de89dc9",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.8793251+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5a4e2bde-fb24-4028-b9ea-464aed4eb2a8",
"FactorsDetail": [
{
"UserIslahJourneyId": "455e0623-4637-47f3-9b59-a408c435578b",
"FactorId": "c1e46618-adaa-451f-bbe4-57c033822137",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.8793251+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "455e0623-4637-47f3-9b59-a408c435578b",
"FactorId": "c1e46618-adaa-451f-bbe4-57c033822137",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.8793251+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"8692d0d3-16a6-469c-9b4a-ee3199fbe185",
"80bc0b03-0aff-424e-8006-ad019784c604"
],
"CountryIds": [
"f159c139-72ad-48a4-bab5-a2d0db1eda4f",
"9809884c-6a4c-4280-bb97-8690442a2ad9"
],
"StateOrProvinceIds": [
"705875c6-e728-4a23-99b8-b81348d67007",
"91467db4-0f87-4dce-a5fa-489d3b7efa64"
],
"CityIds": [
"d3cea03d-c71e-43b4-b65b-eba4fa7d0b2f",
"4ad6f6aa-3ce7-4f1e-849e-e30a43f3661c"
],
"Search": "sample string 3",
"Start": 1,
"Length": 1,
"OrderDir": "sample string 4",
"OrderColumn": 5,
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 6",
"RequestedBy": 1,
"RequestedByName": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.