GET v6/operation/packaging/masterLabelOrRTI/{barcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PackagingIsMasterLabelOrRTIResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsBulkOrLotTraced | boolean |
None. |
|
| IsMasterLabel | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"isBulkOrLotTraced": true,
"isMasterLabel": true
}