POST api/CareTeamRequest/SetFallRiskAssessment
Request Information
URI Parameters
None.
Body Parameters
RiskFallAssessmentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ProfileId | integer |
None. |
|
| LastVisitDate | date |
None. |
|
| StrLastVisitDate | string |
None. |
|
| CountOfFallsInLastSixMonths | integer |
None. |
|
| LastFallDate | date |
None. |
|
| StrLastFallDate | string |
None. |
|
| IsInjuredYes | boolean |
None. |
|
| IsInjuredNo | boolean |
None. |
|
| PlaceOfFall | string |
None. |
|
| IsWitnessYes | boolean |
None. |
|
| IsWitnessNo | boolean |
None. |
|
| PlaceOfVisitAfterInjury | string |
None. |
|
| InjuryReportedTo | string |
None. |
|
| IsDifficultiesYes | boolean |
None. |
|
| IsDifficultiesNo | boolean |
None. |
|
| AmbulatoryAssistance | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| SelectedElements | string |
None. |
|
| IsFalling | boolean |
None. |
|
| FallInSixMonthList | Collection of ddlIdName |
None. |
|
| PlaceOfFallList | Collection of ddlIdName |
None. |
|
| VisitPlaceOfInjuryList | Collection of ddlIdName |
None. |
|
| InjuryReportedToList | Collection of ddlIdName |
None. |
|
| AmbulatoryAssistanceList | Collection of ddlIdName |
None. |
|
| NameOfPlace | string |
None. |
|
| IsInjuredReported | boolean |
None. |
|
| InjuryReportedName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ProfileId": 1,
"LastVisitDate": "2026-09-08T21:11:08.48754+00:00",
"StrLastVisitDate": "sample string 2",
"CountOfFallsInLastSixMonths": 1,
"LastFallDate": "2026-09-08T21:11:08.48754+00:00",
"StrLastFallDate": "sample string 4",
"IsInjuredYes": true,
"IsInjuredNo": true,
"PlaceOfFall": "sample string 5",
"IsWitnessYes": true,
"IsWitnessNo": true,
"PlaceOfVisitAfterInjury": "sample string 6",
"InjuryReportedTo": "sample string 7",
"IsDifficultiesYes": true,
"IsDifficultiesNo": true,
"AmbulatoryAssistance": "sample string 8",
"CreatedDate": "2026-09-08T21:11:08.48754+00:00",
"CreatedBy": 1,
"SelectedElements": "sample string 10",
"IsFalling": true,
"FallInSixMonthList": [
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
],
"PlaceOfFallList": [
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
],
"VisitPlaceOfInjuryList": [
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
],
"InjuryReportedToList": [
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
],
"AmbulatoryAssistanceList": [
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
],
"NameOfPlace": "sample string 11",
"IsInjuredReported": true,
"InjuryReportedName": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |