Skip to main content
POST
Criar produto de empréstimo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
jurisdictionCode
string
obrigatório

Jurisdiction profile code (e.g. BR).

Exemplo:

"BR"

loanType
string
obrigatório

Loan product type.

Exemplo:

"personal"

name
string
obrigatório

Loan product display name.

jurisdictionExtensions
object

Opaque per-jurisdiction product fields.

Resposta

Created

createdAt
string
obrigatório

Creation timestamp (RFC3339, UTC).

Exemplo:

"2026-06-14T12:00:00Z"

id
string
obrigatório

Server-assigned loan product identifier (uuid).

Exemplo:

"550e8400-e29b-41d4-a716-446655440009"

jurisdictionCode
string
obrigatório

Jurisdiction profile code (e.g. BR).

Exemplo:

"BR"

loanType
string
obrigatório

Loan product type.

Exemplo:

"personal"

name
string
obrigatório

Loan product display name.

status
string
obrigatório

Lifecycle status (e.g. draft|active).

Exemplo:

"active"

currentVersionId
string

Identifier (uuid) of the pinned active version; empty until activation.

Exemplo:

"550e8400-e29b-41d4-a716-44665544000a"