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": "38b4cc07-b359-4076-bac8-e9ea73d449f5",
"SpecialityId": "af184181-46a6-4597-95b0-a1677f352396",
"PatientId": "09b25e84-4e09-4673-b57c-da5800f77cff",
"QuestionSetId": "8c8eedda-f025-4f9e-92f6-61539ab79726",
"AnswerId": "a8913ba9-c975-44c3-b370-94ff0c4d0dcb"
},
{
"Id": "38b4cc07-b359-4076-bac8-e9ea73d449f5",
"SpecialityId": "af184181-46a6-4597-95b0-a1677f352396",
"PatientId": "09b25e84-4e09-4673-b57c-da5800f77cff",
"QuestionSetId": "8c8eedda-f025-4f9e-92f6-61539ab79726",
"AnswerId": "a8913ba9-c975-44c3-b370-94ff0c4d0dcb"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.