ReferenceDocumentsDocumentidForm validations
Validate form data
Validate form data - POST /documents/{documentId}/form-validations. DocDealer REST API reference.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
documentId*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/documents/string/form-validations"{ "success": true, "warnings": [ { "property1": null, "property2": null } ]}Export document as DOCX/PDF/ZIP POST
Export document as DOCX/PDF/ZIP - POST /documents/{documentId}/exports. DocDealer REST API reference.
Resolve a filled placeholder to a form/memory proposal POST
Resolve a filled placeholder to a form/memory proposal - POST /documents/{documentId}/resolve-placeholder. DocDealer REST API reference.