POST v1/rti/checkMRRD
Request Information
URI Parameters
None.
Body Parameters
CommissionPBTModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID |
Unique identifier of the SKU associated with the RTI being commissioned |
integer |
None. |
| Quantity |
The quantity of RTIs being commissioned. Always 1 for serialized SKUs |
integer |
None. |
| RTIID |
Unique identifier of the RTI created |
integer |
None. |
| HumanReadable |
Human readable text related to the RTI being commissioned |
string |
None. |
| DeviceID |
Unique identifier of the device that performed the Associate activity |
integer |
None. |
| RTIs |
Barcode that is being commissioned |
Collection of RTIModel |
None. |
| VIPMRRD | date |
None. |
|
| VIPLotNumber | string |
None. |
|
| FinishedGoodsLotNumber | string |
None. |
|
| TICMRRD | date |
None. |
|
| TICLotNumber | string |
None. |
|
| Notes | string |
None. |
|
| OriginalSalesOrder | string |
None. |
|
| LocationID | integer |
None. |
|
| HomeLocationID | integer |
None. |
|
| TransactionID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| LocationZoneID | integer |
None. |
|
| SupplierLocationID | integer |
None. |
|
| LotNumber | string |
None. |
|
| Barcodes | string |
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"
}
]
}