{
  "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"
      }
    ],
    "locations": [
      {
        "taxZoneId": 0,
        "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"
          }
        ],
        "contacts": [
          {
            "id": 0,
            "type": {},
            "value": "string",
            "memo": "string"
          }
        ]
      }
    ],
    "contacts": [
      {
        "id": 0,
        "type": {},
        "value": "string",
        "memo": "string"
      }
    ]
  }
}