Skip to content

Files

Latest commit

Ian LordIan Lord
Ian Lord
and
Ian Lord
Feb 3, 2021
6800258 · Feb 3, 2021

History

History
18 lines (13 loc) · 1.22 KB

ContactinformationsRequest.md

File metadata and controls

18 lines (13 loc) · 1.22 KB

EzmaxApi::Object::ContactinformationsRequest

Load the model package

use EzmaxApi::Object::ContactinformationsRequest;

Properties

Name Type Description Notes
i_address_default int 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.
i_phone_default int 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.
i_email_default int 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.
i_website_default int 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.

[Back to Model list] [Back to API list] [Back to README]