ReferenceDocumentsDocumentid
Full update document
Full update document - PUT /documents/{documentId}. DocDealer REST API reference.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
documentId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/documents/string" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'null