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": "9988da36-c6ba-424a-a05f-1950276701e7", "SpecialityId": "3e40d420-a9a5-443c-a4c7-b84a2db13e1e", "PatientId": "cde2bdb8-b6c2-44e7-ba7e-3371b0ea6394", "QuestionSetId": "0909a1b6-cc71-4fc7-a965-569610beeb75", "AnswerId": "997ed289-93ba-47c2-8b1e-8747a7a5b4ba" }, { "Id": "9988da36-c6ba-424a-a05f-1950276701e7", "SpecialityId": "3e40d420-a9a5-443c-a4c7-b84a2db13e1e", "PatientId": "cde2bdb8-b6c2-44e7-ba7e-3371b0ea6394", "QuestionSetId": "0909a1b6-cc71-4fc7-a965-569610beeb75", "AnswerId": "997ed289-93ba-47c2-8b1e-8747a7a5b4ba" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.