PUT api/blacklist/no-more-n?suid={suid}

Put no-more-n

Request Information

URI Parameters

NameDescriptionTypeAdditional information
suid

string

Required

Body Parameters

NoMoreN
NameDescriptionTypeAdditional information
Block

integer

None.

N

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Block": 1,
  "N": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<NoMoreN>
  <Block>1</Block>
  <N>2</N>
</NoMoreN>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.