GET api/ChannelGroup/SaveUpdateChannelGroupNameMaster
Request Information
URI Parameters
None.
Body Parameters
ChannelGroupNameData| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ | integer |
None. |
|
| GroupId | integer |
None. |
|
| GroupName | string |
None. |
|
| ChnIdName | string |
None. |
|
| IsActive | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"SEQ": 1,
"GroupId": 2,
"GroupName": "sample string 3",
"ChnIdName": "sample string 4",
"IsActive": 5,
"TotalCount": 6
}
application/xml, text/xml
Sample:
<ChannelGroupNameData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <ChnIdName>sample string 4</ChnIdName> <GroupId>2</GroupId> <GroupName>sample string 3</GroupName> <IsActive>5</IsActive> <SEQ>1</SEQ> <TotalCount>6</TotalCount> </ChannelGroupNameData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.