GET api/ChannelMaster/SaveUpdateChannelMaster
Request Information
URI Parameters
None.
Body Parameters
ChannelMasterData| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| SEQ | integer |
None. |
|
| ChannelId | integer |
None. |
|
| ChannelName | string |
None. |
|
| Category | string |
None. |
|
| SerialNo | decimal number |
None. |
|
| ADRate | string |
None. |
|
| Rating | string |
None. |
|
| SETX | string |
None. |
|
| IsActive | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| ISO_Code | string |
None. |
|
| LanguageId | integer |
None. |
|
| Language | string |
None. |
|
| ChannelTypeId | integer |
None. |
|
| ChannelType | string |
None. |
|
| StateId | integer |
None. |
|
| StateName | string |
None. |
|
| ChannelCategoryId | integer |
None. |
|
| ChannelCategory | string |
None. |
|
| GroupIdName | string |
None. |
|
| AIStatus | integer |
None. |
|
| AIModel | integer |
None. |
|
| ADVModel | integer |
None. |
|
| AutomationV | integer |
None. |
|
| TotalCount | integer |
None. |
|
| RecordInd_1 | integer |
None. |
|
| RecordName_1 | string |
None. |
|
| RecordInd_2 | integer |
None. |
|
| RecordName_2 | string |
None. |
|
| RecordMachine_1 | integer |
None. |
|
| RecordMachine_2 | integer |
None. |
|
| RecordInd_3 | integer |
None. |
|
| RecordName_3 | string |
None. |
|
| RecordMachine_3 | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"UserId": 1,
"SEQ": 2,
"ChannelId": 3,
"ChannelName": "sample string 4",
"Category": "sample string 5",
"SerialNo": 6.0,
"ADRate": "sample string 7",
"Rating": "sample string 8",
"SETX": "sample string 9",
"IsActive": 10,
"CreatedBy": 11,
"ISO_Code": "sample string 12",
"LanguageId": 13,
"Language": "sample string 14",
"ChannelTypeId": 15,
"ChannelType": "sample string 16",
"StateId": 17,
"StateName": "sample string 18",
"ChannelCategoryId": 19,
"ChannelCategory": "sample string 20",
"GroupIdName": "sample string 21",
"AIStatus": 22,
"AIModel": 23,
"ADVModel": 24,
"AutomationV": 25,
"TotalCount": 26,
"RecordInd_1": 27,
"RecordName_1": "sample string 28",
"RecordInd_2": 29,
"RecordName_2": "sample string 30",
"RecordMachine_1": 31,
"RecordMachine_2": 32,
"RecordInd_3": 33,
"RecordName_3": "sample string 34",
"RecordMachine_3": 35
}
application/xml, text/xml
Sample:
<ChannelMasterData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <ADRate>sample string 7</ADRate> <ADVModel>24</ADVModel> <AIModel>23</AIModel> <AIStatus>22</AIStatus> <AutomationV>25</AutomationV> <Category>sample string 5</Category> <ChannelCategory>sample string 20</ChannelCategory> <ChannelCategoryId>19</ChannelCategoryId> <ChannelId>3</ChannelId> <ChannelName>sample string 4</ChannelName> <ChannelType>sample string 16</ChannelType> <ChannelTypeId>15</ChannelTypeId> <CreatedBy>11</CreatedBy> <GroupIdName>sample string 21</GroupIdName> <ISO_Code>sample string 12</ISO_Code> <IsActive>10</IsActive> <Language>sample string 14</Language> <LanguageId>13</LanguageId> <Rating>sample string 8</Rating> <RecordInd_1>27</RecordInd_1> <RecordInd_2>29</RecordInd_2> <RecordInd_3>33</RecordInd_3> <RecordMachine_1>31</RecordMachine_1> <RecordMachine_2>32</RecordMachine_2> <RecordMachine_3>35</RecordMachine_3> <RecordName_1>sample string 28</RecordName_1> <RecordName_2>sample string 30</RecordName_2> <RecordName_3>sample string 34</RecordName_3> <SEQ>2</SEQ> <SETX>sample string 9</SETX> <SerialNo>6</SerialNo> <StateId>17</StateId> <StateName>sample string 18</StateName> <TotalCount>26</TotalCount> <UserId>1</UserId> </ChannelMasterData>
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.