POST api/Mentions/BlockAndDeleteAuthor

Request Information

URI Parameters

None.

Body Parameters

Collection of BlockAndDeleteList
NameDescriptionTypeAdditional information
UserId

integer

None.

Id

integer

None.

Delete

string

None.

CompId

integer

None.

BrandId

integer

None.

SourceId

integer

None.

SourceName

string

None.

BlockAuthor

string

None.

BlockAndDeleteInd

integer

None.

Ind

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
[
  {
    "UserId": 1,
    "Id": 2,
    "Delete": "sample string 3",
    "CompId": 4,
    "BrandId": 5,
    "SourceId": 6,
    "SourceName": "sample string 7",
    "BlockAuthor": "sample string 8",
    "BlockAndDeleteInd": 9,
    "Ind": 10
  },
  {
    "UserId": 1,
    "Id": 2,
    "Delete": "sample string 3",
    "CompId": 4,
    "BrandId": 5,
    "SourceId": 6,
    "SourceName": "sample string 7",
    "BlockAuthor": "sample string 8",
    "BlockAndDeleteInd": 9,
    "Ind": 10
  }
]

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.