cURL
curl --request PATCH \ --url https://api.example.com/policies/{policyId} \ --header 'Content-Type: application/json' \ --data ' { "customFields": [ { "key": "<string>", "value": "<string>" } ], "name": "<string>", "acceptedEmailDomains": [ "<string>" ], "maximumNumberOfBikes": 2 } '
200
Example
{}
the policy's id
Optional: the whenAt datetime
Optional: the branchId
custom fields per product
Show child attributes
Optional: Name of the entity
the policy's invoicing configuration
the policy's period duration
the child policy's customer accepted email domains
max number of bike
x >= 1
The response is of type object.
object
Was this page helpful?