mivita/tests/DHL/DHL_orders_request_template.json
2025-10-20 17:42:08 +02:00

38 lines
No EOL
1.1 KiB
JSON

{
"profile": "STANDARD_GRUPPENPROFIL",
"shipments": [
{
"product": "V01PAK",
"billingNumber": "33333333330102",
"shipper": {
"name1": "DHL Paket GmbH",
"addressStreet": "Heinrich-Brüning-Straße",
"addressHouse": "1",
"postalCode": "53113",
"city": "Bonn",
"country": "DEU",
"email": "shipper@example.com",
"phone": "+49-228-4333112"
},
"consignee": {
"name1": "Max Mustermann",
"addressStreet": "Unter den Linden",
"addressHouse": "1",
"postalCode": "10117",
"city": "Berlin",
"country": "DEU",
"email": "max@example.com",
"phone": "+49-30-12345678"
},
"details": {
"weight": {
"value": 1250,
"uom": "g"
}
},
"print": {
"format": "PDF"
}
}
]
}