{
"success": true,
"insertedObjects": [{
"progId": 1234,
"barcode": "1234567890"
}]
}
| Field | Description | Type | Mandatory |
|---|---|---|---|
| itemCode | String indicating the ID of the document to update | Varchar(250) | ✓ |
| barcode | String indicating the specific external identifier of the document we want to retrieve | Varchar(250) | ✓ |
| barcodeType | String indicating the cause of the document we want to retrieve | Varchar(250) | Mandatory in case of barcode insert. If the barcode already exists, will be defaulted to the existing barcode type |
| dimensionLevel1 ... dimensionLevel5 | Up to 5 dimensionLevels. Determines the variants for the new barcode | Varchar(250) | ✓ |
| dimensionGroup1 ... dimensionGroup5 | Up to 5 dimensionGroups. Determines the variant groups for the new barcode | Varchar(250) | ✓ |
| ignoreMovements | true: moves the barcode even if it's already been movimented false: allows the barcode moving only if no movements were done on the given barcode | Boolean (default false) |
| Field | Description | Type |
|---|---|---|
| success | boolean indicating the status of the request | Boolean |
| insertedObjects | List containing the inserted barcode data (progressive and barcode) | List of JSON obects |
| message | In case of error, the error message | Varchar(250) |