====Update====
=====Create/Update organization record=====
'''Function Name''' - 3.05.1.1 Create/update organization record<br />
'''Description''' - Create new records or update existing organization<br />
'''Object Type''' - Company<br />
'''Action Type ''' - update<br />
'''Field List''' - sf_Name;;sf_Is External;;sf_Parent Company ID;;sf_Address;;sf_Address 2;;sf_City;;sf_State / Province;;sf_Zip / Postal Code;;sf_Country;;cf_EIN Number;;cf_1523156;;sf_Category ID List<br />
<u>'''Sample 5A'''</u><br/>
'''Description''' - Create new organization record<br />
--Begin custom parameter --<br />
jsonrset : [{"recordid":"0","sf_Parent Company ID":"826082","sf_Is External":"1","sf_Name":"Test 1 Company","sf_Country":"10","sf_Address":"111 Peter Street","sf_City":"Toronto","sf_State / Province":"ON","cf_EIN Number":"101010101"}]<br />
--End custom parameter--<br />
[[File:APIFunctionSample6a.PNG|800px]]
<u>'''Sample 5B'''</u><br/>
'''Description''' - Update existing organization record<br />
--Begin custom parameter --<br />
jsonrset : [{"recordid":"1688403","sf_Name":"Change Company thru API"}]<br />
--End custom parameter--<br />
[[File:APIFunctionSample6b.PNG|800px]]
=====Create/Update User record=====