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": "7003743b-c379-48c1-9ee8-714a95397861",
"StartDate": "2026-03-31T16:23:55.0572346+05:00",
"EndDate": "2026-03-31T16:23:55.0572346+05:00",
"UserId": "dd50198c-8633-4539-9622-e7c7dbd17c0e",
"GroupId": "97853ef6-cd95-458f-992b-0d09414b1965",
"DepartmentId": "0d2e7574-778a-4b4f-8abb-8a52d5f7041d",
"EventId": "1f7780e7-1ff2-4475-ae12-83682c73f31e",
"ActionById": "5104d57c-4c96-483f-9f61-70a15888f884",
"EventRegistrationId": "2cc0fa29-721d-4d22-bd8a-00f15aea8b0c",
"EventSectorId": "e6cea1d8-10e5-4290-825a-f7d603be2761",
"UserIslahJourneyId": "69e06f6c-ea96-4fc5-9602-85ab840b9e81",
"IslahJourneyId": "f31db456-7cfd-4534-ae27-e7f69b353c68",
"IslahLevelId": "9e57428f-abb8-4afc-acbd-c7210d006eed",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:23:55.0572346+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "bb7facb1-0467-424c-8150-01925e93ce0f",
"FactorsDetail": [
{
"UserIslahJourneyId": "a2a4ac39-5666-44f2-9fa9-21933eb0fec7",
"FactorId": "5ff18741-187f-40be-9d7b-ba23278673ae",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:23:55.0572346+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "a2a4ac39-5666-44f2-9fa9-21933eb0fec7",
"FactorId": "5ff18741-187f-40be-9d7b-ba23278673ae",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:23:55.0572346+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"27bd7567-0ec4-41ca-84a4-fdcd9974b5bf",
"649b3849-5414-44dd-a0f6-7d867fa176e4"
],
"CountryIds": [
"5231c7d9-83ce-44e7-847f-7c5ca529e79f",
"94d99dfe-0644-418d-ab36-997531ad3a0a"
],
"StateOrProvinceIds": [
"9f0f658e-974c-4353-9bc1-874d46eb2251",
"60e5d5c0-94ce-41a7-9521-2036b1aca5d7"
],
"CityIds": [
"9bf11a4a-ab7a-48a7-8140-c4fc701cd5c5",
"ff21a87c-447c-4d57-a73d-f7d0fefe15bc"
],
"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.