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": "8152fe41-90a6-4234-8ec1-76d82b4e3165",
"StartDate": "2026-04-11T17:09:30.8549159+05:00",
"EndDate": "2026-04-11T17:09:30.8549159+05:00",
"UserId": "021fc12a-4d05-4e2c-9a23-26f559ddd48e",
"GroupId": "a965e404-1f9f-4c49-90d1-f6853e574ae1",
"DepartmentId": "09335218-9217-471d-8f04-3b737710b257",
"EventId": "ffdafa4d-8114-4728-adbd-1332374c5aaa",
"ActionById": "28cf8e36-7319-49ca-a355-3d29d3200988",
"EventRegistrationId": "af8647f8-de71-4044-92d8-45bf97e0d5b5",
"EventSectorId": "8051e577-e59c-4c6f-b1ef-b67915583c13",
"UserIslahJourneyId": "42336b41-5a36-45fe-b1e7-860cf7ac597e",
"IslahJourneyId": "f8b7d952-f653-4c2f-8c2a-87516ee3c8b5",
"IslahLevelId": "a90c9e5a-b5b6-492a-9319-944f92ab669a",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:09:30.8549159+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "952da4f8-5575-4051-8b03-a97a63e11686",
"FactorsDetail": [
{
"UserIslahJourneyId": "38bb7a06-2604-439b-acf9-bac102b9b032",
"FactorId": "abbf13fc-75c1-4f6f-a7c8-9b2b55e52d46",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:30.8549159+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "38bb7a06-2604-439b-acf9-bac102b9b032",
"FactorId": "abbf13fc-75c1-4f6f-a7c8-9b2b55e52d46",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:30.8549159+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9e86738e-817f-4860-9427-69e84ef51f8e",
"9e436461-1222-4c7f-a6b2-2ae35c2219a1"
],
"CountryIds": [
"4113f948-a537-48c1-b533-1ac1f37a3eea",
"9ad8a22c-df39-46da-8b35-6e786fe3acf2"
],
"StateOrProvinceIds": [
"aae11dbf-91b7-4cdd-8dd4-4123b4eccef0",
"4b78cbee-1950-446a-bd63-cce046489059"
],
"CityIds": [
"9bfbf18e-7cb4-4e0f-b20f-fad83b234059",
"d4cf1bfa-1667-4d29-9330-af48cc8532f1"
],
"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.