Business (1.0.0)
Download OpenAPI specification:Download
Business V1 provides a one-stop shop for small and medium businesses funding matching and intelligent scoring & insight services.
Please refer to this guide if you are looking to migrate from Marketplace V2 to Business V1.
Environment | Base URL | Description |
---|---|---|
Demo | https://demo.capitalise.com/api/business/v1 | Get started with test credentials and life-like data |
Production | https://capitalise.com/api/business/v1 | Launch your app with live credentials |
Business V1 only accepts platform access token which is generated from /platform/v1/auth/token
generate platform access token.
You can restrict the platform access token to only access one specific tenant by providing Capitalise-tenant-id
in the header.
ApplicationController_create
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Request Body schema: application/json
non-emptyassetExistingAgreement | boolean | ||||
assetType | string Enum: "BUSINESS" "MANUFACTURING" "OFFICE" "PROPERTY" "STOCK" "TRANSPORTATION" | ||||
averageCardSales | number | ||||
businessOwnsAssets | boolean | ||||
businessPurposes | boolean | ||||
cardPayments | boolean | ||||
clientEmail | string | ||||
clientName | string | ||||
clientNumber | string | ||||
clientType | number | ||||
object (CurrencyDto) | |||||
| |||||
fundingAsset | boolean | ||||
fundingPeriod | number | ||||
fundingUrgency | string Enum: "ASAP" "JUST_BROWSING" "ONE_MONTH" "ONE_WEEK" "REFINANCING" | ||||
governmentBackedLoansExist | boolean | ||||
homeOwnership | boolean | ||||
legalRequirements | boolean | ||||
object (CurrencyDto) | |||||
| |||||
object (CurrencyDto) | |||||
| |||||
personalGuarantee | boolean | ||||
purchaseOrders | boolean | ||||
raiseInvoices | boolean | ||||
object (CurrencyDto) | |||||
| |||||
type | string Default: "business-all-funding-products" Value: "business-all-funding-products" | ||||
useOfFunds | string Enum: "ACQUIRING_BUSINESS" "BUSINESS_EXPANSION" "CASH_FLOW" "EQUIPMENT_ASSET_FINANCE" "IMPORT_EXPORT" "PURCHASING_PROPERTY" "PURCHASING_STOCK" "REFINANCING_DEBT" "STARTING_BUSINESS" "TAX_BILL_DUE" |
Responses
Response Schema: application/json
non-emptyassetExistingAgreement | boolean | ||||
assetType | string Enum: "BUSINESS" "MANUFACTURING" "OFFICE" "PROPERTY" "STOCK" "TRANSPORTATION" | ||||
averageCardSales | number | ||||
businessOwnsAssets | boolean | ||||
businessPurposes | boolean | ||||
cardPayments | boolean | ||||
clientEmail | string | ||||
clientName | string | ||||
clientNumber | string | ||||
clientType | number | ||||
object (CurrencyDto) | |||||
| |||||
fundingAsset | boolean | ||||
fundingPeriod | number | ||||
fundingUrgency | string Enum: "ASAP" "JUST_BROWSING" "ONE_MONTH" "ONE_WEEK" "REFINANCING" | ||||
homeOwnership | boolean | ||||
id required | string | ||||
legalRequirements | boolean | ||||
object (CurrencyDto) | |||||
| |||||
object (CurrencyDto) | |||||
| |||||
personalGuarantee | boolean | ||||
purchaseOrders | boolean | ||||
raiseInvoices | boolean | ||||
object (CurrencyDto) | |||||
| |||||
tradingAddress | string | ||||
type required | string Default: "introducer-all-funding-products" Value: "introducer-all-funding-products" | ||||
useOfFunds | string Enum: "ACQUIRING_BUSINESS" "BUSINESS_EXPANSION" "CASH_FLOW" "EQUIPMENT_ASSET_FINANCE" "IMPORT_EXPORT" "PURCHASING_PROPERTY" "PURCHASING_STOCK" "REFINANCING_DEBT" "STARTING_BUSINESS" "TAX_BILL_DUE" |
Request samples
- Payload
{- "type": "business-all-funding-products",
- "fundingUrgency": "ASAP",
- "useOfFunds": "ACQUIRING_BUSINESS",
- "assetType": "BUSINESS",
- "clientName": "string",
- "clientEmail": "string",
- "clientNumber": "string",
- "legalRequirements": true,
- "businessPurposes": true,
- "fundingAmount": {
- "code": "EUR",
- "value": 0
}, - "fundingPeriod": 0,
- "clientType": 0,
- "averageCardSales": 0,
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "netAssetCost": {
- "code": "EUR",
- "value": 0
}, - "cardPayments": true,
- "governmentBackedLoansExist": true,
- "homeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true,
- "purchaseOrders": true,
- "assetExistingAgreement": true,
- "fundingAsset": true,
- "raiseInvoices": true
}
Response samples
- 201
{- "type": "introducer-all-funding-products",
- "fundingUrgency": "ASAP",
- "useOfFunds": "ACQUIRING_BUSINESS",
- "assetType": "BUSINESS",
- "id": "string",
- "clientName": "string",
- "clientEmail": "string",
- "clientNumber": "string",
- "legalRequirements": true,
- "businessPurposes": true,
- "fundingAmount": {
- "code": "EUR",
- "value": 0
}, - "fundingPeriod": 0,
- "clientType": 0,
- "averageCardSales": 0,
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "netAssetCost": {
- "code": "EUR",
- "value": 0
}, - "cardPayments": true,
- "raiseInvoices": true,
- "fundingAsset": true,
- "assetExistingAgreement": true,
- "purchaseOrders": true,
- "businessOwnsAssets": true,
- "personalGuarantee": true,
- "homeOwnership": true,
- "tradingAddress": "string"
}
ApplicationSignUpController_generateContinueUrl
path Parameters
applicationId required | string |
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Request Body schema: application/json
clickId | string (ClickId) |
Responses
Response Schema: application/json
continueUrl required | string |
Request samples
- Payload
{- "clickId": "string"
}
Response samples
- 201
{- "continueUrl": "string"
}
ApplicationController_getMatches
path Parameters
applicationId required | string |
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Responses
Response Schema: application/json
required | Array of objects (ApplicationFundingMatchDto) | ||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||
numberOfMatches required | number |
Response samples
- 200
{- "numberOfMatches": 0,
- "matches": [
- {
- "lender": {
- "id": 0,
- "name": "string",
- "logo": "string",
- "description": "string",
- "average": "AVERAGE",
- "responseTime": 0,
- "documents": [
- "string"
]
}, - "product": "ASSET_BACKED_FINANCE",
- "fees": {
- "arrangementFees": 0,
- "earlyRepaymentFees": 0,
- "exitFees": 0
}, - "likelihood": {
- "value": 0
}, - "instantOffer": true
}
]
}
ApplicationController_getPreselectedOffers
path Parameters
applicationId required | string |
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Responses
Response Schema: application/json
applicationUrl | string | ||||||||||||||||||||||||||||||||||||||
object (ApplicationOfferAssetFinanceDto) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
object (ApplicationOfferCommercialPropertyDto) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
createdAt required | string <date-time> | ||||||||||||||||||||||||||||||||||||||
expiryDate | string <date-time> | ||||||||||||||||||||||||||||||||||||||
id required | string | ||||||||||||||||||||||||||||||||||||||
object (ApplicationOfferInvoiceFinanceDto) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
isPreselected | boolean | ||||||||||||||||||||||||||||||||||||||
object (ApplicationOfferMerchantCashAdvanceDto) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
productType | string Enum: "ASSET_BACKED_FINANCE" "COMMERCIAL_PROPERTY" "FIXED_LOAN_TERMS" "INVOICE_FINANCE" "MERCHANT_CASH_ADVANCE" "TERM_LOAN" "TRADE_FINANCE" | ||||||||||||||||||||||||||||||||||||||
profileUuid | string | ||||||||||||||||||||||||||||||||||||||
publicComment | string | ||||||||||||||||||||||||||||||||||||||
reference | string | ||||||||||||||||||||||||||||||||||||||
securityRequired | Array of strings Items Enum: "DEBENTURE" "PERSONAL_GUARANTEE" "PROPERTY" "UNSECURED" | ||||||||||||||||||||||||||||||||||||||
status required | string Enum: "FINAL" "INDICATIVE" "PRE_SELECTED" | ||||||||||||||||||||||||||||||||||||||
object (ApplicationOfferTermLoanDto) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
object (ApplicationOfferTradeFinanceDto) | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
type required | string Enum: "INSTANT_OFFER" "MANUAL_OFFER" | ||||||||||||||||||||||||||||||||||||||
updatedAt | string <date-time> |
Response samples
- 200
[- {
- "id": "string",
- "type": "INSTANT_OFFER",
- "isPreselected": true,
- "status": "FINAL",
- "productType": "ASSET_BACKED_FINANCE",
- "applicationUrl": "string",
- "profileUuid": "string",
- "reference": "string",
- "publicComment": "string",
- "securityRequired": [
- "DEBENTURE"
], - "assetFinance": {
- "advanceAmount": 0,
- "arrangementFee": 0,
- "commissionAmount": 0,
- "interestCharge": "ANNUAL_RATE",
- "rate": 0,
- "term": 0,
- "deposit": 0,
- "productOption": "FINANCE_LEASE",
- "vat": 0,
- "cost": 0,
- "totalPrice": 0,
- "description": "string",
- "promotion": "string",
- "monthlyRepayment": 0,
- "additionalFees": "string",
- "optionToPurchaseFee": 0,
- "likelihoodOfRate": 0,
- "likelihoodOfAcceptance": 0,
- "representativeAPR": 0
}, - "invoiceFinance": {
- "commissionAmount": 0,
- "maximumCreditLine": 0,
- "minimumCreditLine": 0,
- "serviceFee": 0,
- "discountFee": 0,
- "advanceRate": 0,
- "facility": "DISCOUNTING",
- "contractLength": 0,
- "additionalFees": "string",
- "minimumMonthlyFee": 0,
- "concentrationLimit": 0,
- "creditInsurance": 0,
- "creditInsuranceRequired": true,
- "selective": true,
- "confidential": true,
- "promotion": "string",
- "likelihoodOfRate": 0,
- "likelihoodOfAcceptance": 0
}, - "merchantCashAdvance": {
- "commissionAmount": 0,
- "fundingAmount": 0,
- "sweep": 0,
- "totalRepayment": 0,
- "ratio": 0,
- "promotion": "string",
- "likelihoodOfRate": 0,
- "likelihoodOfAcceptance": 0,
- "totalFees": 0
}, - "termLoan": {
- "maximumAmount": 0,
- "arrangementFee": 0,
- "commissionAmount": 0,
- "interestCharge": "ANNUAL_RATE",
- "rate": 0,
- "minimumAmount": 0,
- "interestRate": 0,
- "representativeAPR": 0,
- "term": 0,
- "monthlyRepayment": 0,
- "totalRepayment": 0,
- "promotion": "string",
- "likelihoodOfRate": 0,
- "likelihoodOfAcceptance": 0,
- "totalFees": 0
}, - "tradeFinance": {
- "commissionAmount": 0,
- "maximumCreditLine": 0,
- "minimumCreditLine": 0,
- "serviceFee": 0,
- "discountFee": 0,
- "additionalFees": "string",
- "advanceRate": 0,
- "contractLength": 0,
- "promotion": "string",
- "likelihoodOfRate": 0,
- "likelihoodOfAcceptance": 0
}, - "commercialProperty": {
- "fundingAmount": 0,
- "arrangementFee": 0,
- "commissionAmount": 0,
- "interestCharge": "ANNUAL_RATE",
- "interestRate": 0,
- "productType": "BTL",
- "mortgageTerm": 0,
- "dealTerm": 0,
- "rateType": "FIXED",
- "ltv": 0,
- "valuationFee": 0,
- "exitFee": 0,
- "propertyChargeAddress": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z"
}
]
/profile
provides the profile of company, including high-level credit score grade and legal notics information.
Credit score grade mapping:
Grade | title | description |
---|---|---|
A | Minimum risk | This companty is considered as minimum risk. There is a low probability of the company going into defaul in the next 12 month. Offering credit terms to the recommended credit limit is advised. Highly likely to access finance at favourable rates |
B | Low risk | This companty is considered as low risk. There is a low probability of the company going into defaul in the next 12 month. Offering credit terms to the recommended credit limit is advised. Highly likely to access finance at favourable rates |
C | Below average risk | The company is consisdered as below average risk. There is a moderate probability of the company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Likely to access high value finance but a guarantee may be required |
D | Above average risk | The company is consisdered as above average risk. There is a moderate probability of the company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Likely to access high value finance but a guarantee may be required |
E | High risk | There company is considered as high risk and has a high probability of this company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Challenging to access finance and a personal guaranteed might be required. |
F | Maximum risk | There company is considered as maximum risk and has a high probability of this company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Challenging to access finance and a personal guaranteed might be required. |
G | Dissolved | There company is dissolved. |
Set up profile details
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Capitalise-tenant-id required | string <uuid> The tenant id |
Request Body schema: application/json
Array of objects (AssetDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AssetSecurityDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object (CompanyInformationDto) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialsDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (MerchantCashAdvanceDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PropertyDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TradeReferenceDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Responses
Response Schema: application/json
Array of objects (AssetDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AssetSecurityDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (CompanyInformationDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdAt required | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialsDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (MerchantCashAdvanceDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PropertyDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TradeReferenceDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updatedAt required | string |
Request samples
- Payload
{- "companyInformation": {
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "vatStatus": "NOT_REGISTERED",
- "name": "string",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "industryAverageGrade": "A",
- "value": 0,
- "changedAt": "string",
- "lastAssessedAt": "string",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "code": "EUR",
- "value": 0
}, - "unencumberedAssets": {
- "guarantees": "BUSINESS",
- "isHomeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true
}, - "isGovernmentBacked": true,
- "hasGovernmentBackedLoans": true,
- "employeesNumber": 0,
- "percentageSalesOnline": 0,
- "website": "string",
- "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}
}, - "primaryContactInformation": {
- "email": "string",
- "name": "string",
- "number": "string",
- "inviteClient": true,
- "legalRequirements": true,
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "tradingAddress": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "financials": {
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "bankInterest": {
- "code": "EUR",
- "value": 0
}, - "depreciation": {
- "code": "EUR",
- "value": 0
}, - "amortisation": {
- "code": "EUR",
- "value": 0
}, - "tradingHistory": [
- {
- "debtorsInvoicesDue": 0,
- "debtorsOutstanding": 0,
- "fixedAssets": 0,
- "netAssets": 0,
- "profitNet": 0,
- "dividends": 0,
- "revenue": 0,
- "year": 0,
- "yearEnd": 0
}
], - "debtors": [
- {
- "id": "string",
- "contactId": "string",
- "name": "string",
- "firstName": "string",
- "lastName": "string",
- "companyName": "string",
- "emailAddress": "string",
- "outstandingAmount": 0,
- "outstandingAmountMonthlyAverage": 0,
- "outstandingInvoicesCount": 0,
- "contactNumber": "string",
- "debtorDays": 0,
- "revenue": 0,
- "averageMonthlyIncome": {
- "code": "EUR",
- "value": 0
}, - "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}
], - "primaryBank": 0,
- "tradeDebtors": {
- "code": "EUR",
- "value": 0
}, - "paymentTerms": 0,
- "invoicesOutstanding": 0,
- "numberOfCustomers": 0,
- "currentValueConfirmedOrders": {
- "code": "EUR",
- "value": 0
}, - "grossProfitMargin": 0
}, - "properties": [
- {
- "type": "FLATS",
- "location": "EUROPE",
- "setting": "CITY",
- "classification": "COMMERCIAL",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "outstandingDebt": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "additionalDetails": "string"
}
], - "assets": [
- {
- "type": "BUSINESS",
- "name": "string",
- "offeredAsGuarantee": true,
- "netCost": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "existingAgreement": true
}
], - "assetsForSecurity": [
- {
- "type": "MAIN_PROPERTY",
- "owner": "string",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "totalDebt": {
- "code": "EUR",
- "value": 0
}
}
], - "merchantCashAdvance": [
- {
- "type": "Amazon",
- "averageMonthlyTransactions": 0,
- "terminalId": "string",
- "monthsOnBusinessLease": 0
}
], - "tradeReferences": [
- {
- "companyName": "string",
- "contactName": "string",
- "contactNumber": "string",
- "contactEmail": "string"
}
]
}
Response samples
- 201
{- "companyInformation": {
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "vatStatus": "NOT_REGISTERED",
- "name": "string",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "industryAverageGrade": "A",
- "value": 0,
- "changedAt": "string",
- "lastAssessedAt": "string",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "code": "EUR",
- "value": 0
}, - "unencumberedAssets": {
- "guarantees": "BUSINESS",
- "isHomeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true
}, - "isGovernmentBacked": true,
- "hasGovernmentBackedLoans": true,
- "employeesNumber": 0,
- "percentageSalesOnline": 0,
- "website": "string",
- "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}
}, - "primaryContactInformation": {
- "email": "string",
- "name": "string",
- "number": "string",
- "inviteClient": true,
- "legalRequirements": true,
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "tradingAddress": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "financials": {
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "bankInterest": {
- "code": "EUR",
- "value": 0
}, - "depreciation": {
- "code": "EUR",
- "value": 0
}, - "amortisation": {
- "code": "EUR",
- "value": 0
}, - "tradingHistory": [
- {
- "debtorsInvoicesDue": 0,
- "debtorsOutstanding": 0,
- "fixedAssets": 0,
- "netAssets": 0,
- "profitNet": 0,
- "dividends": 0,
- "revenue": 0,
- "year": 0,
- "yearEnd": 0
}
], - "debtors": [
- {
- "id": "string",
- "contactId": "string",
- "name": "string",
- "firstName": "string",
- "lastName": "string",
- "companyName": "string",
- "emailAddress": "string",
- "outstandingAmount": 0,
- "outstandingAmountMonthlyAverage": 0,
- "outstandingInvoicesCount": 0,
- "contactNumber": "string",
- "debtorDays": 0,
- "revenue": 0,
- "averageMonthlyIncome": {
- "code": "EUR",
- "value": 0
}, - "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}
], - "primaryBank": 0,
- "tradeDebtors": {
- "code": "EUR",
- "value": 0
}, - "paymentTerms": 0,
- "invoicesOutstanding": 0,
- "numberOfCustomers": 0,
- "currentValueConfirmedOrders": {
- "code": "EUR",
- "value": 0
}, - "grossProfitMargin": 0
}, - "properties": [
- {
- "type": "FLATS",
- "location": "EUROPE",
- "setting": "CITY",
- "classification": "COMMERCIAL",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "outstandingDebt": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "additionalDetails": "string"
}
], - "assets": [
- {
- "type": "BUSINESS",
- "name": "string",
- "offeredAsGuarantee": true,
- "netCost": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "existingAgreement": true
}
], - "assetsForSecurity": [
- {
- "type": "MAIN_PROPERTY",
- "owner": "string",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "totalDebt": {
- "code": "EUR",
- "value": 0
}
}
], - "merchantCashAdvance": [
- {
- "type": "Amazon",
- "averageMonthlyTransactions": 0,
- "terminalId": "string",
- "monthsOnBusinessLease": 0
}
], - "tradeReferences": [
- {
- "companyName": "string",
- "contactName": "string",
- "contactNumber": "string",
- "contactEmail": "string"
}
], - "createdAt": "string",
- "updatedAt": "string"
}
Get profile details
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Capitalise-tenant-id required | string <uuid> The tenant id |
Responses
Response Schema: application/json
Array of objects (AssetDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AssetSecurityDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (CompanyInformationDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdAt required | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialsDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (MerchantCashAdvanceDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PropertyDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TradeReferenceDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updatedAt required | string |
Response samples
- 200
{- "companyInformation": {
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "vatStatus": "NOT_REGISTERED",
- "name": "string",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "industryAverageGrade": "A",
- "value": 0,
- "changedAt": "string",
- "lastAssessedAt": "string",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "code": "EUR",
- "value": 0
}, - "unencumberedAssets": {
- "guarantees": "BUSINESS",
- "isHomeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true
}, - "isGovernmentBacked": true,
- "hasGovernmentBackedLoans": true,
- "employeesNumber": 0,
- "percentageSalesOnline": 0,
- "website": "string",
- "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}
}, - "primaryContactInformation": {
- "email": "string",
- "name": "string",
- "number": "string",
- "inviteClient": true,
- "legalRequirements": true,
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "tradingAddress": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "financials": {
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "bankInterest": {
- "code": "EUR",
- "value": 0
}, - "depreciation": {
- "code": "EUR",
- "value": 0
}, - "amortisation": {
- "code": "EUR",
- "value": 0
}, - "tradingHistory": [
- {
- "debtorsInvoicesDue": 0,
- "debtorsOutstanding": 0,
- "fixedAssets": 0,
- "netAssets": 0,
- "profitNet": 0,
- "dividends": 0,
- "revenue": 0,
- "year": 0,
- "yearEnd": 0
}
], - "debtors": [
- {
- "id": "string",
- "contactId": "string",
- "name": "string",
- "firstName": "string",
- "lastName": "string",
- "companyName": "string",
- "emailAddress": "string",
- "outstandingAmount": 0,
- "outstandingAmountMonthlyAverage": 0,
- "outstandingInvoicesCount": 0,
- "contactNumber": "string",
- "debtorDays": 0,
- "revenue": 0,
- "averageMonthlyIncome": {
- "code": "EUR",
- "value": 0
}, - "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}
], - "primaryBank": 0,
- "tradeDebtors": {
- "code": "EUR",
- "value": 0
}, - "paymentTerms": 0,
- "invoicesOutstanding": 0,
- "numberOfCustomers": 0,
- "currentValueConfirmedOrders": {
- "code": "EUR",
- "value": 0
}, - "grossProfitMargin": 0
}, - "properties": [
- {
- "type": "FLATS",
- "location": "EUROPE",
- "setting": "CITY",
- "classification": "COMMERCIAL",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "outstandingDebt": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "additionalDetails": "string"
}
], - "assets": [
- {
- "type": "BUSINESS",
- "name": "string",
- "offeredAsGuarantee": true,
- "netCost": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "existingAgreement": true
}
], - "assetsForSecurity": [
- {
- "type": "MAIN_PROPERTY",
- "owner": "string",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "totalDebt": {
- "code": "EUR",
- "value": 0
}
}
], - "merchantCashAdvance": [
- {
- "type": "Amazon",
- "averageMonthlyTransactions": 0,
- "terminalId": "string",
- "monthsOnBusinessLease": 0
}
], - "tradeReferences": [
- {
- "companyName": "string",
- "contactName": "string",
- "contactNumber": "string",
- "contactEmail": "string"
}
], - "createdAt": "string",
- "updatedAt": "string"
}
Update profile details
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Capitalise-tenant-id required | string <uuid> The tenant id |
Request Body schema: application/json
Array of objects (AssetDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AssetSecurityDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (CompanyInformationDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialsDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (MerchantCashAdvanceDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PropertyDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TradeReferenceDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Responses
Response Schema: application/json
Array of objects (AssetDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AssetSecurityDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (CompanyInformationDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdAt required | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialsDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (MerchantCashAdvanceDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PropertyDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TradeReferenceDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updatedAt required | string |
Request samples
- Payload
{- "companyInformation": {
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "vatStatus": "NOT_REGISTERED",
- "name": "string",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "industryAverageGrade": "A",
- "value": 0,
- "changedAt": "string",
- "lastAssessedAt": "string",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "code": "EUR",
- "value": 0
}, - "unencumberedAssets": {
- "guarantees": "BUSINESS",
- "isHomeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true
}, - "isGovernmentBacked": true,
- "hasGovernmentBackedLoans": true,
- "employeesNumber": 0,
- "percentageSalesOnline": 0,
- "website": "string",
- "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}
}, - "primaryContactInformation": {
- "email": "string",
- "name": "string",
- "number": "string",
- "inviteClient": true,
- "legalRequirements": true,
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "tradingAddress": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "financials": {
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "bankInterest": {
- "code": "EUR",
- "value": 0
}, - "depreciation": {
- "code": "EUR",
- "value": 0
}, - "amortisation": {
- "code": "EUR",
- "value": 0
}, - "tradingHistory": [
- {
- "debtorsInvoicesDue": 0,
- "debtorsOutstanding": 0,
- "fixedAssets": 0,
- "netAssets": 0,
- "profitNet": 0,
- "dividends": 0,
- "revenue": 0,
- "year": 0,
- "yearEnd": 0
}
], - "debtors": [
- {
- "id": "string",
- "contactId": "string",
- "name": "string",
- "firstName": "string",
- "lastName": "string",
- "companyName": "string",
- "emailAddress": "string",
- "outstandingAmount": 0,
- "outstandingAmountMonthlyAverage": 0,
- "outstandingInvoicesCount": 0,
- "contactNumber": "string",
- "debtorDays": 0,
- "revenue": 0,
- "averageMonthlyIncome": {
- "code": "EUR",
- "value": 0
}, - "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}
], - "primaryBank": 0,
- "tradeDebtors": {
- "code": "EUR",
- "value": 0
}, - "paymentTerms": 0,
- "invoicesOutstanding": 0,
- "numberOfCustomers": 0,
- "currentValueConfirmedOrders": {
- "code": "EUR",
- "value": 0
}, - "grossProfitMargin": 0
}, - "properties": [
- {
- "type": "FLATS",
- "location": "EUROPE",
- "setting": "CITY",
- "classification": "COMMERCIAL",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "outstandingDebt": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "additionalDetails": "string"
}
], - "assets": [
- {
- "type": "BUSINESS",
- "name": "string",
- "offeredAsGuarantee": true,
- "netCost": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "existingAgreement": true
}
], - "assetsForSecurity": [
- {
- "type": "MAIN_PROPERTY",
- "owner": "string",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "totalDebt": {
- "code": "EUR",
- "value": 0
}
}
], - "merchantCashAdvance": [
- {
- "type": "Amazon",
- "averageMonthlyTransactions": 0,
- "terminalId": "string",
- "monthsOnBusinessLease": 0
}
], - "tradeReferences": [
- {
- "companyName": "string",
- "contactName": "string",
- "contactNumber": "string",
- "contactEmail": "string"
}
]
}
Response samples
- 201
{- "companyInformation": {
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "vatStatus": "NOT_REGISTERED",
- "name": "string",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "industryAverageGrade": "A",
- "value": 0,
- "changedAt": "string",
- "lastAssessedAt": "string",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "code": "EUR",
- "value": 0
}, - "unencumberedAssets": {
- "guarantees": "BUSINESS",
- "isHomeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true
}, - "isGovernmentBacked": true,
- "hasGovernmentBackedLoans": true,
- "employeesNumber": 0,
- "percentageSalesOnline": 0,
- "website": "string",
- "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}
}, - "primaryContactInformation": {
- "email": "string",
- "name": "string",
- "number": "string",
- "inviteClient": true,
- "legalRequirements": true,
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "tradingAddress": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "financials": {
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "bankInterest": {
- "code": "EUR",
- "value": 0
}, - "depreciation": {
- "code": "EUR",
- "value": 0
}, - "amortisation": {
- "code": "EUR",
- "value": 0
}, - "tradingHistory": [
- {
- "debtorsInvoicesDue": 0,
- "debtorsOutstanding": 0,
- "fixedAssets": 0,
- "netAssets": 0,
- "profitNet": 0,
- "dividends": 0,
- "revenue": 0,
- "year": 0,
- "yearEnd": 0
}
], - "debtors": [
- {
- "id": "string",
- "contactId": "string",
- "name": "string",
- "firstName": "string",
- "lastName": "string",
- "companyName": "string",
- "emailAddress": "string",
- "outstandingAmount": 0,
- "outstandingAmountMonthlyAverage": 0,
- "outstandingInvoicesCount": 0,
- "contactNumber": "string",
- "debtorDays": 0,
- "revenue": 0,
- "averageMonthlyIncome": {
- "code": "EUR",
- "value": 0
}, - "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}
], - "primaryBank": 0,
- "tradeDebtors": {
- "code": "EUR",
- "value": 0
}, - "paymentTerms": 0,
- "invoicesOutstanding": 0,
- "numberOfCustomers": 0,
- "currentValueConfirmedOrders": {
- "code": "EUR",
- "value": 0
}, - "grossProfitMargin": 0
}, - "properties": [
- {
- "type": "FLATS",
- "location": "EUROPE",
- "setting": "CITY",
- "classification": "COMMERCIAL",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "outstandingDebt": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "additionalDetails": "string"
}
], - "assets": [
- {
- "type": "BUSINESS",
- "name": "string",
- "offeredAsGuarantee": true,
- "netCost": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "existingAgreement": true
}
], - "assetsForSecurity": [
- {
- "type": "MAIN_PROPERTY",
- "owner": "string",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "totalDebt": {
- "code": "EUR",
- "value": 0
}
}
], - "merchantCashAdvance": [
- {
- "type": "Amazon",
- "averageMonthlyTransactions": 0,
- "terminalId": "string",
- "monthsOnBusinessLease": 0
}
], - "tradeReferences": [
- {
- "companyName": "string",
- "contactName": "string",
- "contactNumber": "string",
- "contactEmail": "string"
}
], - "createdAt": "string",
- "updatedAt": "string"
}
Update profile details
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Capitalise-tenant-id required | string <uuid> The tenant id |
Request Body schema: application/json
Array of objects (AssetDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (AssetSecurityDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object (CompanyInformationDto) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (FinancialsDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (MerchantCashAdvanceDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (PropertyDataDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (TradeReferenceDto) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Responses
Request samples
- Payload
{- "companyInformation": {
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "vatStatus": "NOT_REGISTERED",
- "name": "string",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "industryAverageGrade": "A",
- "value": 0,
- "changedAt": "string",
- "lastAssessedAt": "string",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "code": "EUR",
- "value": 0
}, - "unencumberedAssets": {
- "guarantees": "BUSINESS",
- "isHomeOwnership": true,
- "personalGuarantee": true,
- "businessOwnsAssets": true
}, - "isGovernmentBacked": true,
- "hasGovernmentBackedLoans": true,
- "employeesNumber": 0,
- "percentageSalesOnline": 0,
- "website": "string",
- "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "EUR",
- "value": 0
}
}
}, - "primaryContactInformation": {
- "email": "string",
- "name": "string",
- "number": "string",
- "inviteClient": true,
- "legalRequirements": true,
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "tradingAddress": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}, - "financials": {
- "netProfit": {
- "code": "EUR",
- "value": 0
}, - "revenue": {
- "code": "EUR",
- "value": 0
}, - "bankInterest": {
- "code": "EUR",
- "value": 0
}, - "depreciation": {
- "code": "EUR",
- "value": 0
}, - "amortisation": {
- "code": "EUR",
- "value": 0
}, - "tradingHistory": [
- {
- "debtorsInvoicesDue": 0,
- "debtorsOutstanding": 0,
- "fixedAssets": 0,
- "netAssets": 0,
- "profitNet": 0,
- "dividends": 0,
- "revenue": 0,
- "year": 0,
- "yearEnd": 0
}
], - "debtors": [
- {
- "id": "string",
- "contactId": "string",
- "name": "string",
- "firstName": "string",
- "lastName": "string",
- "companyName": "string",
- "emailAddress": "string",
- "outstandingAmount": 0,
- "outstandingAmountMonthlyAverage": 0,
- "outstandingInvoicesCount": 0,
- "contactNumber": "string",
- "debtorDays": 0,
- "revenue": 0,
- "averageMonthlyIncome": {
- "code": "EUR",
- "value": 0
}, - "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}
}
], - "primaryBank": 0,
- "tradeDebtors": {
- "code": "EUR",
- "value": 0
}, - "paymentTerms": 0,
- "invoicesOutstanding": 0,
- "numberOfCustomers": 0,
- "currentValueConfirmedOrders": {
- "code": "EUR",
- "value": 0
}, - "grossProfitMargin": 0
}, - "properties": [
- {
- "type": "FLATS",
- "location": "EUROPE",
- "setting": "CITY",
- "classification": "COMMERCIAL",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "outstandingDebt": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "additionalDetails": "string"
}
], - "assets": [
- {
- "type": "BUSINESS",
- "name": "string",
- "offeredAsGuarantee": true,
- "netCost": {
- "code": "EUR",
- "value": 0
}, - "depositAvailable": {
- "code": "EUR",
- "value": 0
}, - "existingAgreement": true
}
], - "assetsForSecurity": [
- {
- "type": "MAIN_PROPERTY",
- "owner": "string",
- "address": {
- "simpleValue": "string",
- "street": "string",
- "houseNumber": "string",
- "city": "string",
- "province": "string",
- "postalCode": "string"
}, - "value": {
- "code": "EUR",
- "value": 0
}, - "totalDebt": {
- "code": "EUR",
- "value": 0
}
}
], - "merchantCashAdvance": [
- {
- "type": "Amazon",
- "averageMonthlyTransactions": 0,
- "terminalId": "string",
- "monthsOnBusinessLease": 0
}
], - "tradeReferences": [
- {
- "companyName": "string",
- "contactName": "string",
- "contactNumber": "string",
- "contactEmail": "string"
}
]
}