POST Api/PostQuestionnaire
Request Information
URI Parameters
None.
Body Parameters
QuestionnaireName | Description | Type | Additional information |
---|---|---|---|
Skip | boolean |
Required |
|
AgeRange | integer |
Range: inclusive between 0 and 3 |
|
ProfessionalDiagnosedYet | boolean |
None. |
|
PopulationValue | integer |
Range: inclusive between 0 and 5 |
|
ImportantInfoNotesAboutChild | string |
Max length: 500 |
Request Formats
application/json, text/json
Sample:
{ "Skip": true, "AgeRange": 2, "ProfessionalDiagnosedYet": true, "PopulationValue": 4, "ImportantInfoNotesAboutChild": "sample string 5" }
application/xml, text/xml
Sample:
<Questionnaire xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <AgeRange>2</AgeRange> <ImportantInfoNotesAboutChild>sample string 5</ImportantInfoNotesAboutChild> <PopulationValue>4</PopulationValue> <ProfessionalDiagnosedYet>true</ProfessionalDiagnosedYet> <Skip>true</Skip> </Questionnaire>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.