Hi everyone !
I have now tried for quite some time to upload an attachment to a contract using a POST request to /api/v3/attachments
Is this possible anyway?
Where is the API V3 documentation for the on-premise version?
String params = "{\"attachment\":{\"contract\":{\"id\":\""+ contractID+ "\"}}}" ;
The response i get is:
{"response_status":{"messages":[{"type":"failed","message":"Value provided for field(s) [contract] is invalid","status_code":"4001"}],"status":"failed"}}
We have a large migration project and really want to avoid doing contract uploads and setting responsible persons by hand for several hundred contracts.
I am on an on-premise installation, version 11.2 Build 11202
Thanks!