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": "ec6607b7-88d9-49db-89a3-b0e7b02eac9e",
"StartDate": "2026-04-11T17:07:50.3731116+05:00",
"EndDate": "2026-04-11T17:07:50.3731116+05:00",
"UserId": "a37085ec-f712-4d3d-b7fb-8d71abbc7202",
"GroupId": "2f3d20c8-664f-40b8-b610-3b151e23d4ac",
"DepartmentId": "590929a5-7aec-41c4-8695-073db2951548",
"EventId": "e6871e1b-f17f-4dd4-b7fc-2a94d85b0834",
"ActionById": "31c7ed2d-e89f-49d9-a317-f3a9836fc59e",
"EventRegistrationId": "970b5b6d-f4a0-487d-bdd5-940f613abe18",
"EventSectorId": "1447b907-4eca-44aa-990f-868f5bdbc582",
"UserIslahJourneyId": "e175b762-c1b5-43f1-8ca7-c9d759d31834",
"IslahJourneyId": "a614cf2b-b8a1-40b9-930c-2408b6dac4f5",
"IslahLevelId": "6dcb1d8b-a943-466d-871c-9ff37d376e5b",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:07:50.3771003+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "fb4ed79b-924f-46d1-ab41-b1826a9b7b0e",
"FactorsDetail": [
{
"UserIslahJourneyId": "e144e708-d229-4e69-9782-cea726a1c65a",
"FactorId": "6fd9e21e-5269-48b2-bf65-43e8726c4467",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:07:50.3821596+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "e144e708-d229-4e69-9782-cea726a1c65a",
"FactorId": "6fd9e21e-5269-48b2-bf65-43e8726c4467",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:07:50.3821596+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"30c23d5a-42f0-4d16-9bb7-265af73c0417",
"bceb07a3-7082-4b51-aa6f-fe45c6d3d39c"
],
"CountryIds": [
"100fc9c7-b639-4b75-9e7d-b2ef673f704e",
"385feb53-0a57-4152-af8d-8ad11a72a5af"
],
"StateOrProvinceIds": [
"b0a700e9-6e61-447d-9e35-b23c0e29cf43",
"68167b70-2dfd-4643-96ca-e927c7fe12e8"
],
"CityIds": [
"69f6907c-5a50-42cb-a5a5-8f5efc9d9f09",
"430b53bf-6489-45fd-85e6-b87fced9319e"
],
"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.