1. AddRecord
URL: https://company.ivinex.com/API/AddRecord.php
Extra Parameters:
- TabID – ID of the Tab from which to get records (required)
- AlwaysLookupValues – (optional) Set to 1 or 0 (default 0). This is for certain field types (collection_id, select, radio, user).
- This behaves as follows:
- 0: If the value is an integer, the system will assume this is an ID> Otherwise the system will attempt to look up the ID based on the text passed in.
- 1: The system will always lookup the ID based on the text passed in.
- This behaves as follows:
Post Parameters:
A post parameter for each field that you would like to set in the record. None of the fields are required.
- Examples:
Post String:
&first_name= Craig&last_name=Austin
Assuming the contact TabID = 1000, This will create a contact record with the first name of “Craig” and the last name of “Austin”
Returned: An XML string with the following format