back

Get record owners

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

Response Information

application/json

{
    "result": [
        {
            "status": "string",
            "fax": "string",
            "primary": "string",
            "firstName": "string",
            "phone": "string",
            "recordId": {
                "serviceProviderCode": "string",
                "customId": "string",
                "id": "string",
                "trackingId": 12345678
            },
            "lastName": "string",
            "title": "string",
            "taxId": "string",
            "email": "string",
            "refOwnerId": 1234.56,
            "address": {
                "city": "string",
                "address1": "string",
                "address2": "string",
                "address3": "string",
                "state": {
                    "text": "string",
                    "value": "string"
                },
                "country": {
                    "text": "string",
                    "value": "string"
                },
                "postalCode": "string"
            },
            "postalCode": "string",
            "fullName": "string",
            "mailPostalCode": "string",
            "mailAddress": {
                "city": "string",
                "address1": "string",
                "address2": "string",
                "address3": "string",
                "state": {
                    "text": "string",
                    "value": "string"
                },
                "country": {
                    "text": "string",
                    "value": "string"
                },
                "postalCode": "string"
            },
            "id": 12345678
        }
    ]
}