Skip to main content
POST
/
policies
/
{policyId}
/
quote
Quote the policy
curl --request POST \
  --url https://api.example.com/policies/{policyId}/quote \
  --header 'Content-Type: application/json' \
  --data '
{
  "options": [
    {
      "tier": "<string>",
      "excess": "<string>",
      "assetId": "<string>",
      "perils": [
        {
          "id": "<string>",
          "option": "<string>"
        }
      ]
    }
  ]
}
'
{}

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
options
object[]

Response

The response is of type object.