POST api/Islah/UpgradeUserIslahLevel
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": "c591b0e7-2c66-4674-9104-c1b2424345ef",
"StartDate": "2026-04-11T18:27:47.4374919+05:00",
"EndDate": "2026-04-11T18:27:47.4384504+05:00",
"UserId": "ad3f4974-0f8f-4915-8f40-5cc2654e84de",
"GroupId": "2982f715-d2c0-430d-b127-b70d7f3a7610",
"DepartmentId": "86fca3e5-c306-4f97-899d-9b7968341fc5",
"EventId": "f2357785-3759-4d5d-85e7-4322256eba51",
"ActionById": "b7f43285-2cc8-4158-9fcf-67b0103f98dc",
"EventRegistrationId": "6ff94b26-9028-417b-9f33-e0ee28c7730d",
"EventSectorId": "ab50d342-49bd-4458-8317-f875e9f1ae5f",
"UserIslahJourneyId": "3cf192db-9caa-4458-a995-26edfe88a20b",
"IslahJourneyId": "71dec3d4-c6f1-44a6-902c-01450a0008a5",
"IslahLevelId": "5bd7f8d0-4986-404b-bb42-589340610c16",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T18:27:47.4414457+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "9cb92bfe-cec3-4f1a-845f-3a49fe49b5e1",
"FactorsDetail": [
{
"UserIslahJourneyId": "8aced58f-baf6-4bab-ad1a-0cc8ff3e6863",
"FactorId": "f727bba2-535c-4532-ab94-2c03b203437e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T18:27:47.4453496+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "8aced58f-baf6-4bab-ad1a-0cc8ff3e6863",
"FactorId": "f727bba2-535c-4532-ab94-2c03b203437e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T18:27:47.4453496+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"1738a417-4a6a-43a7-8572-39760cdfd23c",
"66f4e090-51a0-40c2-b669-1ae0083482b6"
],
"CountryIds": [
"fc0f5d25-6316-4162-a0de-08d6e2b5afdd",
"47fcc65c-805c-45b0-8967-98e3f049126f"
],
"StateOrProvinceIds": [
"0ed240dc-fe64-4e6b-8457-43e24128c7e7",
"b28cf866-c3b3-4b54-9f2b-2a8fc8e46b28"
],
"CityIds": [
"1a3cfab1-dd66-4453-8fb4-18707f04bc01",
"eaeaf5f1-dc2d-4ae1-af74-eac3ddf3806a"
],
"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.