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": "a14096e0-ac40-4a8e-b697-ecade821f7a0",
"StartDate": "2026-06-06T12:46:23.8819308+05:00",
"EndDate": "2026-06-06T12:46:23.8819308+05:00",
"UserId": "826eba34-8438-4969-ad45-a79e70a37fb8",
"GroupId": "5ad6fdd1-82fc-47ff-9f9d-0532e0794276",
"DepartmentId": "6017a844-c688-426e-ac14-c4a4b5ddeb89",
"EventId": "c70ad45a-c20b-4bca-a8fd-2c9a7842ace4",
"ActionById": "a76b8617-1a54-49d3-bcfd-c3da954038b4",
"EventRegistrationId": "c2396687-d51f-4ac7-b3e7-79b6159bd83c",
"EventSectorId": "e2f95b40-1ceb-4af2-8c4e-b53d7a7b570a",
"UserIslahJourneyId": "950ca67b-46b6-49ff-9c72-0105647bc8fb",
"IslahJourneyId": "875a005e-fe85-42cc-8e61-f85ba2bd9414",
"IslahLevelId": "b7fb6926-9d11-4d47-a1af-f868db0e076e",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.8819308+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "c19c15ba-06df-4461-93b9-f7bf9eeb537a",
"FactorsDetail": [
{
"UserIslahJourneyId": "e1abcc79-dd61-4304-842f-06e6fd2d851e",
"FactorId": "9577e766-f267-4fbb-a771-ccc2e2566017",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.8819308+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "e1abcc79-dd61-4304-842f-06e6fd2d851e",
"FactorId": "9577e766-f267-4fbb-a771-ccc2e2566017",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.8819308+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"ae8d62b2-d9df-45c2-bd28-c965ca30fae3",
"1f9f2bfa-6f40-4207-876d-139604b272fc"
],
"CountryIds": [
"0d55fd45-1089-465b-b212-fa256524cb24",
"73c4c465-0604-4e2e-8cbd-f914433fd9de"
],
"StateOrProvinceIds": [
"e63a213b-fedc-4158-aa36-43d851f97d0e",
"1d3cc38c-d928-434b-8548-a8939f38206e"
],
"CityIds": [
"612bddab-a319-4ef5-9c6f-b2fe6bfb4782",
"1c2e0229-0005-4fa2-83b6-5f0285d78c43"
],
"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.