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": "1e8b7e5e-9e7f-451c-b4ac-be59e2bf19a3",
"StartDate": "2026-06-06T12:46:23.9829121+05:00",
"EndDate": "2026-06-06T12:46:23.9829121+05:00",
"UserId": "581007cf-391a-4881-961f-e1c3e0574cbf",
"GroupId": "452b4725-0943-4d90-b2da-ccecadd25c13",
"DepartmentId": "d1b2fda8-0c36-4bdb-a17a-3ba45029b86c",
"EventId": "fd92cae8-a8f4-4557-9358-024533114b9a",
"ActionById": "a15cafeb-a3c4-420e-8350-7229b182fb32",
"EventRegistrationId": "1e4a55c9-0b2c-4f76-8d89-c91b60a16540",
"EventSectorId": "5fe07cb8-44d1-4caf-9f24-446f5df00146",
"UserIslahJourneyId": "97e63f67-e70a-4f55-a4c1-05fa58a099ea",
"IslahJourneyId": "c0549176-a367-48aa-8d04-0c5cbe83598b",
"IslahLevelId": "17a79255-fe3b-4b88-b872-6f546fea020c",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.9829121+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0f8d4b40-1c65-4d97-84d3-7840018857ec",
"FactorsDetail": [
{
"UserIslahJourneyId": "2bc86674-4f9a-4beb-add4-6b5c94b5bb94",
"FactorId": "36dc7435-aea2-424a-a15f-a6b5351dcdcf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9829121+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "2bc86674-4f9a-4beb-add4-6b5c94b5bb94",
"FactorId": "36dc7435-aea2-424a-a15f-a6b5351dcdcf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9829121+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"893d91bf-2bab-442f-996a-10c0542e0180",
"d3493235-cc51-48f4-9f3b-f57b76b96c6a"
],
"CountryIds": [
"b46da277-5640-426d-9ef0-8a7cd0cf4718",
"884a1f27-82c7-4a99-90e7-723a9ddf6ac8"
],
"StateOrProvinceIds": [
"c0af208e-8802-498a-b531-37df2a1e1125",
"94b081a6-48db-4fe7-b391-f2a7ac424b3a"
],
"CityIds": [
"48de3d41-1196-4f58-becc-3bd500fa3095",
"c767963a-bacd-42ed-b2e5-30a48c110ef0"
],
"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.