cURL
curl --request POST \ --url https://api.example.com/derogations/branches/{branchId}/check \ --header 'Content-Type: application/json' \ --data ' { "customFieldsToOverride": [ { "key": "<string>", "value": "<string>" } ] } '
{ "needsDerogation": true }
Id of the branch
Action for the derogation
QUOTE
CONFIRM
SIGN
Custom fields you want to check derogation requirement with
Show child attributes
Whether a derogation is required for the branch/action
Was this page helpful?