GET api/AnchorMaster/SaveUpdateAnchorMaster

Request Information

URI Parameters

None.

Body Parameters

AnchorMasterModel
NameDescriptionTypeAdditional information
AnchorId

integer

None.

ChannelId

integer

None.

AnchorName

string

None.

ChannelName

string

None.

TotalCount

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "AnchorId": 1,
  "ChannelId": 2,
  "AnchorName": "sample string 3",
  "ChannelName": "sample string 4",
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<AnchorMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <AnchorId>1</AnchorId>
  <AnchorName>sample string 3</AnchorName>
  <ChannelId>2</ChannelId>
  <ChannelName>sample string 4</ChannelName>
  <TotalCount>5</TotalCount>
</AnchorMasterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.