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": "2abee81a-e49c-45ff-b5f3-a298c5647010",
"StartDate": "2025-12-10T12:50:00.1187049+05:00",
"EndDate": "2025-12-10T12:50:00.1187049+05:00",
"UserId": "8bd686ff-dd7b-4078-b3a1-f49aa7e8e32a",
"GroupId": "c684f6e3-a13a-4e42-b732-4638d8b82887",
"DepartmentId": "04867d75-1b6a-4521-9347-cb1c87655109",
"EventId": "f084fbb4-4671-478f-a1c5-d35402a84814",
"ActionById": "44832efb-6531-410a-a876-50fd9959e19d",
"EventRegistrationId": "b429178a-869f-4fda-af91-2f0d511842d3",
"EventSectorId": "f62c995d-3b9d-40bf-9ebc-e2a3f5fb8946",
"UserIslahJourneyId": "690708d9-3608-428d-aa2b-01211df45b28",
"IslahJourneyId": "30941d2c-9fa9-4b07-a745-d270359d3d22",
"IslahLevelId": "f7d1d120-11bc-47d9-8d16-129f4e0f0db8",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:50:00.1187049+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "d5526071-7231-4ee4-98c9-8b12a63e2d07",
"FactorsDetail": [
{
"UserIslahJourneyId": "88786dde-a821-4f85-864d-fae611a98fe5",
"FactorId": "2544e694-3d55-40e4-b120-d41352501569",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:50:00.1187049+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "88786dde-a821-4f85-864d-fae611a98fe5",
"FactorId": "2544e694-3d55-40e4-b120-d41352501569",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:50:00.1187049+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"821a9610-2cb1-43f7-b98a-3ea5830bd68b",
"a77a6f21-21a3-4504-a76b-d0cf4c078fa3"
],
"CountryIds": [
"aa2232b5-4430-4c02-8b35-d016033c38c3",
"9226d33e-012a-4ad7-9afc-f16bd1b08d0e"
],
"StateOrProvinceIds": [
"d8ce84a9-e49b-4a68-bd79-6171ff7e9b46",
"fd5427c8-7cd0-4cec-b04e-f8327194c4ba"
],
"CityIds": [
"3e374a9d-8a3b-466d-b8a3-ecb47e15cce6",
"a0949ee0-f8ca-4787-b3f6-f87fde1f3e24"
],
"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.