POST v1/admin/redFlag/flagClear

Clear a Flag from an RTI from a Location

Request Information

URI Parameters

None.

Body Parameters

FlagClearModel
NameDescriptionTypeAdditional information
Barcodes

Barcode that is being cleared of a flag

Collection of RTIModel

None.

DeviceID

Unique identifier of the device that performed the Flag activity

integer

None.

SKUID

Unique identifier of the SKU associated with the RTI being shipped

integer

None.

Quantity

The quantity of RTIs being shipped. Always 1 for serialized SKUs

integer

None.

FlagTypeID

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

MultiRTIResponseModel
NameDescriptionTypeAdditional information
Response

Actual Response from database. Can contain any model needed

Object

None.

Errors

List of errors from stored procedure

Collection of ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "response": {},
  "errors": [
    {
      "barcode": "sample string 1",
      "errorMessage": "sample string 2"
    },
    {
      "barcode": "sample string 1",
      "errorMessage": "sample string 2"
    }
  ]
}