{
  "serviceId": 1,
  "shipmentDate": "2020-02-16",
  "addressTo": {
    "name": "Name of recipient",
    "contactPerson": "Contact for recipient",
    "country": "RO",
    "countyName": "Bucuresti",
    "localityName": "Bucuresti",
    "addressText": "adress text 10",
    "postalCode": "123456",
    "phone": "+40734123456",
    "email": "email@emailserver.com"
  },
  "payment": "sender",
  "content": {
    "envelopeCount": 0,
    "parcelsCount": 1,
    "palettesCount": 0,
    "totalWeight": 1,
    "contents": "t-shirt",
    "package": "box",
    "oversizedPackage": false,
    "parcels": [
      {
        "sequenceNo": 1,
        "size": {
          "width": 20,
          "height": 50,
          "length": 20
        },
        "weight": 1,
        "type": "parcel",
        "reference1": "invoice for order 222"
      }
    ]
  },
  "extra": {
    "bankRepaymentAmount": 50.25,
    "openPackage": true,
    "insuranceAmount": 100
  },
  "parameters": {
    "GetParcelsBarcodes": false
  },
  "externalClientLocation": "1",
  "externalOrderId": "212",
  "metadata": "extra data information",
  "sourceChannel": "ONLINE",
  "observation": "Call one hour before"
}