POST api/Admin/EInk/SweepQuarantinedTags

Request Information

URI Parameters

None.

Body Parameters

SweepQuarantinedTagsRequest
NameDescriptionTypeAdditional information
LocationId

integer

Required

Range: inclusive between 1 and 2147483647

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1
}

application/xml, text/xml

Sample:
<SweepQuarantinedTagsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk">
  <LocationId>1</LocationId>
</SweepQuarantinedTagsRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SweepQuarantinedTagsRequest'.

Response Information

Resource Description

OperationResult
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

DidWork

boolean

None.

ResultCode

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.