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
{}

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.