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": "26ff408e-e18a-4506-934a-7dbeb5fbb45a",
"StartDate": "2026-05-16T01:25:14.8091177+05:00",
"EndDate": "2026-05-16T01:25:14.8091177+05:00",
"UserId": "38948ef5-d42c-444d-acae-76cb461c460a",
"GroupId": "4e3225d4-3a32-483e-b69a-c978e7409543",
"DepartmentId": "29486e46-26db-4497-9405-f86944f9d83d",
"EventId": "5808d6d3-f807-4590-8f23-0d0cf65eea96",
"ActionById": "c7dca614-85ea-4907-bd7f-cbc30a3ea9f4",
"EventRegistrationId": "ac14775d-8eb8-4986-87de-5d05efc33c3d",
"EventSectorId": "181cc714-22bd-44ad-b92d-1982b1cfc8d8",
"UserIslahJourneyId": "28b5dd01-fa69-47f9-adf9-06c3bed7706b",
"IslahJourneyId": "330c1e63-ec80-4333-944c-ed91d0ee707b",
"IslahLevelId": "01879412-ff2b-4654-90b4-2e730631cfec",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:25:14.8091177+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "c943ca89-3086-4b51-8f75-4615cce2c635",
"FactorsDetail": [
{
"UserIslahJourneyId": "3e3591d4-0229-44a6-8f54-a246c86ad572",
"FactorId": "4fd652a8-3940-4231-9eec-3f587a31efaf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:14.8091177+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "3e3591d4-0229-44a6-8f54-a246c86ad572",
"FactorId": "4fd652a8-3940-4231-9eec-3f587a31efaf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:14.8091177+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"252a2748-75b5-4964-abc4-f6680b256d16",
"f8ef6ad9-fd4e-4568-b91f-66a5b6cb39d6"
],
"CountryIds": [
"98d2613b-f710-416f-9cdc-d01197fe6a4d",
"5b2923de-e54a-43ea-9459-0d1d092c7310"
],
"StateOrProvinceIds": [
"7fce64f8-f413-434a-86b5-460c59258114",
"df27e4b5-dc6d-4e5d-a376-657f8c09a886"
],
"CityIds": [
"6106e404-7a43-44c8-bd43-1c1887c63c77",
"decc6da9-a4d6-45e7-8a00-1e903909b592"
],
"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.