BaseApiResponsePreApprovalResponse
Standard API response wrapper for all endpoints
- statusType: stringrequired
HTTP status name
- timestampType: string Format: date-timerequired
Timestamp when the response was generated
- dataType: object · PreApprovalResponse
Response data payload
- accountType: object · LoanDetailsResponse
Quote Data Account quote details for the offered amount and rate, present when decision is Approved
- contactType: integer Format: int32
Id The contact ID — required to confirm or abandon the preapproval
- decisionType: string
Preapproval decision: Approved, Referred, Declined, or Failed
- offeredType: number
Amount Amount offered, present when decision is Approved
- offeredType: number
Rate Interest rate offered, present when decision is Approved
- reasonType: string
Reason for the decision, present when decision is not Approved
- successType: boolean
Indicates if the preapproval request was processed successfully
- errorsType: array object[] · ApiError[]
List of detailed validation errors
Individual field validation error
- messageType: stringrequired
Validation error message
- propertyType: string
Field name that failed validation
- messageType: string
Descriptive message about the response