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": "ee5b3142-0f68-4cb0-99ba-4455236be534", "SpecialityId": "98780dab-dcc0-4eb1-9d3e-4dd9e72d665d", "PatientId": "e3cf78c1-c5ef-42e5-8d37-ed961f329024", "QuestionSetId": "3c9bc7fe-17b0-4b3a-bd47-0527b65f8a2f", "AnswerId": "6672731c-3854-401d-a147-93f5834dd9cd" }, { "Id": "ee5b3142-0f68-4cb0-99ba-4455236be534", "SpecialityId": "98780dab-dcc0-4eb1-9d3e-4dd9e72d665d", "PatientId": "e3cf78c1-c5ef-42e5-8d37-ed961f329024", "QuestionSetId": "3c9bc7fe-17b0-4b3a-bd47-0527b65f8a2f", "AnswerId": "6672731c-3854-401d-a147-93f5834dd9cd" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.