POST v1/admin/standardRefurb/flagClear
Clear a Flag from an RTI from a Location
Request Information
URI Parameters
None.
Body Parameters
FlagClearModel| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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"
}
]
}