Skip to main content
POST
/
policies
/
{policyId}
/
update-policy-quote
Update policy quote components
curl --request POST \
  --url https://api.example.com/policies/{policyId}/update-policy-quote \
  --header 'Content-Type: application/json' \
  --data '
{
  "components": [
    {
      "id": "<string>",
      "type": "PREMIUM",
      "chargeType": "ONE_TIME",
      "premium": {
        "amountPreFeesAndTaxes": 123,
        "totalFees": 123,
        "totalTaxes": 123
      }
    }
  ]
}
'
{}

Path Parameters

policyId
string
required

Query Parameters

whenAt
string

Optional: the whenAt datetime

branchId
string
required

the branchId

Body

application/json
components
object[]
required

Response

The response is of type object.