cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/fees \ --header 'Content-Type: application/json' \ --data ' { "fees": [ { "brokerageFirmId": "<string>", "fee": 50 } ] } '
200
Example
{}
the policy id
Optional: the whenAt datetime
Optional: the branchId
Show child attributes
The response is of type object.
object
Was this page helpful?