{
"serviceLevelId": "<string>",
"ignoreItems": "<boolean>",
"itemsToAdd": [
{
"barcodeTemplate": "<string>",
"parcelTypeId": "<string>",
"description": "<string>",
"weight": "<double>",
"height": "<double>",
"length": "<double>",
"width": "<double>",
"userFields": [
{
"userFieldId": "<string>",
"value": "<string>"
},
{
"userFieldId": "<string>",
"value": "<string>"
}
]
},
{
"barcodeTemplate": "<string>",
"parcelTypeId": "<string>",
"description": "<string>",
"weight": "<double>",
"height": "<double>",
"length": "<double>",
"width": "<double>",
"userFields": [
{
"userFieldId": "<string>",
"value": "<string>"
},
{
"userFieldId": "<string>",
"value": "<string>"
}
]
}
]
}