POST v1/masterLabel/{masterLabelID}/checkOnExisting

Retrieve error message if barcode is already on a master label

Request Information

URI Parameters

NameDescriptionTypeAdditional information
masterLabelID

integer

Required

Body Parameters

CommissionPBTModel
NameDescriptionTypeAdditional 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

ErrorModel
NameDescriptionTypeAdditional information
Barcode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "barcode": "sample string 1",
  "errorMessage": "sample string 2"
}