cURL
curl --request POST \ --url https://api.example.com/admin/regenerate-document \ --header 'Content-Type: application/json' \ --data ' { "documentId": "<string>", "productId": "<string>", "branchId": "<string>" } '
200
Example
{ "attachmentId": "<string>", "requiresSignature": true }
Was this page helpful?