POST v1/associateRTI

Associate an RTI to another RTI

Request Information

URI Parameters

None.

Body Parameters

AssociateRTIModel
NameDescriptionTypeAdditional information
AssociatedBarcode

Barcode that is being associated with another 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:
{
  "associatedBarcode": "sample string 1",
  "deviceID": 2,
  "barcode": "sample string 3",
  "rtiid": 4
}

Response Information

Resource Description

AssociateRTIModel
NameDescriptionTypeAdditional information
AssociatedBarcode

Barcode that is being associated with another 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:
{
  "associatedBarcode": "sample string 1",
  "deviceID": 2,
  "barcode": "sample string 3",
  "rtiid": 4
}