DHL Parcel DE Pickup Virtual Sandbox

Manage and schedule parcel pickup orders for DHL Parcel Germany.

The DHL Parcel DE Pickup API allows business customers to programmatically order, cancel, and retrieve the status of parcel pickups. It supports various pickup types including individual, on-demand, and one-time collections, providing a streamlined interface for logistics automation within the German parcel network.

Use this hosted sandbox to simulate DHL Parcel DE Pickup APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate pickup request payloads, handle order cancellation workflows, verify status tracking responses, and test error handling for invalid pickup locations or scheduling conflicts before integrating with production logistics systems.

DHL Parcel DE Pickup virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate DHL Parcel DE Pickup responses instantly.

https://dhl-parcel-pickup.mock.beeceptor.com



General

{
  "amp": {
    "env": "prod",
    "name": "pp-parcel-pickup",
    "rev": "0",
    "version": "1.0.0"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Orders(3 operations)

Query Parameter NameExample
validatetrue
{
  "customerDetails": {
    "billingNumber": "22222222220801"
  },
  "pickupLocation": {
    "type": "Address",
    "pickupAddress": {
      "name1": "Deutsche Post DHL Group",
      "name2": "Lieferanteneingang",
      "addressStreet": "Charles-de-Gaulle-Straße",
      "addressHouse": "20",
      "postalCode": "53113",
      "city": "Bonn",
      "country": "DE"
    },
    "businessHours": [
      {
        "timeFrom": "09:00",
        "timeUntil": "12:00"
      },
      {
        "timeFrom": "13:30",
        "timeUntil": "17:30"
      }
    ]
  },
  "contactPerson": [
    {
      "name": "Max Mustermann",
      "phone": "09999 100111820",
      "email": "max@post.de",
      "emailNotification": {
        "sendPickupConfirmationEmail": true,
        "sendPickupTimeWindowEmail": true
      }
    },
    {
      "name": "Maxi Mustermann",
      "phone": "0888 10111223",
      "email": "maxi@post.de",
      "emailNotification": {
        "sendPickupConfirmationEmail": true,
        "sendPickupTimeWindowEmail": true
      }
    }
  ],
  "pickupDetails": {
    "pickupDate": {
      "type": "Date",
      "value": "2099-04-21"
    }
  },
  "shipmentDetails": {
    "shipments": [
      {
        "transportationType": "PAKET",
        "size": "M",
        "pickupServices": {
          "printLabel": {
            "consignee": {
              "name1": "Max Mustermann",
              "name2": "z. Hd. Frau Mustermann",
              "addressStreet": "Platz der Deutschen Post",
              "addressHouse": 1,
              "postalCode": "53113",
              "city": "Bonn",
              "country": "DE"
            }
          }
        },
        "customerReference": "987654321"
      }
    ]
  }
}
{
  "confirmation": {
    "type": "VALIDATION_SUCCESS",
    "value": {
      "freeOfCharge": false,
      "pickupDate": "2026-07-02T00:00:00.0Z",
      "pickupType": "EZA"
    }
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
[
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  },
  {
    "code": 456,
    "detail": "22222222225301",
    "instance": "customerDetails.billingNumber",
    "title": "Unknown billingnumber"
  }
]
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Query Parameter NameExample
orderID*["6573897f-a2b5-447c-b81d-4a46c07b","0ec28c23-1f2d-4154-abdc-dad11c4e","49f1ad4e-03e9-4644-9eac-bae73b4f","631cfbcb-436a-4761-9a0a-8ba5c48a","17e1b054-d7c5-4ac7-9c32-2f4e4cfd","70f082a4-84f6-490e-8ad8-442537ac","ae370abc-e0ae-4f78-9a7c-630634a1","8385b941-6f53-4385-99fd-75269013","e5a82368-d9a5-46a1-a63a-086a8d06","3595ccfb-1587-44d5-8d46-e4ce8f39"]
{
  "confirmedCancellations": [
    {
      "message": "Cancellation successful",
      "orderID": "2ad95658-c132-4d58-8847-4ef60286",
      "orderState": "STORNIERT"
    },
    {
      "message": "Cancellation successful",
      "orderID": "4b4d0f1d-2cb2-41ea-98f7-1837d10a",
      "orderState": "STORNIERT"
    },
    {
      "message": "Cancellation successful",
      "orderID": "17dd4907-ad24-4ffe-94c9-14641005",
      "orderState": "STORNIERT"
    },
    {
      "message": "Cancellation successful",
      "orderID": "9f51a42c-9cdc-447b-a13f-2e1ae1be",
      "orderState": "STORNIERT"
    }
  ],
  "failedCancellations": [
    {
      "message": "Order cannot be cancelled",
      "orderID": "5177aefd-987d-4eb7-ac2e-842c73dc",
      "orderState": "ANGENOMMEN"
    },
    {
      "message": "Order cannot be cancelled",
      "orderID": "ddb77c13-fb2d-4b5a-ba91-47b0f19c",
      "orderState": "ANGENOMMEN"
    },
    {
      "message": "Order cannot be cancelled",
      "orderID": "a646a832-da80-4a1d-bfae-157babf2",
      "orderState": "ANGENOMMEN"
    },
    {
      "message": "Order cannot be cancelled",
      "orderID": "5c0d4e05-8dc4-46d0-a221-27dccd34",
      "orderState": "ANGENOMMEN"
    },
    {
      "message": "Order cannot be cancelled",
      "orderID": "07e01181-148e-441e-8b43-c67aa649",
      "orderState": "ANGENOMMEN"
    }
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Query Parameter NameExample
orderID4b12d649-939b-47b9-bfe1-ed42a318
pickupDate2026-07-04T00:00:00.0Z
pickupName1Wilderman - Moore
pickupAddressStreetLawrence Street
pickupAddressHouse9692
pickupPostalCode09618
pickupCityMiddletown
[
  {
    "businessHours": [
      {
        "timeFrom": "10:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "08:00",
        "timeUntil": "17:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Merle.Crist-Dicki@gmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Opal Veum-Morar",
        "phone": "+15896553547"
      },
      {
        "email": "Mia95@yahoo.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Mindy Gusikowski",
        "phone": "+19753863901"
      }
    ],
    "customerDetails": {
      "accountNumber": "3601449346",
      "billingNumber": "9"
    },
    "feedback": "SUCCESS",
    "orderDetails": {
      "orderID": "abbe3e2a-a8be-49ec-88c5-83f5876a",
      "orderState": "TEILABHOLUNG"
    },
    "pickupDetails": {
      "comment": "Gate code 1234",
      "pickupDate": {
        "type": "ASAP",
        "value": "2026-07-04T00:00:00.0Z"
      },
      "totalWeight": {
        "uom": "g",
        "value": 43.22
      }
    },
    "pickupLocation": {
      "id": "c6f27423-ad9",
      "pickupAddress": {
        "addressHouse": "57091",
        "addressStreet": "McCullough Roads",
        "city": "Winnifredland",
        "country": "Ja",
        "name1": "Wiegand - O'Reilly",
        "name2": "Wunsch, McDermott and Lubowitz",
        "postalCode": "41219-5",
        "state": "Indiana"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2025-09-06T00:00:00.0Z",
          "shipment": {
            "customerReference": "boim5Yti",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "23289",
                  "addressStreet": "Lacey Keys",
                  "city": "Carmel",
                  "country": "Am",
                  "name1": "Crooks Group",
                  "name2": "Harris LLC",
                  "postalCode": "96340-3",
                  "state": "North Dakota"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "oN9GY8XOVJv0",
            "size": "L",
            "transportationType": "ROLLBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2026-04-28T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2026-05-20T00:00:00.0Z",
          "shipment": {
            "customerReference": "sxoW-QBW",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "136",
                  "addressStreet": "Dibbert Freeway",
                  "city": "Conroyfort",
                  "country": "Uk",
                  "name1": "Morar LLC",
                  "name2": "Koelpin - Walsh",
                  "postalCode": "31452",
                  "state": "New Mexico"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "m8CIfLFwbrAy",
            "size": "L",
            "transportationType": "PAKET"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2025-09-28T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2025-11-18T00:00:00.0Z",
          "shipment": {
            "customerReference": "eg6otwXr",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "886",
                  "addressStreet": "Bartell Mews",
                  "city": "Lake Minafield",
                  "country": "Bo",
                  "name1": "Gutmann and Sons",
                  "name2": "Schmeler, Streich and Haley",
                  "postalCode": "02652-7",
                  "state": "Utah"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "zOEh9yPNY2TC",
            "size": "S",
            "transportationType": "WECHSELBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2026-06-11T00:00:00.0Z",
            "state": "FAILED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "08:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "08:00",
        "timeUntil": "17:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Lexie_Metz@gmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": false
        },
        "name": "Trevor Kshlerin",
        "phone": "+17295200802"
      },
      {
        "email": "Laurine30@yahoo.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Bonnie Mohr",
        "phone": "+12084382335"
      }
    ],
    "customerDetails": {
      "accountNumber": "8038671401",
      "billingNumber": "2"
    },
    "feedback": "ERROR_IN_ADDRESS",
    "orderDetails": {
      "orderID": "02f6ec05-ce0e-431b-be72-1bd76cf8",
      "orderState": "IN_DURCHFUEHRUNG"
    },
    "pickupDetails": {
      "comment": "Leave at side door",
      "pickupDate": {
        "type": "FIXED"
      },
      "totalWeight": {
        "uom": "g",
        "value": 18.75
      }
    },
    "pickupLocation": {
      "id": "f51c0692-3e6",
      "pickupAddress": {
        "addressHouse": "4558",
        "addressStreet": "Chapel Road",
        "city": "Raoulside",
        "country": "Ma",
        "name1": "Torp - Hackett",
        "name2": "Becker - Swaniawski",
        "postalCode": "30147",
        "state": "New Hampshire"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2026-02-02T00:00:00.0Z",
          "shipment": {
            "customerReference": "TJWEJCNB",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "123",
                  "addressStreet": "Crescent Road",
                  "city": "West Vanberg",
                  "country": "Ne",
                  "name1": "Labadie and Sons",
                  "name2": "Mertz - Douglas",
                  "postalCode": "27880-7",
                  "state": "Nevada"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "u470fnYwowcm",
            "size": "L",
            "transportationType": "ROLLBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2026-06-30T00:00:00.0Z",
            "state": "FAILED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "09:00",
        "timeUntil": "16:00"
      },
      {
        "timeFrom": "08:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "18:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Blaise_Jones28@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Gerard Treutel PhD",
        "phone": "+19675518278"
      },
      {
        "email": "Colin38@yahoo.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": false
        },
        "name": "James Yost",
        "phone": "+17583069555"
      }
    ],
    "customerDetails": {
      "accountNumber": "2613822483",
      "billingNumber": "9"
    },
    "feedback": "PICKUP_TOO_LATE",
    "orderDetails": {
      "orderID": "41f4c77e-84d1-440f-8f3a-252db107",
      "orderState": "IN_DURCHFUEHRUNG"
    },
    "pickupDetails": {
      "comment": "Leave at side door",
      "pickupDate": {
        "type": "ASAP"
      },
      "totalWeight": {
        "uom": "g",
        "value": 43.54
      }
    },
    "pickupLocation": {
      "id": "6fd0f64c-37a",
      "pickupAddress": {
        "addressHouse": "12081",
        "addressStreet": "Middle Street",
        "city": "West Malliechester",
        "country": "Un",
        "name1": "Hand Group",
        "name2": "Cormier, Hauck and Rohan",
        "postalCode": "53515",
        "state": "Alabama"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2025-09-24T00:00:00.0Z",
          "shipment": {
            "customerReference": "3-UpoAMd",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "16968",
                  "addressStreet": "Joany Meadow",
                  "city": "Everett",
                  "country": "Af",
                  "name1": "Gerlach - Nader",
                  "name2": "Wunsch - Mueller",
                  "postalCode": "75129",
                  "state": "Ohio"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "69cwViaxCsew",
            "size": "S",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2025-07-30T00:00:00.0Z",
            "state": "PICKED_UP"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "09:00",
        "timeUntil": "16:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "08:00",
        "timeUntil": "18:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Trey49@yahoo.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Adrian Kuphal",
        "phone": "+16669342532"
      },
      {
        "email": "Jaydon_Botsford31@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Ervin Breitenberg",
        "phone": "+12774199039"
      }
    ],
    "customerDetails": {
      "accountNumber": "7899146904",
      "billingNumber": "4"
    },
    "feedback": "PICKUP_TOO_LATE",
    "orderDetails": {
      "orderID": "5afe767f-2094-484f-942d-5164c0a6",
      "orderState": "IN_DURCHFUEHRUNG"
    },
    "pickupDetails": {
      "comment": "Gate code 1234",
      "pickupDate": {
        "type": "FIXED"
      },
      "totalWeight": {
        "uom": "g",
        "value": 17.53
      }
    },
    "pickupLocation": {
      "id": "27c10334-4f2",
      "pickupAddress": {
        "addressHouse": "3297",
        "addressStreet": "Green Close",
        "city": "Fort Elfrieda",
        "country": "Cz",
        "name1": "Hickle, Brekke and Waelchi",
        "name2": "Wunsch - Steuber",
        "postalCode": "23402-4",
        "state": "Idaho"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2025-09-16T00:00:00.0Z",
          "shipment": {
            "customerReference": "Do99g75H",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "44660",
                  "addressStreet": "Will Knoll",
                  "city": "Nobleborough",
                  "country": "Un",
                  "name1": "Kuphal, MacGyver and Weimann",
                  "name2": "Ratke - Schowalter",
                  "postalCode": "76726",
                  "state": "Rhode Island"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "qOxi0HQgglzy",
            "size": "L",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2026-06-26T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2026-03-16T00:00:00.0Z",
          "shipment": {
            "customerReference": "xflwT86E",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "697",
                  "addressStreet": "Khalid Estate",
                  "city": "North Jacquelyn",
                  "country": "Fr",
                  "name1": "Schiller, Altenwerth and Reichert",
                  "name2": "Toy - Lubowitz",
                  "postalCode": "13731-1",
                  "state": "Wyoming"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "oRR1ZvoqhUzx",
            "size": "M",
            "transportationType": "PAKET"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2026-06-23T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2025-09-14T00:00:00.0Z",
          "shipment": {
            "customerReference": "onzlsv6T",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "898",
                  "addressStreet": "Russel Fork",
                  "city": "East Adolphshire",
                  "country": "Sy",
                  "name1": "Kassulke and Sons",
                  "name2": "Weber, Thiel and Rowe",
                  "postalCode": "18770",
                  "state": "Washington"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "cxlavJP04vtI",
            "size": "M",
            "transportationType": "PALETTEN"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2026-04-04T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2025-12-15T00:00:00.0Z",
          "shipment": {
            "customerReference": "-hzNCt6A",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "6654",
                  "addressStreet": "Lavern Flat",
                  "city": "Funkshire",
                  "country": "Fr",
                  "name1": "Bergstrom LLC",
                  "name2": "Franey, Cronin and Lakin",
                  "postalCode": "47269",
                  "state": "Tennessee"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "xU9KdHIxSldt",
            "size": "M",
            "transportationType": "PALETTEN"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2025-09-28T00:00:00.0Z",
            "state": "FAILED"
          }
        },
        {
          "orderDate": "2026-02-05T00:00:00.0Z",
          "shipment": {
            "customerReference": "0fX0aQ_C",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "86849",
                  "addressStreet": "Hettie Mills",
                  "city": "South Edytheside",
                  "country": "El",
                  "name1": "Rowe - Schmidt",
                  "name2": "Kuvalis, Williamson and Lang",
                  "postalCode": "07128-8",
                  "state": "Minnesota"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "V9HAy40KbR9e",
            "size": "S",
            "transportationType": "PALETTEN"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2025-12-27T00:00:00.0Z",
            "state": "BOOKED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "08:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "17:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Jolie41@gmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Angelo Boyle",
        "phone": "+15227152448"
      },
      {
        "email": "Domenico.Strosin99@gmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": false
        },
        "name": "Christie Thompson Jr.",
        "phone": "+17193179399"
      }
    ],
    "customerDetails": {
      "accountNumber": "7183405521",
      "billingNumber": "5"
    },
    "feedback": "SUCCESS",
    "orderDetails": {
      "orderID": "ae300a30-792a-4f28-8829-c475c39d",
      "orderState": "STORNIERT"
    },
    "pickupDetails": {
      "comment": "Ring bell twice",
      "pickupDate": {
        "type": "ASAP",
        "value": "2026-07-02T00:00:00.0Z"
      },
      "totalWeight": {
        "uom": "g",
        "value": 42.89
      }
    },
    "pickupLocation": {
      "id": "abf52c80-82e",
      "pickupAddress": {
        "addressHouse": "9706",
        "addressStreet": "Claremont Road",
        "city": "Eloiseberg",
        "country": "Ba",
        "name1": "Stracke - Schoen",
        "name2": "Schroeder - Turcotte",
        "postalCode": "81881",
        "state": "Arizona"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2026-05-04T00:00:00.0Z",
          "shipment": {
            "customerReference": "-qGPGC55",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "27818",
                  "addressStreet": "New Street",
                  "city": "Fort Jovanycester",
                  "country": "La",
                  "name1": "Fahey LLC",
                  "name2": "Quitzon, Franecki and Beahan",
                  "postalCode": "04259",
                  "state": "Indiana"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "Cq4uW6FV89cV",
            "size": "M",
            "transportationType": "ROLLBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2025-09-05T00:00:00.0Z",
            "state": "BOOKED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "10:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "18:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Virgil95@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Ms. Kimberly Hammes",
        "phone": "+15668276695"
      },
      {
        "email": "Reba_Braun@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Kristine Conroy",
        "phone": "+17028967287"
      }
    ],
    "customerDetails": {
      "accountNumber": "7872613882",
      "billingNumber": "7"
    },
    "feedback": "PICKUP_TOO_LATE",
    "orderDetails": {
      "orderID": "d0578789-7e77-4a17-864e-ab59f3a4",
      "orderState": "STORNIERT"
    },
    "pickupDetails": {
      "comment": "Leave at side door",
      "pickupDate": {
        "type": "ASAP",
        "value": "2026-07-04T00:00:00.0Z"
      },
      "totalWeight": {
        "uom": "g",
        "value": 29.93
      }
    },
    "pickupLocation": {
      "id": "62f3c983-e2a",
      "pickupAddress": {
        "addressHouse": "850",
        "addressStreet": "N Division Street",
        "city": "Wilkinsonview",
        "country": "Sv",
        "name1": "Cummings Group",
        "name2": "Cruickshank, Olson and Wisoky",
        "postalCode": "11477-3",
        "state": "South Carolina"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2026-06-13T00:00:00.0Z",
          "shipment": {
            "customerReference": "lQ0I10CT",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "29830",
                  "addressStreet": "Hall Lane",
                  "city": "Camarillo",
                  "country": "Le",
                  "name1": "Macejkovic, Ankunding and Langworth",
                  "name2": "Rutherford, Ferry and Lynch",
                  "postalCode": "09486",
                  "state": "Wyoming"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "e6m8YguT96pi",
            "size": "S",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2026-04-13T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2025-09-16T00:00:00.0Z",
          "shipment": {
            "customerReference": "9xrEbEdU",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "19233",
                  "addressStreet": "Selina Avenue",
                  "city": "Gutkowskiworth",
                  "country": "Wa",
                  "name1": "Reichert - Herman",
                  "name2": "Beatty - Ullrich",
                  "postalCode": "48487",
                  "state": "New York"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "66hjgQlVsSRZ",
            "size": "M",
            "transportationType": "ROLLBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2026-05-08T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2026-01-19T00:00:00.0Z",
          "shipment": {
            "customerReference": "MukQBSRC",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "7981",
                  "addressStreet": "Roberts Parkways",
                  "city": "South Mableview",
                  "country": "No",
                  "name1": "Torphy Inc",
                  "name2": "Keebler - Armstrong",
                  "postalCode": "95992",
                  "state": "Texas"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "sJ4LjsR8XnhH",
            "size": "M",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2026-05-08T00:00:00.0Z",
            "state": "BOOKED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "10:00",
        "timeUntil": "16:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "16:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Amely_Osinski@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Mable Schamberger",
        "phone": "+18774040519"
      },
      {
        "email": "Keyshawn_Grimes82@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Floyd Considine",
        "phone": "+14093818243"
      }
    ],
    "customerDetails": {
      "accountNumber": "1044969782",
      "billingNumber": "8"
    },
    "feedback": "SUCCESS",
    "orderDetails": {
      "orderID": "376461e1-7e84-4f2c-bda0-4e7ad8f5",
      "orderState": "STORNIERT"
    },
    "pickupDetails": {
      "comment": "Gate code 1234",
      "pickupDate": {
        "type": "FIXED",
        "value": "2026-07-02T00:00:00.0Z"
      },
      "totalWeight": {
        "uom": "g",
        "value": 19.99
      }
    },
    "pickupLocation": {
      "id": "67a4a456-50c",
      "pickupAddress": {
        "addressHouse": "485",
        "addressStreet": "Boyer Keys",
        "city": "Jostead",
        "country": "Mo",
        "name1": "Schaefer - Roob",
        "name2": "Koss Group",
        "postalCode": "34102",
        "state": "West Virginia"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2025-11-26T00:00:00.0Z",
          "shipment": {
            "customerReference": "s5B2OQv5",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "548",
                  "addressStreet": "Pine Grove",
                  "city": "Annandale",
                  "country": "Ho",
                  "name1": "Hodkiewicz - Schaefer",
                  "name2": "Bernier - Rippin",
                  "postalCode": "99064",
                  "state": "Massachusetts"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "E9La4B3l9kGz",
            "size": "M",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2026-01-29T00:00:00.0Z",
            "state": "PICKED_UP"
          }
        },
        {
          "orderDate": "2026-01-30T00:00:00.0Z",
          "shipment": {
            "customerReference": "otJIErjt",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "141",
                  "addressStreet": "Lawrence Center",
                  "city": "North Leolaworth",
                  "country": "Ca",
                  "name1": "Wilkinson - Sporer",
                  "name2": "West - Carroll",
                  "postalCode": "54562-8",
                  "state": "Montana"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "GMhSMZdJh76y",
            "size": "L",
            "transportationType": "ROLLBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2026-05-31T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2025-08-01T00:00:00.0Z",
          "shipment": {
            "customerReference": "TzEDRApM",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "6844",
                  "addressStreet": "Little Place",
                  "city": "Castle Rock",
                  "country": "Li",
                  "name1": "Langworth, O'Keefe and McGlynn",
                  "name2": "Spinka - Muller",
                  "postalCode": "29677",
                  "state": "Ohio"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "hjw147KmPKwv",
            "size": "M",
            "transportationType": "PAKET"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2025-12-10T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2026-04-28T00:00:00.0Z",
          "shipment": {
            "customerReference": "TKAj60GQ",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "878",
                  "addressStreet": "McKenzie Mills",
                  "city": "Koeppton",
                  "country": "Ur",
                  "name1": "Rau and Sons",
                  "name2": "Lakin - Oberbrunner",
                  "postalCode": "62333-5",
                  "state": "Alaska"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "TjNqpZ0sbp70",
            "size": "L",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2025-09-11T00:00:00.0Z",
            "state": "FAILED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "08:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "16:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "16:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Dane.Huels21@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": false
        },
        "name": "Vernon Hauck",
        "phone": "+12452093770"
      },
      {
        "email": "Orion.Daugherty4@gmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": true,
          "sendPickupTimeWindowEmail": false
        },
        "name": "Miss Terry Wintheiser",
        "phone": "+15594708070"
      }
    ],
    "customerDetails": {
      "accountNumber": "1079191149",
      "billingNumber": "1"
    },
    "feedback": "PICKUP_TOO_LATE",
    "orderDetails": {
      "orderID": "3b0e83e2-6bc0-43e5-b369-271937de",
      "orderState": "NICHT_ABGEHOLT"
    },
    "pickupDetails": {
      "comment": "Warehouse loading bay 3",
      "pickupDate": {
        "type": "ASAP",
        "value": "2026-07-02T00:00:00.0Z"
      },
      "totalWeight": {
        "uom": "g",
        "value": 43.05
      }
    },
    "pickupLocation": {
      "id": "3d650a67-feb",
      "pickupAddress": {
        "addressHouse": "3686",
        "addressStreet": "Schulist Mills",
        "city": "South Rosalinda",
        "country": "Sa",
        "name1": "Nicolas Inc",
        "name2": "Green and Sons",
        "postalCode": "42730-7",
        "state": "Maine"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2026-02-02T00:00:00.0Z",
          "shipment": {
            "customerReference": "B7L3EpZ-",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "3281",
                  "addressStreet": "Cedar Road",
                  "city": "Lake Augustinefurt",
                  "country": "Fr",
                  "name1": "Spinka Inc",
                  "name2": "Huel Inc",
                  "postalCode": "03917-3",
                  "state": "South Carolina"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "zhI0XIZxJM5G",
            "size": "L",
            "transportationType": "PALETTEN"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2025-12-17T00:00:00.0Z",
            "state": "PICKED_UP"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "08:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "16:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "18:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Marcia_Rutherford39@hotmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Miss Johanna Rutherford",
        "phone": "+15996382508"
      },
      {
        "email": "Maxine_Fisher14@gmail.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": false
        },
        "name": "Annie Jacobson",
        "phone": "+15757823239"
      }
    ],
    "customerDetails": {
      "accountNumber": "1186825018",
      "billingNumber": "1"
    },
    "feedback": "ERROR_IN_ADDRESS",
    "orderDetails": {
      "orderID": "e390757b-7fda-4dee-8233-a11dcbdb",
      "orderState": "TEILBESTAETIGT"
    },
    "pickupDetails": {
      "comment": "Ring bell twice",
      "pickupDate": {
        "type": "ASAP",
        "value": "2026-07-03T00:00:00.0Z"
      },
      "totalWeight": {
        "uom": "kg",
        "value": 10.91
      }
    },
    "pickupLocation": {
      "id": "a252c224-149",
      "pickupAddress": {
        "addressHouse": "294",
        "addressStreet": "Adolph Corners",
        "city": "West Herbert",
        "country": "Be",
        "name1": "Fritsch, Mohr and McClure",
        "name2": "O'Kon, Boyle and Hackett",
        "postalCode": "75614",
        "state": "New York"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2026-01-21T00:00:00.0Z",
          "shipment": {
            "customerReference": "Fv2fIBBE",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "7800",
                  "addressStreet": "South Drive",
                  "city": "New Erickfurt",
                  "country": "Af",
                  "name1": "Brekke - Sporer",
                  "name2": "Lueilwitz - Batz",
                  "postalCode": "75901-0",
                  "state": "South Dakota"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "dW2ktsv1t3q8",
            "size": "L",
            "transportationType": "ROLLBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2025-07-17T00:00:00.0Z",
            "state": "PICKED_UP"
          }
        },
        {
          "orderDate": "2026-05-30T00:00:00.0Z",
          "shipment": {
            "customerReference": "j0qtM4Mh",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "7832",
                  "addressStreet": "Armstrong Crossing",
                  "city": "Carson",
                  "country": "Om",
                  "name1": "Mosciski LLC",
                  "name2": "Bode - Grimes",
                  "postalCode": "42097",
                  "state": "Washington"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "rkGZfeW7UruA",
            "size": "M",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2025-12-20T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2025-11-08T00:00:00.0Z",
          "shipment": {
            "customerReference": "ZDAfB3zG",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "516",
                  "addressStreet": "Ward Manor",
                  "city": "Bartlett",
                  "country": "Su",
                  "name1": "Rogahn LLC",
                  "name2": "Auer Group",
                  "postalCode": "90786-1",
                  "state": "Ohio"
                }
              }
            },
            "replacement": false,
            "shipmentNo": "QYSwQ10D9wpn",
            "size": "M",
            "transportationType": "SPERRGUT"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-03T00:00:00.0Z",
            "responseTime": "2025-10-28T00:00:00.0Z",
            "state": "BOOKED"
          }
        }
      ]
    }
  },
  {
    "businessHours": [
      {
        "timeFrom": "10:00",
        "timeUntil": "18:00"
      },
      {
        "timeFrom": "10:00",
        "timeUntil": "17:00"
      },
      {
        "timeFrom": "09:00",
        "timeUntil": "16:00"
      }
    ],
    "contactPerson": [
      {
        "email": "Marcelo.Rath71@yahoo.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": false
        },
        "name": "Dustin Prohaska",
        "phone": "+19723776076"
      },
      {
        "email": "Telly_Pfannerstill@yahoo.com",
        "emailNotification": {
          "sendPickupConfirmationEmail": false,
          "sendPickupTimeWindowEmail": true
        },
        "name": "Bennie Schoen",
        "phone": "+13063170697"
      }
    ],
    "customerDetails": {
      "accountNumber": "7589455973",
      "billingNumber": "3"
    },
    "feedback": "PICKUP_TOO_LATE",
    "orderDetails": {
      "orderID": "62d7d625-5a0d-42e4-a6e1-0b0c06b8",
      "orderState": "ANGENOMMEN"
    },
    "pickupDetails": {
      "comment": "Gate code 1234",
      "pickupDate": {
        "type": "ASAP"
      },
      "totalWeight": {
        "uom": "g",
        "value": 13.73
      }
    },
    "pickupLocation": {
      "id": "315624d2-28e",
      "pickupAddress": {
        "addressHouse": "95720",
        "addressStreet": "Warren Close",
        "city": "Josianneboro",
        "country": "Ir",
        "name1": "Steuber LLC",
        "name2": "Block Inc",
        "postalCode": "78341",
        "state": "New York"
      }
    },
    "shipmentDetails": {
      "shipments": [
        {
          "orderDate": "2025-12-19T00:00:00.0Z",
          "shipment": {
            "customerReference": "XrTlBJJb",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "85533",
                  "addressStreet": "Northfield Road",
                  "city": "Towson",
                  "country": "Pa",
                  "name1": "Hamill - Jacobs",
                  "name2": "Williamson, Koelpin and D'Amore",
                  "postalCode": "65445",
                  "state": "Alaska"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "ZZ7wvX3bRg66",
            "size": "M",
            "transportationType": "PALETTEN"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-02T00:00:00.0Z",
            "responseTime": "2025-10-15T00:00:00.0Z",
            "state": "BOOKED"
          }
        },
        {
          "orderDate": "2026-05-02T00:00:00.0Z",
          "shipment": {
            "customerReference": "1WuoxlBv",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Bulky item"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "23116",
                  "addressStreet": "W Monroe Street",
                  "city": "Josetown",
                  "country": "It",
                  "name1": "Franecki and Sons",
                  "name2": "Jast LLC",
                  "postalCode": "45609",
                  "state": "Louisiana"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "tHyVE4zvkewL",
            "size": "S",
            "transportationType": "WECHSELBEHAELTER"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2026-02-16T00:00:00.0Z",
            "state": "PICKED_UP"
          }
        },
        {
          "orderDate": "2026-06-30T00:00:00.0Z",
          "shipment": {
            "customerReference": "aSSnFS9l",
            "pickupServices": {
              "bulkyGood": {
                "comment": "Requires 2 people"
              },
              "printLabel": {
                "consignee": {
                  "addressHouse": "280",
                  "addressStreet": "Murray Greens",
                  "city": "East Audiefort",
                  "country": "Vi",
                  "name1": "Howell, McLaughlin and Runte",
                  "name2": "Yost, Hills and Sporer",
                  "postalCode": "84527",
                  "state": "North Dakota"
                }
              }
            },
            "replacement": true,
            "shipmentNo": "nlQD4efF3eWF",
            "size": "M",
            "transportationType": "PALETTEN"
          },
          "shipmentState": {
            "actualPickupDate": "2026-07-04T00:00:00.0Z",
            "responseTime": "2025-09-26T00:00:00.0Z",
            "state": "FAILED"
          }
        }
      ]
    }
  }
]
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Locations

Query Parameter NameExample
postalCode99522-5
[
  {
    "id": "61329b6b-ce7",
    "pickupAddress": {
      "addressHouse": "618",
      "addressStreet": "Broad Lane",
      "city": "New Adrian",
      "country": "Ma",
      "name1": "Lebsack - Ward",
      "name2": "Hackett - Padberg",
      "postalCode": "39664-2",
      "state": "Minnesota"
    }
  },
  {
    "id": "f4fba36c-8a8",
    "pickupAddress": {
      "addressHouse": "31131",
      "addressStreet": "Pearl Street",
      "city": "Oakland Park",
      "country": "Uk",
      "name1": "Mayer - Abernathy",
      "name2": "Lehner - Hermiston",
      "postalCode": "60096-2",
      "state": "Utah"
    }
  },
  {
    "id": "87c10ab5-04e",
    "pickupAddress": {
      "addressHouse": "4463",
      "addressStreet": "Russell Mountains",
      "city": "New Audreanneburgh",
      "country": "Si",
      "name1": "Torphy - O'Hara",
      "name2": "Rice - Kuhn",
      "postalCode": "58152-7",
      "state": "New York"
    }
  },
  {
    "id": "d81cc860-518",
    "pickupAddress": {
      "addressHouse": "740",
      "addressStreet": "Haag View",
      "city": "Lake Newton",
      "country": "De",
      "name1": "Morissette, Bernhard and MacGyver",
      "name2": "Fay - Upton",
      "postalCode": "84245",
      "state": "Minnesota"
    }
  },
  {
    "id": "944f2a5d-340",
    "pickupAddress": {
      "addressHouse": "3090",
      "addressStreet": "Ritchie Ridge",
      "city": "Wizaview",
      "country": "So",
      "name1": "Moen - Hegmann",
      "name2": "Daniel - Jenkins",
      "postalCode": "54981",
      "state": "Colorado"
    }
  },
  {
    "id": "b9497eec-196",
    "pickupAddress": {
      "addressHouse": "77263",
      "addressStreet": "Gloucester Road",
      "city": "Charleyland",
      "country": "Sw",
      "name1": "Ebert - Becker",
      "name2": "Yost, Goldner and Becker",
      "postalCode": "54538-7",
      "state": "Kansas"
    }
  },
  {
    "id": "23beacfe-d56",
    "pickupAddress": {
      "addressHouse": "807",
      "addressStreet": "Lind Mount",
      "city": "South Marietta",
      "country": "So",
      "name1": "Gutkowski LLC",
      "name2": "Lubowitz, Wyman and Conroy",
      "postalCode": "37168-9",
      "state": "North Dakota"
    }
  },
  {
    "id": "cb4b5ab0-2d8",
    "pickupAddress": {
      "addressHouse": "76244",
      "addressStreet": "Delilah Lights",
      "city": "New Stewart",
      "country": "Ma",
      "name1": "Emmerich, Feeney and Feeney",
      "name2": "Casper Inc",
      "postalCode": "83856-7",
      "state": "Wisconsin"
    }
  },
  {
    "id": "de09562d-ede",
    "pickupAddress": {
      "addressHouse": "126",
      "addressStreet": "Jo Plain",
      "city": "North Kelsieworth",
      "country": "In",
      "name1": "Friesen - Kemmer",
      "name2": "Hintz, Hessel and Kunde",
      "postalCode": "48917-7",
      "state": "Florida"
    }
  },
  {
    "id": "73ab67d4-a68",
    "pickupAddress": {
      "addressHouse": "898",
      "addressStreet": "Alfred Street",
      "city": "Daughertyboro",
      "country": "Ca",
      "name1": "Kuhlman, Anderson and Kreiger",
      "name2": "Ondricka - Cummings",
      "postalCode": "16647",
      "state": "Alabama"
    }
  }
]
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.