Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.53 KB

File metadata and controls

28 lines (20 loc) · 1.53 KB

ContactinformationsResponseCompound

A Contactinformations Object

Properties

Name Type Description Notes
pkiContactinformationsID Integer The unique ID of the Contactinformations
fkiAddressIDDefault Integer The unique ID of the Address [optional]
fkiPhoneIDDefault Integer The unique ID of the Phone. [optional]
fkiEmailIDDefault Integer The unique ID of the Email [optional]
fkiWebsiteIDDefault Integer The unique ID of the Website Default [optional]
eContactinformationsType FieldEContactinformationsType
sContactinformationsUrl String The url of the Contactinformations [optional]
objAddressDefault AddressResponseCompound [optional]
objPhoneDefault PhoneResponseCompound [optional]
objEmailDefault EmailResponseCompound [optional]
objWebsiteDefault WebsiteResponseCompound [optional]
aObjAddress List<AddressResponseCompound>
aObjPhone List<PhoneResponseCompound>
aObjEmail List<EmailResponseCompound>
aObjWebsite List<WebsiteResponseCompound>