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": "591e37b2-1b29-4bfe-8f43-a3c153e415e8",
"StartDate": "2026-08-01T11:33:03.9673308+05:00",
"EndDate": "2026-08-01T11:33:03.9673308+05:00",
"UserId": "6c47fb69-603b-4899-aa02-f5741d12b6e4",
"GroupId": "8a76b99f-f702-4bb9-adce-a2a56cca9a5d",
"DepartmentId": "6fe56dab-afc9-4011-b96c-a8830e9b4665",
"EventId": "25a2f787-fd96-4261-a96c-a5205e857095",
"ActionById": "e1fbe1e9-c1b6-4c8a-9b3d-18220ce5b25e",
"EventRegistrationId": "e6c977c5-d242-4ce5-b953-1a08b35b56a5",
"EventSectorId": "4cb3e6a7-621b-4acf-a84e-217e65ff2c90",
"UserIslahJourneyId": "3be7c327-0488-4a07-9f16-369d3b42aebd",
"IslahJourneyId": "7a178d41-11c1-4c7c-bbd0-03ba0696b29a",
"IslahLevelId": "f665e30e-212a-4c13-8b42-6fd8f30ac602",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.9673308+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "fbca0ec7-514c-4f43-aed1-3137c8a839ad",
"FactorsDetail": [
{
"UserIslahJourneyId": "72a5b231-474d-4b55-8fab-b8b80d1cab30",
"FactorId": "a3758cf0-3a1b-43eb-9588-fb439c5c89e7",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.9673308+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "72a5b231-474d-4b55-8fab-b8b80d1cab30",
"FactorId": "a3758cf0-3a1b-43eb-9588-fb439c5c89e7",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.9673308+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"e2b6d5d3-260a-40b9-bdef-bad718b5bd5e",
"18c5afc4-293c-4f45-84ff-37a370f4d973"
],
"CountryIds": [
"49f9b7e2-ba8d-451e-b41e-8384e5ab5aff",
"be55e2bb-83eb-4d3c-85e0-4d6d4b41b951"
],
"StateOrProvinceIds": [
"4dd3a90d-0da8-4660-84ab-49f4d20cfdf5",
"7db84da8-205e-4e33-8ac8-f743fd529492"
],
"CityIds": [
"689738fe-828f-49b5-b320-d85b2c8a2543",
"eee15bd5-6af7-49d7-b20e-57eeae6f9641"
],
"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.