[
{
"cost": 0,
"transportType": {
"id": "string",
"name": "string"
},
"deliveryType": {
"id": "string",
"name": "string",
"count": "0"
},
"timeIntervals": [
{
"id": "string",
"start": "string",
"end": "string"
}
],
"manipulator": true,
"freeLift": true,
"promotion": true,
"additionalServices": [
{
"id": "string",
"type": "string",
"price": 0
}
],
"errors": [
{
"errorType": "string",
"message": "string"
}
]
}
]