PUT api/agent-account/role-groups/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
RoleGroupUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| Description | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"IsActive": true
}
application/xml, text/xml
Sample:
<RoleGroupUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmiletripB2B.API.Models"> <Description>sample string 2</Description> <IsActive>true</IsActive> <Name>sample string 1</Name> </RoleGroupUpdateRequest>
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.