POST api/TwitterMaster/UpdateTwitterMaster

Request Information

URI Parameters

None.

Body Parameters

TwitterMastMdl
NameDescriptionTypeAdditional information
SEQ

integer

None.

Id

integer

None.

ChannelName

string

None.

ChannelUrl

string

None.

HandleName

string

None.

Status

integer

None.

Following

decimal number

None.

Followers

decimal number

None.

TVChannelId

integer

None.

TotalCount

integer

None.

TwitterId

integer

None.

CategoryId

integer

None.

Category

string

None.

AccountStatus

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SEQ": 1,
  "Id": 2,
  "ChannelName": "sample string 3",
  "ChannelUrl": "sample string 4",
  "HandleName": "sample string 5",
  "Status": 6,
  "Following": 7.0,
  "Followers": 8.0,
  "TVChannelId": 9,
  "TotalCount": 10,
  "TwitterId": 11,
  "CategoryId": 12,
  "Category": "sample string 13",
  "AccountStatus": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.