Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.31 KB

ContactinformationsRequestCompound.md

File metadata and controls

16 lines (12 loc) · 1.31 KB

EZmaxApiDefinitionFull.ContactinformationsRequestCompound

Properties

Name Type Description Notes
iAddressDefault Number 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 Number 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 Number 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 Number 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.
a_objAddress [AddressRequestCompound]
a_objPhone [PhoneRequestCompound]
a_objEmail [EmailRequestCompound]
a_objWebsite [WebsiteRequestCompound]