| All Verbs | /accounts/add |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApiToken | query | string | No | |
| AccountNumber | query | string | No | |
| ClientName | query | string | No | |
| ClientClaimNumber | query | string | No | |
| AccountType | query | string | No | |
| Status | query | string | No | |
| Note | query | string | No | |
| LastUpdatedDate | query | string | No | |
| DateOfFirstDelinquency | query | string | No | |
| CreditorName | query | string | No | |
| DebtorFirstName | query | string | No | |
| DebtorMiddleName | query | string | No | |
| DebtorLastName | query | string | No | |
| DebtorPrefix | query | string | No | |
| DebtorAddressOne | query | string | No | |
| DebtorAddressTwo | query | string | No | |
| DebtorCity | query | string | No | |
| DebtorState | query | string | No | |
| DebtorZip | query | string | No | |
| DebtorSsn | query | string | No | |
| DebtorDob | query | string | No | |
| DebtorPhone | query | string | No | |
| DebtorPhoneVoiceConsentType | query | string | No | |
| DebtorPhoneSmsConsentType | query | string | No | |
| DebtorCellPhone | query | string | No | |
| DebtorCellVoiceConsentType | query | string | No | |
| DebtorCellSmsConsentType | query | string | No | |
| DebtorEmail | query | string | No | |
| DebtorEmailConsentType | query | string | No | |
| DebtorEmployerName | query | string | No | |
| DebtorEmployerPhone | query | string | No | |
| DebtorIsCompany | query | bool | No | |
| DebtorCompanyContact | query | string | No | |
| DebtorCompanyContactTitle | query | string | No | |
| DebtorCompanyName | query | string | No | |
| CoDebtorFirstName | query | string | No | |
| CoDebtorMiddleName | query | string | No | |
| CoDebtorLastName | query | string | No | |
| CoDebtorAddressOne | query | string | No | |
| CoDebtorAddressTwo | query | string | No | |
| CoDebtorCity | query | string | No | |
| CoDebtorState | query | string | No | |
| CoDebtorZip | query | string | No | |
| CoDebtorSsn | query | string | No | |
| CoDebtorDob | query | string | No | |
| CoDebtorPhone | query | string | No | |
| CoDebtorCellPhone | query | string | No | |
| CoDebtorEmail | query | string | No | |
| CoDebtorEmployerName | query | string | No | |
| CoDebtorEmployerPhone | query | string | No | |
| CoDebtorIsCompany | query | bool | No | |
| CoDebtorCompanyContact | query | string | No | |
| CoDebtorCompanyContactTitle | query | string | No | |
| CoDebtorCompanyName | query | string | No | |
| OriginalAmount | query | decimal | No | |
| InterestRate | query | string | No | |
| InterestStartDate | query | string | No | |
| AccountCustomFields | query | List<AccountCustomField> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| FieldName | form | string | No | |
| FieldValue | form | string | No | |
| TableColumnName | form | string | No | |
| DataType | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Status | form | string | No | |
| Message | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /accounts/add HTTP/1.1
Host: app.simplicitycollect.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
ApiToken: String,
AccountNumber: String,
ClientName: String,
ClientClaimNumber: String,
AccountType: String,
Status: String,
Note: String,
LastUpdatedDate: String,
DateOfFirstDelinquency: String,
CreditorName: String,
DebtorFirstName: String,
DebtorMiddleName: String,
DebtorLastName: String,
DebtorPrefix: String,
DebtorAddressOne: String,
DebtorAddressTwo: String,
DebtorCity: String,
DebtorState: String,
DebtorZip: String,
DebtorSsn: String,
DebtorDob: String,
DebtorPhone: String,
DebtorPhoneVoiceConsentType: String,
DebtorPhoneSmsConsentType: String,
DebtorCellPhone: String,
DebtorCellVoiceConsentType: String,
DebtorCellSmsConsentType: String,
DebtorEmail: String,
DebtorEmailConsentType: String,
DebtorEmployerName: String,
DebtorEmployerPhone: String,
DebtorIsCompany: False,
DebtorCompanyContact: String,
DebtorCompanyContactTitle: String,
DebtorCompanyName: String,
CoDebtorFirstName: String,
CoDebtorMiddleName: String,
CoDebtorLastName: String,
CoDebtorAddressOne: String,
CoDebtorAddressTwo: String,
CoDebtorCity: String,
CoDebtorState: String,
CoDebtorZip: String,
CoDebtorSsn: String,
CoDebtorDob: String,
CoDebtorPhone: String,
CoDebtorCellPhone: String,
CoDebtorEmail: String,
CoDebtorEmployerName: String,
CoDebtorEmployerPhone: String,
CoDebtorIsCompany: False,
CoDebtorCompanyContact: String,
CoDebtorCompanyContactTitle: String,
CoDebtorCompanyName: String,
OriginalAmount: 0,
InterestRate: String,
InterestStartDate: String,
AccountCustomFields:
[
{
Id: String,
FieldName: String,
FieldValue: String,
TableColumnName: String,
DataType: String
}
]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Status: String,
Message: String
}