GET api/PersonalInfo/GetAdressesByEntityId?entityId={entityId}

Api to get addresses corresponding to entity id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityId

integer

Required

Body Parameters

None.

Response Information

Resource Description

PersonalInfoResponse
NameDescriptionTypeAdditional information
Id

integer

None.

MemberId

integer

None.

FirstName

string

None.

LastName

string

None.

MiddleName

string

None.

Email

string

None.

DateOfBirth

date

None.

Age

integer

None.

Relationship

CodesResponse

None.

MaritalStatus

CodesResponse

None.

Gender

CodesResponse

None.

Citizenship

CountryInfo

None.

Nationality

CountryInfo

None.

CountryOfResidence

CountryInfo

None.

HomeAddress

AddressResponse

None.

MailingAddress

AddressResponse

None.

PhoneNumbers

Collection of PhoneResponse

None.

IndividualId

string

None.

MembershipNumber

string

None.

PrimaryMemberInfo

PrimaryMemberData

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.