Developer API

Update Record (Affiliate)

Purpose

You can use the updateRecord method to update records into the required Credit Repair Cloud Affiliate 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/affiliate/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

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

Active
Inactive
Pending

firstname *
String
First name should be in string format.
lastname *
String
Last name should be in string format.
gender
String
Gender should be Male or Female.
company
String
Company name should be in string format.
company_url
String
Company URL should be in url format.
email *
Email
Email should be in email format.
phone *
Integer
Phone should be in 10 digit number format.
phone_ext
Integer
Phone extension should be upto 10 digit number format.
alternate_phone
Integer
Alternate phone should be in 10 digit number format.
mailing_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.
internal_note
String
Internal note should be in string format.

* - Mandatory parameter