POST v2/return/save
Return an RTI at a Location
Request Information
URI Parameters
None.
Body Parameters
ReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID |
Unique identifier of the SKU associated with the RTI being Returned |
integer |
None. |
| ReturnLocationID | integer |
None. |
|
| InboundReceiptID | integer |
None. |
|
| LocationZoneID |
Unique identifier of the Location Zone associated with the RTI being Returned |
integer |
None. |
| FlagTypeID |
Unique identifier of the Flag Type associated with the RTI being Returned |
integer |
None. |
| Quantity |
The quantity of RTIs being Returned. Always 1 for serialized SKUs |
decimal number |
None. |
| DeviceID |
Unique identifier of the device that performed the Return activity |
integer |
None. |
| Barcode | string |
None. |
|
| Notes | string |
None. |
|
| Barcodes |
Barcode that is being Returned |
Collection of RTIModel |
None. |
| TransactionID |
Unique identifier of the transaction ID |
integer |
None. |
| ShowOverageWarning | boolean |
None. |
|
| LoggerLost | boolean |
None. |
|
| ReturnDate | date |
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"
}
]
}