4. UpdateRecord
URL: https://company.ivinex.com/API/UpdateRecord.php
Extra Parameters:
- TabID – ID of the Tab from which to add a record (required)
- RecordID – ID of the Record to Update (required)
Post Parameters:
A post parameter for each field that you would like to set in the record. None of the fields are required.
- Examples:
- https://company.ivinex.com/API/UpdateRecord.php?UserName=user&Password=password&TabID=1000&RecordID=101
Post String:
&first_name= Craig&last_name=Austin
Assuming the contact TabID = 1000, This will update contact record 101 setting the first name to “Craig” and the last name to “Austin”
Returned: An XML string with the following format
1
2
3
|
|