POST api/THQuestionSet
Request Information
URI Parameters
None.
Body Parameters
Collection of THAnswersName | 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": "c0baef8f-7f3b-41b7-b2c9-27ed1f4ed9dc", "SpecialityId": "3abbffa1-d748-44a9-a101-8845d8f34e16", "PatientId": "51b5b5f0-842a-4691-b0d3-e8fd4e8989ed", "QuestionSetId": "18341fba-89df-44d3-a6d3-2e67dc05e00f", "AnswerId": "4166fbb4-d2a1-466e-b305-26064338ddee" }, { "Id": "c0baef8f-7f3b-41b7-b2c9-27ed1f4ed9dc", "SpecialityId": "3abbffa1-d748-44a9-a101-8845d8f34e16", "PatientId": "51b5b5f0-842a-4691-b0d3-e8fd4e8989ed", "QuestionSetId": "18341fba-89df-44d3-a6d3-2e67dc05e00f", "AnswerId": "4166fbb4-d2a1-466e-b305-26064338ddee" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.