POST api/THQuestionSet

Request Information

URI Parameters

None.

Body Parameters

Collection of THAnswers
NameDescriptionTypeAdditional 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": "12fcbb72-bcb9-42ae-bef8-0ebf5c8692ef",
    "SpecialityId": "6c75f0d0-e3e6-43d1-a6f3-3650b26d0411",
    "PatientId": "e5f31a47-e87e-4a14-87f6-e3152a9622bd",
    "QuestionSetId": "e54472af-eda2-4c36-8049-0305d60e3c51",
    "AnswerId": "73177d92-68ca-4735-960c-b56b59d2c8e2"
  },
  {
    "Id": "12fcbb72-bcb9-42ae-bef8-0ebf5c8692ef",
    "SpecialityId": "6c75f0d0-e3e6-43d1-a6f3-3650b26d0411",
    "PatientId": "e5f31a47-e87e-4a14-87f6-e3152a9622bd",
    "QuestionSetId": "e54472af-eda2-4c36-8049-0305d60e3c51",
    "AnswerId": "73177d92-68ca-4735-960c-b56b59d2c8e2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.