123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "data": {
- "type": "shipment",
- "id": "00000000-5000-0005-0000-000000000000",
- "attributes": {
- "pickupAt": "2017-06-01T11:11:11+02:00",
- "fulfill": {
- "carrierBooking": {
- "shippingTaxInclusiveCharge": {
- "amount": 2.75,
- "currency": "GBP"
- },
- "trackingReference": "6666666666666666",
- "bookingReference": "6666666666666666",
- "carrierName": "carrier-integration-huxloe-hermes",
- "integrationId": "carrier-integration-huxloe-hermes",
- "configurationId": "00000000-5005-5005-0000-000000000000",
- "integrationServiceId": "H24",
- "serviceName": "H24"
- }
- },
- "selectedService": {
- "service": "H24",
- "configurationId": "00000000-5005-5005-0000-000000000000"
- },
- "orderId": "00000000-3000-0003-0000-000000000000",
- "origin": {
- "address": {
- "countryCode": "GB",
- "postalCode": "XY1Z 2AB",
- "locality": "London",
- "dependentLocality": "Holborn",
- "administrativeArea": "Greater London",
- "lines": [
- "1 Foo Square"
- ],
- "type": "business"
- },
- "contact": {
- "organisationName": "Temando UK",
- "phoneNumber": "0800",
- "personLastName": "Aßmann",
- "personFirstName": "Christoph",
- "email": "christoph.assmann@netresearch.de"
- },
- "name": "Temando UK",
- "type": "Store"
- },
- "destination": {
- "address": {
- "countryCode": "GB",
- "postalCode": "AB99 1CD",
- "locality": "London",
- "administrativeArea": "London",
- "lines": [
- "4/5 Foo Road"
- ],
- "type": "business"
- },
- "contact": {
- "organisationName": "Foo Studios",
- "phoneNumber": "0800",
- "personLastName": "Ertner",
- "personFirstName": "Sebastian",
- "email": "sebastian.ertner@netresearch.de"
- }
- },
- "documentation": [
- {
- "size": "A4",
- "mimeType": "application/pdf",
- "type": "packageLabel",
- "url": "https://example.com/documents/packageLabels-1234"
- }
- ],
- "packages": [
- {
- "trackingReference": "6666666666666666",
- "grossWeight": {
- "unit": "kg",
- "value": 0.8
- },
- "documentation": [
- {
- "description": "Package Label",
- "size": "A6",
- "id": "shipments/00000000-5000-0005-0000-000000000000/documents/packageLabels-4321",
- "mimeType": "application/pdf",
- "encoding": "base64",
- "type": "packageLabels",
- "url": "https://example.com/documents/packageLabels-4321"
- }
- ],
- "id": "1",
- "dimensions": {
- "unit": "cm",
- "length": 20,
- "width": 15,
- "height": 10
- }
- }
- ],
- "capabilities": {
- "authorityToLeave": false,
- "signature": {
- "required": true
- }
- },
- "status":"fulfilled"
- },
- "meta":{"isCancelable":true}
- }
- }
|