Query Parameters
The number of levels of related objects to include in the response
Body
application/json
Credit App requires Pre-Approval
Consumer submits Credit App
Credit App finances Vehicle
Credit App is uniquely identified by id
Credit App has Credit App Provider
Available options:
TSG
, RouteOne
Credit App has Provider Response
Credit App has CoApplicant SSN
Credit App has CoApplicant Phone Number
Credit App has CoApplicant Email
Credit App has CoApplicant Birth Date
Credit App has CoApplicant Last Name
Credit App has CoApplicant First Name
Credit App has SSN
Credit App has Phone Number
Credit App has Email
Credit App has Birth Date
Credit App has Last Name
Credit App has First Name
Credit App has CoApplicant Consumer
Send Credit App to provider
Response
Credit App Created
Examples:
{
"id": "crapp_4ks9j3k2d0d2",
"ssn": "123-45-6789",
"email": "john.doe@example.com",
"vehicle": "Vehicle ID",
"lastName": "Doe",
"consumer": "Consumer ID",
"birthDate": "1984-09-20",
"firstName": "John",
"phoneNumber": "555-0199",
"preApproval": "Pre-Approval ID",
"coApplicantSSN": "234-56-7890",
"coApplicantEmail": "jane.doe@example.com",
"coApplicantLastName": "Doe",
"coApplicantConsumer": "Consumer ID",
"coApplicantBirthDate": "1990-07-12",
"coApplicantFirstName": "Jane",
"coApplicantPhoneNumber": "555-6789"
}