v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoanProducts
Activate loan product
Transitions a loan product to active status and pins the active product version.
post/api/v1/loan-products/{id}/activate
Path parameters
idstring uuid required
Loan product identifier.
Example:550e8400-e29b-41d4-a716-446655440000
Loan product identifier.
Request body
Example request
{
"versionId": "550e8400-e29b-41d4-a716-446655440001"
}Response
OK
Example response
{
"createdAt": "2026-06-14T12:00:00Z",
"currentVersionId": "550e8400-e29b-41d4-a716-44665544000a",
"id": "550e8400-e29b-41d4-a716-446655440009",
"jurisdictionCode": "BR",
"loanType": "personal",
"status": "active"
}