Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.33 KB

ContactinformationsRequestCompound.md

File metadata and controls

20 lines (12 loc) · 1.33 KB

ContactinformationsRequestCompound

Properties

Name Type Description Notes
iAddressDefault Integer The index in the a_objAddress array (zero based index) representing the Address object that should become the default one. You can leave the value to 0 if the array is empty.
iPhoneDefault Integer The index in the a_objPhone array (zero based index) representing the Phone object that should become the default one. You can leave the value to 0 if the array is empty.
iEmailDefault Integer The index in the a_objEmail array (zero based index) representing the Email object that should become the default one. You can leave the value to 0 if the array is empty.
iWebsiteDefault Integer The index in the a_objWebsite array (zero based index) representing the Website object that should become the default one. You can leave the value to 0 if the array is empty.
aObjAddress List<AddressRequestCompound>
aObjPhone List<PhoneRequestCompound>
aObjEmail List<EmailRequestCompound>
aObjWebsite List<WebsiteRequestCompound>