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": "2ae9000a-ed55-4b58-9379-9d5c231079ae", "SpecialityId": "1af03b66-f725-4027-ad1e-ec539e62d606", "PatientId": "be3f3188-b6f1-4091-a8ae-8ea931fcab6e", "QuestionSetId": "47ff5b4f-fdb6-4c7a-bf9d-7a1b7ce4dc6e", "AnswerId": "6c54d976-4740-4058-97f6-7dca937f8917" }, { "Id": "2ae9000a-ed55-4b58-9379-9d5c231079ae", "SpecialityId": "1af03b66-f725-4027-ad1e-ec539e62d606", "PatientId": "be3f3188-b6f1-4091-a8ae-8ea931fcab6e", "QuestionSetId": "47ff5b4f-fdb6-4c7a-bf9d-7a1b7ce4dc6e", "AnswerId": "6c54d976-4740-4058-97f6-7dca937f8917" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.