POST api/Questions/ManageOptionGroups
Request Information
URI Parameters
None.
Body Parameters
utblMstOptionGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| GroupTypeName | string |
None. |
|
| NoOfOptions | integer |
None. |
|
| MaxWeightage | integer |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"GroupTypeName": "sample string 2",
"NoOfOptions": 3,
"MaxWeightage": 4,
"TransDate": "2025-10-28T01:05:48.6047952+05:30",
"UserId": "sample string 6"
}
application/xml, text/xml
Sample:
<utblMstOptionGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models"> <GroupId>1</GroupId> <GroupTypeName>sample string 2</GroupTypeName> <MaxWeightage>4</MaxWeightage> <NoOfOptions>3</NoOfOptions> <TransDate>2025-10-28T01:05:48.6047952+05:30</TransDate> <UserId>sample string 6</UserId> </utblMstOptionGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>