Developer API

Update Record (Lead/Client)

Purpose

You can use the updateRecord method to update records into the required Credit Repair Cloud Lead/Client Module.

Important: Use the POST method to pass these parameters instead of GET method.

You have to pass the xmlData as a POST parameter.

Request URL
XML Format:

https://app.creditrepaircloud.com/api/lead/updateRecord?apiauthkey=yourapikey&secretkey=yoursecretkey&xmlData=yourxmldata

Examples
XML Data:

XMLDATA sample:

Request Parameters

Parameter
Data Type
Description
apiauthkey *
String
Encrypted alphanumeric string to authenticate your Credit repair cloud credentials.
secretkey *
String
Encrypted alphanumeric string to authenticate your Credit repair cloud credentials.
xmlData *
String
This is an XML string and the format should be in XML format.
type *
String

Client status type should be in string format as per below.

Client
Lead
Lead/Inactive
Inactive
Suspended

Note: To add your own custom status. pls login and go to
https://app.creditrepaircloud.com/mycompany/clientstatus
and Copy status name in xml

firstname *
String
First name should be in string format.
lastname *
String
Last name should be in string format.
middlename
String
Middle name should be in string format.
suffix
String
Suffix should be in string format.
email
Email
Email should be in email format.
phone_home
Integer
Home Phone should be in 10 digit number format.
phone_work
Integer
Work Phone should be in 10 digit number format.
phone_mobile
Integer
Mobile Phone format should be in (999) 999-9999
street_address
String
Street Address should be in string format.
city
String
City should be in string format.
state
String
State should be in string format.
post_code
Integer
Post code should be in number format.
ssno
Integer
Social Security no.should be in 4 digit number format.
birth_date
Date
Birth date should be in in mm/dd/yyyy format.
memo
String
Memo should be in string format.
previous_mailing_address
String
Previous mailing address should be in string format. Previous mailing address (only if at current mailing address for less than 2 years)
previous_city
String
Previous City should be in string format.
previous_state
String
State should be in string format.
previous_zip
Integer
Previous zip should be in number format.
client_assigned_to
String
Name of team members with comma separator for assing team members to client.
Note: Pls login and go to
https://app.creditrepaircloud.com/mycompany/team
and Copy team member name in xml
referred_by_firstname
String
Referred by first name should be in string format.
referred_by_lastname
String
Referred by last name should be in string format.
referred_by_email
Email
Email should be in email format.

* - Mandatory parameter