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