POST api/Survey
Request Information
URI Parameters
None.
Body Parameters
SurveyDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EncounterId | globally unique identifier |
None. |
|
| SessionSatisfactionId | integer |
None. |
|
| Suggestion | string |
None. |
|
| Recommendation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EncounterId": "429834d7-1cf4-49fb-b6a4-f526618c382c",
"SessionSatisfactionId": 2,
"Suggestion": "sample string 3",
"Recommendation": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.