POST api/Islah/SaveIslahFactorsStatus
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": "625e6716-4a28-4d5e-9b18-4b9fa81c9416",
"StartDate": "2026-05-16T01:26:15.9000534+05:00",
"EndDate": "2026-05-16T01:26:15.9000534+05:00",
"UserId": "08befe5a-0dc3-4bc7-8958-741c29d6d38d",
"GroupId": "b7469b65-3053-4a18-8d3b-c1b627d6a4d1",
"DepartmentId": "db99e5a5-9a46-4c36-88d5-05219bc3f034",
"EventId": "8613bf18-9667-461d-bc28-9f8437857922",
"ActionById": "f4c5ec89-5f97-423b-b1c9-b1bca3a95245",
"EventRegistrationId": "35c5316a-3674-4dad-af7d-48626587f06d",
"EventSectorId": "bdcc1161-cf19-44ab-82c2-c5f7b296c7a6",
"UserIslahJourneyId": "0324a79e-baf1-47bd-8116-2cca9293e293",
"IslahJourneyId": "96d0b631-86f1-42c6-a70e-667489f20287",
"IslahLevelId": "2d04ee06-e047-4532-9f8e-0b0244313d19",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:26:15.9000534+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "82fe1d6f-5f2c-45d3-865e-d25366db8a2b",
"FactorsDetail": [
{
"UserIslahJourneyId": "6087e510-8c68-4489-98ca-a967fd25044b",
"FactorId": "99f0a7f2-8059-4669-b9f4-182481a7f21e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:15.9000534+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "6087e510-8c68-4489-98ca-a967fd25044b",
"FactorId": "99f0a7f2-8059-4669-b9f4-182481a7f21e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:15.9000534+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"27f3faa1-b487-45b4-8f61-f6f2c1af259d",
"6104aa86-7d7f-4919-8046-d0cc45cd1b02"
],
"CountryIds": [
"4ee98db7-14bb-4261-9689-f0164855b4e9",
"cdefc618-b074-4656-a1c6-50c91a855771"
],
"StateOrProvinceIds": [
"8adae231-e214-432c-8b1b-45e1584ba784",
"1dd2ba4a-ed30-4250-a84e-ee3208207cbe"
],
"CityIds": [
"7bee2c06-7595-4500-8323-5fb28388f1f9",
"dcc148d0-d2ba-42e3-b79a-cc026d9b0bf3"
],
"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.