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": "e2ed5711-4eaf-4d00-84e4-415d60b9fa24",
"StartDate": "2025-12-10T12:53:30.7040231+05:00",
"EndDate": "2025-12-10T12:53:30.7040231+05:00",
"UserId": "b442f54d-4477-4b08-b918-0caa40eac04c",
"GroupId": "f99624f6-0906-4851-b6c5-4224c5b2dce1",
"DepartmentId": "0d3b347b-767e-4bec-8004-ec9237e10f9e",
"EventId": "37d8ed16-b79f-4b84-9935-6392f826b040",
"ActionById": "bee4794e-0991-4542-9bef-be3de49b39d3",
"EventRegistrationId": "57025693-fa6f-4f80-bf57-b00df538f7f6",
"EventSectorId": "fc64dff4-4cdd-4067-bd39-bd4240af7e27",
"UserIslahJourneyId": "de095247-e2f0-4fbe-9ee5-4cd345229359",
"IslahJourneyId": "ba7ebdad-de44-4c88-b25a-a070de4323ba",
"IslahLevelId": "40bff5ae-faf5-4630-8939-dcaca20eaa8a",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:53:30.7040231+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "14a177a5-a12b-495f-b9ad-ca2382f94ea5",
"FactorsDetail": [
{
"UserIslahJourneyId": "da09fcb9-4591-483d-9373-f749a9583163",
"FactorId": "98145156-efb9-4fef-bb4a-a17658b3afb1",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:53:30.7040231+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "da09fcb9-4591-483d-9373-f749a9583163",
"FactorId": "98145156-efb9-4fef-bb4a-a17658b3afb1",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:53:30.7040231+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"ec6f0bba-27a8-4aaf-ad34-7d0c9385a01d",
"e9eabe26-e420-45e0-b9de-66ab7b173ac1"
],
"CountryIds": [
"7cfca25f-ce42-4a11-9101-a8fa14cae1a7",
"224923e9-5c1d-403c-a357-bcf4d71f89fc"
],
"StateOrProvinceIds": [
"9b6842b1-d849-43b4-b761-8aa571a3b5c8",
"6e43f6f4-2935-4f72-886c-b57eb2350607"
],
"CityIds": [
"ad7e3972-3e64-48d1-bd90-2477dd519143",
"5b2f86f4-5c1f-41ac-b494-51e3314efddb"
],
"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.