back

Get record contacts

Scope: get_record_contacts
App Type: Citizen
Authorization Type: Access token
Url: /v3p/records/{recordId}/contacts
HTTP Method: GET

Response Information

application/json

{
    "result": [
        {
            "comment": "string",
            "startDate": "2014-01-01",
            "endDate": "2014-01-01",
            "suffix": "string",
            "primary": "string",
            "birthDate": "2014-01-01",
            "faxNumber": "string",
            "socialSecurityNumber": "string",
            "typeFlag": "string",
            "salutation": {
                "text": "string",
                "value": "string"
            },
            "federalEmployerId": "string",
            "phoneNumber1": "string",
            "id": "string",
            "title": "string",
            "recordId": {
                "serviceProviderCode": "string",
                "customId": "string",
                "id": "string",
                "trackingId": 12345678
            },
            "tradeName": "string",
            "type": {
                "text": "string",
                "value": "string"
            },
            "email": "string",
            "postOfficeBox": "string",
            "phone3CountryCode": "string",
            "phoneNumber3": "string",
            "phoneNumber2": "string",
            "faxCountryCode": "string",
            "businessName": "string",
            "referenceContactId": "string",
            "phone1CountryCode": "string",
            "phone2CountryCode": "string",
            "address": {
                "city": "string",
                "zip": "string",
                "country": {
                    "text": "string",
                    "value": "string"
                },
                "state": {
                    "text": "string",
                    "value": "string"
                },
                "addressLine2": "string",
                "addressLine3": "string",
                "addressLine1": "string",
                "postalCode": "string"
            },
            "fullName": "string",
            "firstName": "string",
            "gender": {
                "text": "string",
                "value": "string"
            },
            "middleName": "string",
            "lastName": "string",
            "relation": {
                "text": "string",
                "value": "string"
            },
            "preferredChannel": {
                "text": "string",
                "value": "string"
            }
        }
    ]
}