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": "fd23a903-b99f-459a-9ca3-284242ba3c1e",
"StartDate": "2026-03-31T16:16:37.072197+05:00",
"EndDate": "2026-03-31T16:16:37.072197+05:00",
"UserId": "ca8201bc-08f1-470a-a442-178ca4a0b546",
"GroupId": "a665b9f6-be04-42eb-bbd3-898cdc30b166",
"DepartmentId": "1a3638e7-3abd-4628-82e2-85b4bb8f53af",
"EventId": "af1e2b05-7766-4988-8754-fe86659f58db",
"ActionById": "5c0fb6f8-d3d2-42e2-90e5-37b6062045c8",
"EventRegistrationId": "5e27070a-718d-4a48-82c1-7519f7c601fc",
"EventSectorId": "ba0a2fc4-68a5-43ef-b712-48368d2d0185",
"UserIslahJourneyId": "d06ae20a-601a-4f80-acd7-792f01709ed0",
"IslahJourneyId": "a9fe0995-9531-4bbc-9347-72ceff17ef94",
"IslahLevelId": "0dc0c03f-4bdf-4e34-864c-73bdf3bcdcf3",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:16:37.072197+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "b80382d4-60b5-49d3-977b-1e35557e795c",
"FactorsDetail": [
{
"UserIslahJourneyId": "de3f200f-687e-41ec-9a40-110a6a7fa121",
"FactorId": "c2e03cf9-0ecf-4ce6-9e85-203a5324d5b2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:16:37.072197+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "de3f200f-687e-41ec-9a40-110a6a7fa121",
"FactorId": "c2e03cf9-0ecf-4ce6-9e85-203a5324d5b2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:16:37.072197+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4089fb7d-94a8-45ee-bfdc-7642936ab262",
"a02b2396-e261-4fc3-860c-5357a81f5c8d"
],
"CountryIds": [
"c13beb8c-dae3-4e66-94ef-db34cf6d74a4",
"942188e8-231e-41a5-af3a-ba993e5576b7"
],
"StateOrProvinceIds": [
"b3d9ef08-2988-4ec1-9bc6-21a6da76d09a",
"7e397e22-0015-49c2-87fd-9cc6e0735919"
],
"CityIds": [
"0425ceb9-6322-4348-9720-4ed993a97c7c",
"d021bd1a-f843-4fc4-bce3-40b2bf37059f"
],
"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.