Direct Integration API icon

Direct Integration API

(0 reviews)

RelatedPerson

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "RelatedPerson": [
                    {
                        "Contact": {
                            "@x_Address": "aca611351c8b",
                            "@PreferredContact": "Email",
                            "@Email": "email@email.com",
                            "HomePhone": {
                                "@CountryCode": "64",
                                "@NewZealandDialingCode": "01",
                                "@Number": "78"
                            },
                            "WorkPhone": {
                                "@CountryCode": "64",
                                "@NewZealandDialingCode": "01",
                                "@Number": "78"
                            },
                            "Mobile": {
                                "@CountryCode": "64",
                                "@NewZealandDialingCode": "01",
                                "@Number": "78"
                            }
                        },
                        "PersonName": {
                            "@FirstName": "RP FirstName0",
                            "@Surname": "RP Surname0",
                            "@NameTitle": "Mr",
                            "@MiddleNames": "MiddleNames",
                            "@KnownAs": "KnownAs"
                        },
                        "@UniqueID": "uRelatedCompanyCP"
                    }
                ]
            }
        }
    }
}

Detailed description of each field:
Field NameDescriptionTypePathRequiredEnumerationsNote
RelatedPersonA person that is not an applicant but has a role in some aspect of the applicationarrayPackage.Content.Application.RelatedPerson
ContactContains contact details for the trust applicantobjectPackage.Content.Application.RelatedPerson.Contact
@x_AddressThe mailing address of the companystringPackage.Content.Application.RelatedPerson.Contact.x_Address
@PreferredContactThe preferred method for contacting this applicantstringPackage.Content.Application.RelatedPerson.Contact.PreferredContactYesEmail,Work Phone, Home Phone, Work Phone
@EmailAn email address for the truststringPackage.Content.Application.RelatedPerson.Contact.EmailYes,if preferedcontact is Email
HomePhoneA home phone number for the related partyobjectPackage.Content.Application.RelatedPerson.Contact.HomePhone
@CountryCodeCaptures the international dialing code for the country in which the fixed phone number is located, e.g. \"61\" for Australia. Maximum length is 3 digitsstringPackage.Content.Application.RelatedPerson.Contact.HomePhone.CountryCode64
@NewZealandDialingCodeThe Area Code prefix for a New Zealand telephone numberstringPackage.Content.Application.RelatedPerson.Contact.HomePhone.NewZealandDialingCode01, 011, 020, 021, 022, 023, 024, 025, 026, 027, 028, 029, 03, 04, 05, 050, 0508, 06, 07, 070, 08, 080, 0800, 09, 090, 1, 50
@NumberThe local-dial number. For local rate, free call, satellite or similar special non-overseas numbers where the area or dialing code is not otherwise available, the full phone number. Required, allowed once onlystringPackage.Content.Application.RelatedPerson.Contact.HomePhone.Number
MobileA mobile number for the related partyobjectPackage.Content.Application.RelatedPerson.Contact.Mobile
@CountryCodeCaptures the international dialing code for the country in which the fixed phone number is located, e.g. \"61\" for Australia. Maximum length is 3 digitsstringPackage.Content.Application.RelatedPerson.Contact.Mobile.CountryCode64
@NewZealandDialingCodeThe Area Code prefix for a New Zealand telephone numberstringPackage.Content.Application.RelatedPerson.Contact.Mobile.NewZealandDialingCode01, 011, 020, 021, 022, 023, 024, 025, 026, 027, 028, 029, 03, 04, 05, 050, 0508, 06, 07, 070, 08, 080, 0800, 09, 090, 1, 50
@NumberThe local-dial number. For local rate, free call, satellite or similar special non-overseas numbers where the area or dialing code is not otherwise available, the full phone number. Required, allowed once onlystringPackage.Content.Application.RelatedPerson.Contact.Mobile.NumberYes
WorkPhoneA work phone number for the related partyobjectPackage.Content.Application.RelatedPerson.Contact.WorkPhone
@CountryCodeCaptures the international dialing code for the country in which the fixed phone number is located, e.g. \"61\" for Australia. Maximum length is 3 digitsstringPackage.Content.Application.RelatedPerson.Contact.WorkPhone.CountryCode64
@NewZealandDialingCodeThe Area Code prefix for a New Zealand telephone numberstringPackage.Content.Application.RelatedPerson.Contact.WorkPhone.NewZealandDialingCode01, 011, 020, 021, 022, 023, 024, 025, 026, 027, 028, 029, 03, 04, 05, 050, 0508, 06, 07, 070, 08, 080, 0800, 09, 090, 1, 50
@NumberThe local-dial number. For local rate, free call, satellite or similar special non-overseas numbers where the area or dialing code is not otherwise available, the full phone number. Required, allowed once onlystringPackage.Content.Application.RelatedPerson.Contact.WorkPhone.Number
ContactPersonContains information for the contact person for the trustobjectPackage.Content.Application.RelatedPerson.Contact.ContactPerson
@x_ContactPersonA contact person for the truststringPackage.Content.Application.RelatedPerson.Contact.ContactPerson.x_ContactPersonYes
PersonNameThe name of the person applicantobjectPackage.Content.Application.RelatedPerson.PersonName
@NameTitleThe name title this person uses when they are formally addressedstringPackage.Content.Application.RelatedPerson.PersonName.NameTitleYes
@FirstNameA person's first namestringPackage.Content.Application.RelatedPerson.PersonName.FirstNameYes
@MiddleNamesA person's other name. Also referred to as their 'middle name'. For example - where someone's name is Frederick Joseph Gilbert - 'Joseph' would be considered their other namestringPackage.Content.Application.RelatedPerson.PersonName.MiddleNames
@SurnameA person's surnamestringPackage.Content.Application.RelatedPerson.PersonName.SurnameYes
@KnownAsThe familiar name, nickname or preferred name by which the person wishes to be knownstringPackage.Content.Application.RelatedPerson.PersonName.KnownAs
@UniqueIDSystem assigned unique identifierstringPackage.Content.Application.RelatedPerson.UniqueIDYes

Reviews