v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoanProducts
Create loan product
Creates a new loan product definition.
post/api/v1/loan-products
Request body
Example request
{
"jurisdictionCode": "BR",
"loanType": "personal"
}Response
Created
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"
}