cURL
curl --request PUT \ --url https://api.example.com/pricing/{policyId}/selection \ --header 'Content-Type: application/json' \ --data ' { "tierId": "<string>", "policyCustomFields": [ { "key": "<string>", "value": "<string>" } ] } '
{ "saved": true }
Policy ID
Branch ID (optional, defaults to latest)
Selected tier ID
Policy-level custom fields to save
Show child attributes
Whether the selection was saved successfully
Was this page helpful?