POST v1/associate
Associate a single, non-RTI item with an RTI
Request Information
URI Parameters
None.
Body Parameters
AssociateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RelatedItem |
Item that is being associated with a barcode |
string |
None. |
| DeviceID |
Unique identifier of the device that performed the Associate activity |
integer |
None. |
| Barcode |
Barcode that an item is being associated to |
string |
None. |
| RTIID |
Unique identifier of the RTI |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"relatedItem": "sample string 1",
"deviceID": 2,
"barcode": "sample string 3",
"rtiid": 4
}
Response Information
Resource Description
AssociateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RelatedItem |
Item that is being associated with a barcode |
string |
None. |
| DeviceID |
Unique identifier of the device that performed the Associate activity |
integer |
None. |
| Barcode |
Barcode that an item is being associated to |
string |
None. |
| RTIID |
Unique identifier of the RTI |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"relatedItem": "sample string 1",
"deviceID": 2,
"barcode": "sample string 3",
"rtiid": 4
}