POST api/THQuestionSet
Request Information
URI Parameters
None.
Body Parameters
Collection of THAnswers| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SpecialityId | globally unique identifier |
Required |
|
| PatientId | globally unique identifier |
Required |
|
| QuestionSetId | globally unique identifier |
Required |
|
| AnswerId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "eddf2599-5fcd-4568-9720-2b4ca6a3c69d",
"SpecialityId": "6d5f8b1a-12a9-4619-be00-58c6b9a71a76",
"PatientId": "90ad2ff1-2870-41b5-a4ff-8af8418e375d",
"QuestionSetId": "dc86f06b-9c52-4f87-9a56-7e5387c4330b",
"AnswerId": "76a78fec-10a9-432b-8e09-21f8868bb51d"
},
{
"Id": "eddf2599-5fcd-4568-9720-2b4ca6a3c69d",
"SpecialityId": "6d5f8b1a-12a9-4619-be00-58c6b9a71a76",
"PatientId": "90ad2ff1-2870-41b5-a4ff-8af8418e375d",
"QuestionSetId": "dc86f06b-9c52-4f87-9a56-7e5387c4330b",
"AnswerId": "76a78fec-10a9-432b-8e09-21f8868bb51d"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.