Skip to main content
POST
/
policies
/
{policyId}
/
fees
Set policy brokerage fees
curl --request POST \
  --url https://api.example.com/policies/{policyId}/fees \
  --header 'Content-Type: application/json' \
  --data '
{
  "fees": [
    {
      "brokerageFirmId": "<string>",
      "fee": 50
    }
  ]
}
'
{}

Path Parameters

policyId
string
required

the policy id

Query Parameters

whenAt
string

Optional: the whenAt datetime

branchId
string

Optional: the branchId

Body

application/json
fees
object[]
required

Response

The response is of type object.