{
  "data": {
    "Id": "bd90b45c-7b92-4e10-84e8-efef27090697",
    "Status": "OK",
    "ProviderName": "Acme Corp",
    "DateTimeUTC": "/Date(1650000000000)/",
    "pagination": {
      "page": 1,
      "pageSize": 100,
      "pageCount": 2,
      "itemCount": 150
    },
    "Contacts": [
      {
        "ContactID": "a4c2f1e8-3d56-4b91-9f07-2e8a1c6d5b34",
        "ContactStatus": "ACTIVE",
        "Name": "Jane Smith",
        "EmailAddress": "jane.smith@widgetco.com",
        "Addresses": [
          {
            "AddressType": "POBOX"
          },
          {
            "AddressType": "STREET",
            "AddressLine1": "123 Main St",
            "City": "Portland",
            "Region": "OR",
            "PostalCode": "97201",
            "Country": "US"
          }
        ],
        "Phones": [
          {
            "PhoneType": "DDI"
          },
          {
            "PhoneType": "DEFAULT",
            "PhoneNumber": "503-555-0142"
          },
          {
            "PhoneType": "FAX"
          },
          {
            "PhoneType": "MOBILE",
            "PhoneNumber": "503-555-0198"
          }
        ],
        "UpdatedDateUTC": "/Date(1650000123456+0000)/",
        "ContactGroups": [],
        "IsSupplier": false,
        "IsCustomer": true,
        "ContactPersons": [],
        "HasAttachments": false,
        "HasValidationErrors": false
      }
    ]
  }
}