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": "05730f75-c27a-41b5-a779-31e8a8d965e6",
"StartDate": "2026-06-06T12:46:23.9419061+05:00",
"EndDate": "2026-06-06T12:46:23.9419061+05:00",
"UserId": "975d61e0-1521-4dd1-8e28-28a8da8934f0",
"GroupId": "8cea81ff-39b2-4d3e-a33b-3affff95cb3d",
"DepartmentId": "46cfdbac-eb95-47fb-9bcc-25cf41f0b870",
"EventId": "b00fe022-8f2f-4ee8-86fd-c5624c87def5",
"ActionById": "8ca27e13-a955-4ea6-ae78-bd6a11a85926",
"EventRegistrationId": "d0071bde-2543-4123-9f9d-3c9d8e1a51fa",
"EventSectorId": "9587a129-9f92-4f04-9177-43e9f8db5d42",
"UserIslahJourneyId": "cef3987b-8373-419c-8ed5-47563e62e8c7",
"IslahJourneyId": "3054f153-a2dc-4d9d-9f16-a8d32751c901",
"IslahLevelId": "1a539483-d068-47a2-acb2-e707f958112a",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.9419061+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "9baf6363-e931-4f0d-aab2-039a5798c36c",
"FactorsDetail": [
{
"UserIslahJourneyId": "8e7ff0b8-bbb3-46c4-a631-5942b6df48bd",
"FactorId": "e441f4f2-2a2f-404c-bb75-00908c9d1143",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9419061+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "8e7ff0b8-bbb3-46c4-a631-5942b6df48bd",
"FactorId": "e441f4f2-2a2f-404c-bb75-00908c9d1143",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9419061+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"c545d7e3-afe6-47a1-8c39-654c8bf03bdf",
"3ed2a089-45a0-4547-b542-e30a0bccc9e1"
],
"CountryIds": [
"ce1e95bf-b59b-4090-972b-852699249ce1",
"d3b17926-ca1f-4d0e-abaf-25ce73318343"
],
"StateOrProvinceIds": [
"431e7238-b93f-4334-a5d1-2985f0eb44db",
"cffcf7a1-f1ab-4dd6-915a-7b7817eb6afd"
],
"CityIds": [
"48f926f4-4329-40c1-b8bf-f22248fcc987",
"bea3368b-49d2-4f3d-aeb0-6764f0c9d95f"
],
"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.