Create a note for an existing DmsObject.
import { createDmsObjectNote } from "@dvelop-sdk/dms";
await createDmsObjectNote({
systemBaseUri: "https://steamwheedle-cartel.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
}, {
repositoryId: "qnydFmqHuVo",
dmsObjectId: "GDYQ3PJKrT8",
noteText: "This document is of importance for the Venture Trading Company!"
});
Create a note for an existing DmsObject.