Overview
Creates a new Contact.
Request Arguments
| Name |
Type |
Description |
Required |
|
<record field>
|
<record field type>
|
The name value list of fields to populate.
|
True
|
Request
{
"first_name":"John",
"last_name":"Doe",
"email":[
{
"email_address":"abc@sugarcrm.com",
"primary_address":"1"
}
],
"portal_user_company_name":"ABC Inc.",
"portal_name":"pn1",
"portal_password":"asdf",
"portal_password1":"asdf",
}
Response Arguments
| Name |
Type |
Description |
|
<record field>
|
<record field type>
|
Returns a contact id string.
|
Response
"ecba9f86-4a4a-def6-359c-505a5b33f014"
Change Log
| Version |
Change |
|
v11_6
|
Added /Contacts/register?platform=portal POST endpoint.
|