'''Field List''' - companies.*
No parameters are needed to retrieve metadata.<br />
====Get Metadata from Contacts====
<!--63342 - SmartConnect API - metadata option to include Orgs/Contacts-->
'''Field List''' - contacts.*
No parameters are needed to retrieve metadata.
===Update===
====Update====
[[File:APIFunctionSample6a.PNG|800px]]
<u>'''<span class="single_linebreak" style="background-color: lightgray;">¶</u> Sample 1B'''</span> Sample 1B<br/>
'''Description''' - Update existing organization record<br />
'''Mandatory fields''' to update existing record:<br/>
'''Action Type ''' - Update<br />
'''Field List''' - sf_User ID;;sf_Last Name;;sf_First Name;;sf_Prefix;;sf_Suffix;;sf_Title;;sf_Phone;;sf_Email;;sf_Company ID;;sf_Title;;sf_Is External;;sf_Role ID List<br />
<u>'''Sample 2A'''</u><br/>
'''Description''' - To create two new user record<br/>
'''recordid''' - to create new record, recordid should be '0'<br/>
'''sf_Parent Company ID''' - is the company holder or the parent company for the organization to be added.<br/>
'''sf_Is External''' - either "1" for external and "0" for internal organization <br/>'''sf_Role ID List''' - [[Category:Roles|role]] of a user<br/>
--Begin custom parameter --<br />
'''Description''' - To update last name of existing user records<br />
'''Mandatory fields''' to update records:<br/>
'''recordid''' - is the [[Determining_the_userid|User ID]] of existing user.<br/>
--Begin custom parameter --<br />
[[File:APIFunctionSample6c.PNG|800px]]
====Update Multiple Addresses====