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": "f876bb26-254b-46b0-bf8b-6fca2297e8c4",
"StartDate": "2026-09-25T12:49:36.3897104+05:00",
"EndDate": "2026-09-25T12:49:36.3897104+05:00",
"UserId": "b7a2a430-a549-441a-aa4b-0c953b68b6d8",
"GroupId": "c09228fa-e5eb-45fa-8503-a7c7e05cb791",
"DepartmentId": "33560021-f3c8-4711-a254-4adefb94ded8",
"EventId": "4874cf88-d3fc-4db1-a493-eec0924eff3c",
"ActionById": "b07941e6-f234-4a11-9804-7e8580c539ef",
"EventRegistrationId": "b8093a25-a7c1-441b-ab09-0a568d5cd532",
"EventSectorId": "c3defa9d-e205-4939-83fb-4d90e29704df",
"UserIslahJourneyId": "d28e2404-f50e-4c3d-937d-61066554a99a",
"IslahJourneyId": "268b6369-4fd3-464e-8c2c-487fcb43c72b",
"IslahLevelId": "11346e5a-0a28-4699-a9a1-fbfe37544ef5",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:36.3897104+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0d5604fe-a2a8-4062-87af-adcef2403f49",
"FactorsDetail": [
{
"UserIslahJourneyId": "b83e7324-4a73-4feb-a656-8e0918ec781a",
"FactorId": "cd2d259a-88f3-4013-ba9d-ba8267aa201e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.3897104+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "b83e7324-4a73-4feb-a656-8e0918ec781a",
"FactorId": "cd2d259a-88f3-4013-ba9d-ba8267aa201e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.3897104+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"f4f8c869-13ac-47a6-b0dc-793f07e12ceb",
"71fe763e-57a8-451b-8407-cd269c70adb0"
],
"CountryIds": [
"08aaa5cd-1efb-482a-85ce-e5e4ca235842",
"8c8e3aa1-4d4d-4b2f-a785-d07e7e6b2b4a"
],
"StateOrProvinceIds": [
"16274e0f-1399-4b37-bd2e-ff4d00eb5ee4",
"6a5fa086-be38-42a1-91d9-057bfb1d730e"
],
"CityIds": [
"a831539f-2d6d-4c6b-9196-d33fb596d9ef",
"ddba0d3a-560b-41e8-9552-ea15446a1b09"
],
"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.