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": "3408f1af-e61b-48d0-be13-2b264677243a",
"StartDate": "2025-12-20T17:35:12.7816655+05:00",
"EndDate": "2025-12-20T17:35:12.7816655+05:00",
"UserId": "ae2ad64e-2d45-4ecb-a45f-4674a4d3e3cf",
"GroupId": "8aafa402-193d-4ea9-aa56-61c5ca445c85",
"DepartmentId": "0fb6d95b-8aa6-47a5-a944-0477981b5afa",
"EventId": "46fd00d2-c2a2-4780-9e47-660748898d33",
"ActionById": "d8712338-6752-4c71-9162-58306d0a75c7",
"EventRegistrationId": "09e36b3d-00a5-4c63-9f25-16b7f54e8d06",
"EventSectorId": "75d8324e-a2fb-49e4-85c7-5fc38804e270",
"UserIslahJourneyId": "0d1a2089-7a6d-4ce2-9960-4a8568b1baee",
"IslahJourneyId": "d0f7481d-4e21-4d4d-bbfe-0eab762b95e1",
"IslahLevelId": "c2ac6aea-5623-4aa9-b007-230569272e20",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:35:12.7816655+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "e5f4b989-9a3f-4b2f-8c89-69151039175c",
"FactorsDetail": [
{
"UserIslahJourneyId": "e94dad33-db0d-47bb-be9d-cb4ce2a898b8",
"FactorId": "45157e94-8fcf-4307-a2de-1da1c8eec87b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:35:12.7816655+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "e94dad33-db0d-47bb-be9d-cb4ce2a898b8",
"FactorId": "45157e94-8fcf-4307-a2de-1da1c8eec87b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:35:12.7816655+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"48987c49-7ceb-4058-9e96-31101a55e859",
"f28c3af7-3b40-429b-b88a-ddc8aac79374"
],
"CountryIds": [
"5ce14c9b-b837-4190-9b46-e8303ad0ad17",
"9c25e851-724b-44ea-8c38-5c115ca58c87"
],
"StateOrProvinceIds": [
"32725e1e-5754-4725-9ce3-ea1275dc76e5",
"27abb3bc-b30b-4244-98c0-d744afba6e2a"
],
"CityIds": [
"5cf02843-d4f3-4f3f-aeb4-25bb05bf6ee5",
"f4be7398-d547-486e-94e3-497b18488607"
],
"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.