POST api/Add_ApptQuestionnaireAnswers
Request Information
URI Parameters
None.
Body Parameters
AppointmentQuestionnaire| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentId | integer |
None. |
|
| BranchId | integer |
None. |
|
| PatientId | integer |
None. |
|
| TntPatientId | integer |
None. |
|
| KnownCases | Collection of string |
None. |
|
| History | Collection of string |
None. |
|
| Complaints | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppointmentId": 1,
"BranchId": 2,
"PatientId": 3,
"TntPatientId": 4,
"KnownCases": [
"sample string 1",
"sample string 2"
],
"History": [
"sample string 1",
"sample string 2"
],
"Complaints": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
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. |