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": "ba103c8b-8fd5-4e45-82fe-cd43504c1d84",
"SpecialityId": "c98a4a28-387f-4f2e-8414-80e7bf243165",
"PatientId": "0c921a2d-0ef5-48bd-a148-e5b861df77df",
"QuestionSetId": "b0615cdf-7846-4200-9d30-9c72c8208bbf",
"AnswerId": "a115dc06-3e9b-49c6-82ae-01d1a907b4bd"
},
{
"Id": "ba103c8b-8fd5-4e45-82fe-cd43504c1d84",
"SpecialityId": "c98a4a28-387f-4f2e-8414-80e7bf243165",
"PatientId": "0c921a2d-0ef5-48bd-a148-e5b861df77df",
"QuestionSetId": "b0615cdf-7846-4200-9d30-9c72c8208bbf",
"AnswerId": "a115dc06-3e9b-49c6-82ae-01d1a907b4bd"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.