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": "ac481a95-a2ab-4d7b-a693-434e434fd697",
"StartDate": "2026-09-25T12:49:35.7857809+05:00",
"EndDate": "2026-09-25T12:49:35.7857809+05:00",
"UserId": "7f94aeb9-457d-40bf-bc74-065d34931064",
"GroupId": "6c050e5f-756a-4142-95bf-2ead27af61b0",
"DepartmentId": "4617737f-2944-4d6d-80df-fee7b4903de5",
"EventId": "30f8f4c9-63da-4c51-ab68-0de6a15e757e",
"ActionById": "fa407ea6-6e34-4da2-be39-8a8972f19eb9",
"EventRegistrationId": "7b1e72a6-67cf-4033-99d4-465149cf35ed",
"EventSectorId": "fb44db11-1098-4ccd-aad3-928ef5187df1",
"UserIslahJourneyId": "9a3a710a-8e0e-47b6-9732-dcb46e6d29ec",
"IslahJourneyId": "05d32921-19b2-4d48-b09c-10d9b7e07ce3",
"IslahLevelId": "250df6c6-a1d7-488c-9406-1351ec8b9004",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.7857809+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "f844fd4f-3e24-44c9-b79c-6c4aeaf25e21",
"FactorsDetail": [
{
"UserIslahJourneyId": "891834ce-3c14-46f1-85af-3bad2d08ab08",
"FactorId": "9798cdde-884e-4ae2-89c1-2a5eec8cb44a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.7857809+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "891834ce-3c14-46f1-85af-3bad2d08ab08",
"FactorId": "9798cdde-884e-4ae2-89c1-2a5eec8cb44a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.7857809+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"f5320f83-82d6-4944-93b3-cea1b792db70",
"120005d8-27f8-47fe-b66b-003e459780e2"
],
"CountryIds": [
"89e405f5-80c0-427e-b19c-a6d9f1a41c4a",
"bff6a0ef-5868-44bb-a167-6b9ad388907e"
],
"StateOrProvinceIds": [
"0d089d61-37cd-4dda-b442-42e326dae272",
"75782ab7-d5ca-47e1-a29e-087d0ece8be5"
],
"CityIds": [
"652577df-4661-4717-bb73-87fa71dfa3d5",
"f8a19153-eec3-4473-b6cc-54e848a3dbd2"
],
"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.