Skip to main content
Skip table of contents

getRestDocument

Versionshinweise

23.1, 22.1.03, 21.2.08

Code

CODE
RestDocument DocumentUtils.getRestDocument(String documentPk)

Beschreibung

Erstellt ein restDocument für den übergebenen Dokumentendatensatz-Pk, um es in den RestUtils zu nutzen.

Parameter

  • documentPk – Der Pk des Dokumentendatensatzes.

Rückgabe
Ein restDocument zur Nutzung in RestUtils.

Beispiele

CODE
RestDocument restDocument = DocumentUtils.getRestDocument("documentPk");
Entity formdataPayload = RestUtils.createMultipartFormPayloadByDocument("document", restDocument);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.