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": "b499be6f-21c0-4320-aa11-88395e4004ae",
"StartDate": "2026-08-01T11:33:03.7433221+05:00",
"EndDate": "2026-08-01T11:33:03.7433221+05:00",
"UserId": "83d358c7-16e5-4b2e-869a-82fe87151a8c",
"GroupId": "a01f9073-0942-459d-bd0a-d889cfd1b2f5",
"DepartmentId": "03e2604c-5f83-48fa-b070-8bf01f4a79b5",
"EventId": "544514d1-d835-47d8-8748-3492d48a66b7",
"ActionById": "6a2f8fae-6075-4af2-a4b9-5d25ed1e687d",
"EventRegistrationId": "5a93b9c8-3150-4aea-8c7c-bd514848cd83",
"EventSectorId": "b2c4d8e2-48ee-4c3c-8413-6687fdbd8289",
"UserIslahJourneyId": "ce7835d4-d999-4f17-8e5e-806f8b82b9b7",
"IslahJourneyId": "13762c54-f684-42ff-bb72-dbac7c09cbe6",
"IslahLevelId": "d882de63-3feb-4c32-9bb0-d3889e1e5d24",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.7433221+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0d1b265b-51d5-4181-981a-efcf192d01e4",
"FactorsDetail": [
{
"UserIslahJourneyId": "8eb10a6f-1c09-4b82-b7e1-b69d8054544c",
"FactorId": "b5cfd84b-05de-4e4d-b045-bbb181c1567a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7433221+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "8eb10a6f-1c09-4b82-b7e1-b69d8054544c",
"FactorId": "b5cfd84b-05de-4e4d-b045-bbb181c1567a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7433221+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"2050eb41-77c1-401f-af9e-99606a3e8165",
"901db470-436b-4248-8200-ffe60fe8d1e5"
],
"CountryIds": [
"bb17f3e9-11a8-460b-99ef-660384380879",
"2278865a-29f3-4df6-8146-f3896f530954"
],
"StateOrProvinceIds": [
"a5017f8a-4171-4abe-8d5c-c86cd4c44c20",
"b499fcf5-f8cd-4de4-8495-ffc9d3a2aa60"
],
"CityIds": [
"67cdd02c-566d-4f5f-b975-dccd03be6bc1",
"f149d7d8-ed40-4cce-8784-553f75d268c4"
],
"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.