# Manifest a label Endpoint: POST /manifestlabel Version: 2.1.0 Security: apiKey ## Request fields (application/json): - `readableBarCode` (string) - `encodedBarCode` (string) - `labelId` (string) - `container` (object) - `container.accountCode` (string) - `container.encodedBarcode` (string) - `container.containerEncodedBarcode` (string) - `dimensions` (object) - `dimensions.weightUOM` (string) - `dimensions.dimensionUOM` (string) - `dimensions.weight` (number, required) package weight 7-digit, numeric; Periods allowed; Leading and traling zeros preferred. Weight cannot be zero. Format examples: - 1.0020 - 08.1234 - 10.0000 - 1.5 (stored as 1.5000) - 1.53 (stored as 1.5300) - `dimensions.length` (number, required) package length 7-digit, numeric; Periods allowed; Leading and traling zeros preferred. Length cannot be zero. Format examples: - 1.0020 - 08.1234 - 10.0000 - 1.5 (stored as 1.5000) - 1.53 (stored as 1.5300) - `dimensions.width` (number, required) package width 7-digit, numeric; Periods allowed; Leading and traling zeros preferred. Width cannot be zero. Format examples: - 1.0020 - 08.1234 - 10.0000 - 1.5 (stored as 1.5000) - 1.53 (stored as 1.5300) - `dimensions.height` (number, required) package height 7-digit, numeric; Periods allowed; Leading and traling zeros preferred. Height cannot be zero. Format examples: - 1.0020 - 08.1234 - 10.0000 - 1.5 (stored as 1.5000) - 1.53 (stored as 1.5300) ## Response 200 fields (application/json): - `status` (string) - `statusCode` (integer) - `message` (string) - `createdOn` (string)