POST questionnairegroups/Update

Request Information

URI Parameters

None.

Body Parameters

qst_GroupsEntity
NameDescriptionTypeAdditional information
GroupId

integer

None.

GroupName

string

None.

GroupIcon

string

None.

QuestionnaireId

integer

None.

Instructions

string

None.

GroupOrder

integer

None.

Active

boolean

None.

TenantId

integer

None.

IndentQuestion

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupId": 1,
  "GroupName": "sample string 2",
  "GroupIcon": "sample string 3",
  "QuestionnaireId": 4,
  "Instructions": "sample string 5",
  "GroupOrder": 6,
  "Active": true,
  "TenantId": 8,
  "IndentQuestion": 9
}

text/html

Sample:
{"GroupId":1,"GroupName":"sample string 2","GroupIcon":"sample string 3","QuestionnaireId":4,"Instructions":"sample string 5","GroupOrder":6,"Active":true,"TenantId":8,"IndentQuestion":9}

application/xml, text/xml

Sample:
<qst_GroupsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.MobilityQuestionnaires">
  <Active>true</Active>
  <GroupIcon>sample string 3</GroupIcon>
  <GroupId>1</GroupId>
  <GroupName>sample string 2</GroupName>
  <GroupOrder>6</GroupOrder>
  <IndentQuestion>9</IndentQuestion>
  <Instructions>sample string 5</Instructions>
  <QuestionnaireId>4</QuestionnaireId>
  <TenantId>8</TenantId>
</qst_GroupsEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'qst_GroupsEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.