POST v1/salesOrder/{salesOrderItemID}/{masterLabelID}/associate

Associate RTI to another RTI and add to master label

Request Information

URI Parameters

NameDescriptionTypeAdditional information
salesOrderItemID

integer

Required

masterLabelID

integer

Required

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
}