[
    {
        "shipmentNumber": "string",
        "productType": "string",
        "productTypeChanged": true,
        "note": "string",
        "depot": "string",
        "integratorId": 0,
        "lastUpdateDate": "2019-08-24T14:15:22Z",
        "shipmentState": "None",
        "shipmentSet": {
            "masterShipmentNumber": "string",
            "shipmentsInSet": 0,
            "shipmentInSetNumber": 0
        },
        "sender": {
            "name": "string",
            "name2": "string",
            "street": "string",
            "city": "string",
            "zipCode": "string",
            "country": "string",
            "contact": "string",
            "phone": "string",
            "email": "string"
        },
        "recipient": {
            "name": "string",
            "name2": "string",
            "street": "string",
            "city": "string",
            "zipCode": "string",
            "country": "string",
            "contact": "string",
            "phone": "string",
            "email": "string"
        },
        "specificDelivery": {
            "specificDeliveryDate": "2019-08-24T14:15:22Z",
            "specificDeliveryTimeFrom": "string",
            "specificDeliveryTimeTo": "string",
            "specificTakeDate": "2019-08-24T14:15:22Z",
            "specificTakeTimeFrom": "string",
            "specificTakeTimeTo": "string",
            "accessPointCode": "string"
        },
        "externalNumbers": [
            {
                "externalNumber": "string",
                "code": "string"
            }
        ],
        "services": [
            {
                "additionalParameters": [
                    {
                        "type": "string",
                        "reference": "string"
                    }
                ],
                "code": "string",
                "price": 0,
                "priceCurrency": "string"
            }
        ],
        "trackAndTrace": {
            "externalShipmentId": "string",
            "partnerUrl": "string",
            "lastEventCode": "string",
            "lastEventDate": "2019-08-24T14:15:22Z",
            "lastEventName": "string",
            "events": [
                {
                    "statusId": 0,
                    "code": "string",
                    "phase": "string",
                    "group": "string",
                    "eventDate": "2019-08-24T14:15:22Z",
                    "name": "string",
                    "gpsLatitude": 0,
                    "gpsLongitude": 0
                }
            ]
        },
        "shipmentWeightInfo": {
            "weight": 0,
            "weighedDate": "2019-08-24T14:15:22Z"
        },
        "paymentInfo": {
            "paidByCard": true,
            "codPaidDate": "2019-08-24T14:15:22Z",
            "invoiceNumber": "string",
            "bankAccount": "string",
            "bankCode": "string",
            "codBankStatementDate": "2019-08-24T14:15:22Z",
            "codCurrency": "string",
            "codPaymentAccDate": "2019-08-24T14:15:22Z",
            "codPrice": 0,
            "codVariableSymbol": "string",
            "specificSymbol": "string"
        },
        "deliveryFeature": {
            "loadDate": "2019-08-24T14:15:22Z",
            "delivDate": "2019-08-24T14:15:22Z",
            "delivPerson": "string",
            "notDelivDate": "2019-08-24T14:15:22Z",
            "outDepDate": "2019-08-24T14:15:22Z",
            "hubDate": "2019-08-24T14:15:22Z",
            "deliveryToAccessPoint": true
        },
        "backShipmentFeature": {
            "backDate": "2019-08-24T14:15:22Z"
        },
        "dormantShipmentFeature": {
            "dormantShipmentNumber": "string",
            "dormantShipmentNumberActive": true
        },
        "accessPointFeature": {
            "accessPointDaysInStorage": 0,
            "accessPointDaysInStorageRemain": 0,
            "accessPointHoursInStorageRemain": 0
        },
        "routingFeature": {
            "routingNumber": "string"
        }
    }
]