Ubiquity Accounts

List Accounts

get/ubiquity/data-furnishing/accounts/{config}
SecurityAuthorization Token
Request
path Parameters
config
required
string
Responses
200

Successful Get Account List Response

Request samples
Response samples
application/json
[
]

Create Account

post/ubiquity/data-furnishing/accounts/{config}
SecurityAuthorization Token
Request
path Parameters
config
required
string
Request Body schema: application/json
id
string
consumerId
string
accountNumber
string
accountType
string
Enum: "00" "01" "02" "03" "04" "05" "06" "07" "08" "10" "11" "12" "13" "15" "17" "18" "19" "20" "25" "26" "29" "37" "43" "47" "48" "50" "65" "66" "67" "68" "69" "70" "71" "72" "73" "74" "75" "77" "89" "90" "91" "92" "93" "95" "0A" "2A" "3A" "5A" "6A" "7A" "8A" "9A" "5B" "6B" "7B" "8B" "9B" "0C" "2C" "4D" "6D" "0F" "0G"
agencyAccountNumber
string
agencyIdentifier
string
created
string
creditLimit
string
creditorClassification
string
Enum: "01" "02" "03" "04" "05" "06" "07" "08" "09" "10" "11" "12" "13" "14" "15"
cycleIdentifier
string
dateClosed
string
dateOpened
string
ecoaCode
string
Enum: "1" "2" "3" "5" "7" "T" "X" "Z"
highCredit
string
identificationNumber
string
interestTypeIndicator
string
Enum: "" "F" "V"
min
string
originalCreditorName
string
portfolioType
string
Enum: "C" "I" "M" "O" "R"
purchasedFromSoldToIndicator
string
Enum: "1" "2" "9"
purchasedFromSoldToName
string
termsDuration
string
termsFrequency
string
Enum: "D" "P" "W" "B" "E" "M" "L" "Q" "T" "S" "Y"
Responses
200

Successful Create Account Response

Request samples
application/json
{
}
Response samples
application/json
{
}

Get Account

get/ubiquity/data-furnishing/accounts/{id}/{config}
SecurityAuthorization Token
Request
path Parameters
id
required
string
config
required
string
Responses
200

Successful Get Account By Id Response

Request samples
Response samples
application/json
{
}

Update Account

put/ubiquity/data-furnishing/accounts/{id}/{config}
SecurityAuthorization Token
Request
path Parameters
config
required
string
id
required
string
Request Body schema: application/json
id
string
consumerId
string
accountNumber
string
accountType
string
Enum: "00" "01" "02" "03" "04" "05" "06" "07" "08" "10" "11" "12" "13" "15" "17" "18" "19" "20" "25" "26" "29" "37" "43" "47" "48" "50" "65" "66" "67" "68" "69" "70" "71" "72" "73" "74" "75" "77" "89" "90" "91" "92" "93" "95" "0A" "2A" "3A" "5A" "6A" "7A" "8A" "9A" "5B" "6B" "7B" "8B" "9B" "0C" "2C" "4D" "6D" "0F" "0G"
agencyAccountNumber
string
agencyIdentifier
string
created
string
creditLimit
string
creditorClassification
string
Enum: "01" "02" "03" "04" "05" "06" "07" "08" "09" "10" "11" "12" "13" "14" "15"
cycleIdentifier
string
dateClosed
string
dateOpened
string
ecoaCode
string
Enum: "1" "2" "3" "5" "7" "T" "X" "Z"
highCredit
string
identificationNumber
string
interestTypeIndicator
string
Enum: "" "F" "V"
min
string
originalCreditorName
string
portfolioType
string
Enum: "C" "I" "M" "O" "R"
purchasedFromSoldToIndicator
string
Enum: "1" "2" "9"
purchasedFromSoldToName
string
termsDuration
string
termsFrequency
string
Enum: "D" "P" "W" "B" "E" "M" "L" "Q" "T" "S" "Y"
Responses
200

Successful Update Account By Id Response

Request samples
application/json
{
}