PUT groups/Update
Request Information
URI Parameters
None.
Body Parameters
qst_GroupQuestionsEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkId | integer |
None. |
|
| GroupId | integer |
None. |
|
| QuestionId | integer |
None. |
|
| Order | integer |
None. |
|
| Compulsory | boolean |
None. |
|
| Active | boolean |
None. |
|
| IndentQuestion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkId": 1,
"GroupId": 2,
"QuestionId": 3,
"Order": 4,
"Compulsory": true,
"Active": true,
"IndentQuestion": 7
}
text/html
Sample:
{"LinkId":1,"GroupId":2,"QuestionId":3,"Order":4,"Compulsory":true,"Active":true,"IndentQuestion":7}
application/xml, text/xml
Sample:
<qst_GroupQuestionsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.MobilityQuestionnaires"> <Active>true</Active> <Compulsory>true</Compulsory> <GroupId>2</GroupId> <IndentQuestion>7</IndentQuestion> <LinkId>1</LinkId> <Order>4</Order> <QuestionId>3</QuestionId> </qst_GroupQuestionsEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.