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": "d1d6dcf3-c49f-4b51-8955-4f23375f7082",
"StartDate": "2025-12-20T17:38:33.0056772+05:00",
"EndDate": "2025-12-20T17:38:33.0056772+05:00",
"UserId": "e9ee65e5-b951-4357-9c15-c4ca91dfa440",
"GroupId": "e9169b61-cc98-48a2-a68b-d63fbce763fe",
"DepartmentId": "10233746-e634-467c-b247-8aa8b297f343",
"EventId": "316fb897-d68d-4eae-b4ff-eb7bbc745507",
"ActionById": "58cbd463-aca4-4410-bd64-bfa161eff72d",
"EventRegistrationId": "aa84ae50-425b-43c3-ab89-49d4c1166d26",
"EventSectorId": "cb43a787-c5c8-4208-ba43-8b36741659a1",
"UserIslahJourneyId": "2d4ca9ac-fd20-4de6-ad37-0bd809653f3e",
"IslahJourneyId": "05de1cb8-e5f5-4c29-a9c4-1c7dfd7219e7",
"IslahLevelId": "fdd1a56f-a6cc-4b28-b164-d85b00279d0a",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:38:33.0056772+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "06ba299b-1edd-40d8-8c2e-bba68d53a992",
"FactorsDetail": [
{
"UserIslahJourneyId": "3fc218b5-c078-4972-8efd-1be1613152a0",
"FactorId": "28040c3a-8f28-411b-8785-2635017c9147",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:38:33.0056772+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "3fc218b5-c078-4972-8efd-1be1613152a0",
"FactorId": "28040c3a-8f28-411b-8785-2635017c9147",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:38:33.0056772+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"b77e0bff-a7dc-4ad3-861d-0623af198cc8",
"1743d1e3-a882-4e1c-95ec-59a2771e1700"
],
"CountryIds": [
"15ba2618-3554-46b0-bb4b-14e7cf3c3393",
"5ed5d996-ebc4-4d7a-936e-308fbc575caf"
],
"StateOrProvinceIds": [
"ed67471c-1aa4-43e7-b519-25a8cdd5400b",
"73add2d5-4f69-4adb-8c80-78fd1599e4d5"
],
"CityIds": [
"c631634c-3aba-4d07-8181-a512329645a2",
"e3174e56-9b5f-4826-bb07-a186a13b9417"
],
"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.