ReferenceDocumentsDocumentid

    Partial update document

    Partial update document - PATCH /documents/{documentId}. DocDealer REST API reference.

    PATCH
    /documents/{documentId}

    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 PATCH "https://example.com/documents/string" \  -H "Content-Type: application/json" \  -d '{    "property1": null,    "property2": null  }'
    null