cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/documents \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "metadata": [ { "key": "category", "value": "kbis" } ] } '
200
Example
{ "url": "<string>", "id": "<string>"}
the policy's id
Optional: the whenAt datetime
Optional: the branchId
Add in metadata the documenttype for non-delegated document generation
name
metadata of the policy
Show child attributes
[{ "key": "category", "value": "kbis" }]
the signed url to upload the document
the id of the document
Was this page helpful?