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": "48f405ab-d17d-4845-a991-19385e9d1d29",
"StartDate": "2026-02-14T16:18:12.6101925+05:00",
"EndDate": "2026-02-14T16:18:12.6101925+05:00",
"UserId": "61602a00-7295-49b8-8721-2f0f754c967d",
"GroupId": "2066c1e5-adf2-424b-87a7-5ad39c76661b",
"DepartmentId": "de1df26f-e5d9-4680-afc0-ec5a05d85a96",
"EventId": "6745cd6f-d548-42f1-b409-374f83477e0e",
"ActionById": "f7669011-924f-4f42-9612-2f90be1d1a09",
"EventRegistrationId": "8a0495c0-1219-4922-a962-d429ffb86d4e",
"EventSectorId": "8467cbc6-57f6-4ef8-ba12-e276fad21643",
"UserIslahJourneyId": "88057fce-bec8-4a14-8d4b-1fcee4430cc5",
"IslahJourneyId": "a4f3530b-980c-417e-8746-8ea403569ac8",
"IslahLevelId": "e4e05d8d-d7e4-41d0-acab-559acbccbada",
"Day": 1,
"Status": 1,
"Date": "2026-02-14T16:18:12.6122054+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "a775f503-58f5-40e3-876b-dd4a76cccf4e",
"FactorsDetail": [
{
"UserIslahJourneyId": "c439552f-6f1f-4efa-b865-cda8c02f2f3e",
"FactorId": "a627cede-5157-4fd1-bee7-462842001533",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-14T16:18:12.6131878+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "c439552f-6f1f-4efa-b865-cda8c02f2f3e",
"FactorId": "a627cede-5157-4fd1-bee7-462842001533",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-14T16:18:12.6131878+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"6f9d5a73-daa6-4ce2-9bfb-b1414096dd0d",
"c01df0ab-f390-4b5a-be23-a9c3f78917c4"
],
"CountryIds": [
"0d66659e-330c-4d04-bdba-32c552c1a7e3",
"20f3edd8-a647-4dc1-a77b-2221abbcd803"
],
"StateOrProvinceIds": [
"3affccb5-f643-4420-9375-4a4e39468c3a",
"300a96d9-97ff-436c-a2b4-fe7efc6172fd"
],
"CityIds": [
"8f32726e-2ca6-4496-89d0-8bc1b425b7b2",
"220a1a8c-a4d4-4925-b2dc-4c682b8be924"
],
"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.