{
  "data": {
    "id": 0,
    "customerId": 0,
    "active": true,
    "name": "string",
    "address": {
      "street": "string",
      "unit": "string",
      "city": "string",
      "state": "string",
      "zip": "string",
      "country": "string",
      "latitude": 0,
      "longitude": 0
    },
    "customFields": [
      {
        "typeId": 0,
        "name": "string",
        "value": "string"
      }
    ],
    "createdOn": "string",
    "createdById": 0,
    "modifiedOn": "string",
    "mergedToId": 0,
    "zoneId": 0,
    "tagTypeIds": [
      0
    ],
    "externalData": [
      {
        "key": "string",
        "value": "string"
      }
    ],
    "taxZoneId": 0,
    "contacts": [
      {
        "id": 0,
        "type": {},
        "value": "string",
        "memo": "string"
      }
    ]
  }
}