Skip to main content
POST
/
renewal
/
policies
/
{policyId}
/
branches
/
{branchId}
/
finalize-renewal
Finalize the renewal proposition : accept or refuse it
curl --request POST \
  --url https://api.example.com/renewal/policies/{policyId}/branches/{branchId}/finalize-renewal
{}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

policyId
string
required

Unique identifier for the policy

branchId
string
required

Unique identifier for the branch

Query Parameters

whenAt
string

Optional: the whenAt datetime

finalizationType
enum<string>
required

Finalization type

Available options:
ACCEPTED,
REFUSED

Response

The response is of type object.