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>" }
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
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?