Get product matches for a submission
GET
/api/{referralpartner}/form/products
Retrieve product matches for a submission. Matches are sorted based on the user’s email address.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” referralpartner
required
String
string
Query Parameters
Section titled “Query Parameters ” submissionId
required
Guid
string format: uuid
Responses
Section titled “ Responses ”OK
OutputMatches
object
id
required
Guid
The id of the submission
string format: uuid
products
required
List`1
Products that match the submission
Array<object>
OutputProductobject
productId
Guid
string format: uuid
partner
OutputPartnerMetadata
object
headquarters
String
string
name
String
string
description
String
string
areasServed
String
string
amountFinancedToDate
Nullable`1
integer format: int64
smallBusinessesServed
Nullable`1
integer format: int64
establishedYear
Nullable`1
integer format: int32
languages
String
string
website
String
string
details
OutputProductDetails
object
name
String
string
productImage
String
string
kind
ProductType
string
interestRateRange
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
termsRange
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
timeToFundRange
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
collateralType
CollateralType
string
loanType
LoanType
string
applicationFee
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
originationFee
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
paymentFrequency
PaymentFrequency
string
maxMoneyAmount
Nullable`1
The maximum amount that can be received from this product
number format: double
purpose
String
Grant only: The purpose of the grant
string
awardAmount
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
cost
OutputNumberRange
object
min
Decimal
number format: double
max
Nullable`1
number format: double
unit
String
string
location
BusinessServiceLocation
string
info
String
Business Service Specific: Other information about the business service provided
string
offeredServices
List`1
Business Service Specific: The business services offered
Array<string>
otherResources
required
List`1
Additional resources that may assist the user
Array<object>
OutputAdditionalResourceobject
name
String
The name of the additional resource
string
description
String
string
url
String
string
imageUrl
String
string
deviceMetadata
OutputDeviceMetadata
object
isoLanguageName
String
string
riskScore
Nullable`1
number format: float
deviceId
String
string
Accepted
ProblemDetails
object
type
String
string
title
String
string
status
Nullable`1
integer format: int32
detail
String
string
instance
String
string
key
additional properties
Object
Not Found
ProblemDetails
object
type
String
string
title
String
string
status
Nullable`1
integer format: int32
detail
String
string
instance
String
string
key
additional properties
Object
Too Many Requests
ProblemDetails
object
type
String
string
title
String
string
status
Nullable`1
integer format: int32
detail
String
string
instance
String
string
key
additional properties
Object