Skip to main content
POST
/
policies
/
{policyId}
/
claims
/
history
Declare Policy Claims History
curl --request POST \
  --url https://api.example.com/policies/{policyId}/claims/history \
  --header 'Content-Type: application/json' \
  --data '
{
  "claimsHistory": [
    {
      "year": 123,
      "claimsNumber": 123,
      "fleetSize": 123
    }
  ]
}
'
{}

Path Parameters

policyId
string
required

the policy's id

Query Parameters

whenAt
string

Optional: the whenAt datetime

branchId
string
required

the branchId

Body

application/json
claimsHistory
object[]
required

Claims history

Response

The response is of type object.