latestOpenAPI 3.0.02026-08-2227616429.6 KB

0ba836de8da3

Application

Update a prequalification on a given application

Update Application Prequalification

patch/posfinancing/rest/v2/applications/{applicationId}/prequalifications/{prequalificationId}

Path parameters

{"stackTrail":"paths:/posfinancing/rest/v2/applications/{applicationId}/prequalifications/{prequalificationId}:patch:parameters:0:schema","oasType":"schema","type":"unknown"}

The ID of the prequalification to update.

{"stackTrail":"paths:/posfinancing/rest/v2/applications/{applicationId}/prequalifications/{prequalificationId}:patch:parameters:1:schema","oasType":"schema","type":"unknown"}

The ID of the application to update the prequalification for.

Request body

selectedOfferIdstring

The unique identifier of the selected offer.

autopayEnrolledboolean

Indicates whether the applicant opted into autopay.

requestedCreditLinenumber

The credit line the borrower requested at the prequalification stage. Becomes the pricing record's creditLine.adjusted at submission. Bounds (category minimum and the selected offer's maximum) are enforced by the service.

projectCostnumber

The cost of the project.

status'APPROVED' | 'APPROVED_WITH_STIPS' | 'DECLINED' | 'PENDING' | 'CANCELED'

The outcome of the prequalification decision asserted by the caller. Defaults to APPROVED when omitted.

Response

The request has been processed successfully.