cURL
curl --request POST \ --url https://api.example.com/formal-notice \ --header 'Content-Type: application/json' \ --data ' { "policyId": "<string>", "customerId": "<string>", "whenAt": "<string>" } '
{ "workflowRunId": "<string>" }
The ID of the policy to generate the formal notice for
The ID of the customer to generate the formal notice for
Optional: the whenAt datetime
Execute the formal notice workflow
The ID of the formal notice that was generated
Was this page helpful?