The UpdateDocAttachmentsWithHttpInfo method on the DocumentsApi is not serializing the input parameter into the localVarPostBody into a JSON string that the Encompass API expects. It is also missing the localVarQueryParams of "action=add" to get it to work correctly.
Per the PostMan collection from developer connect, the format should looks something like this in the body
I modified my local version to follow the PostMan sample for the body format and also needed to add in the query params "action=add" and it is now working for me on my forked copy.
The UpdateDocAttachmentsWithHttpInfo method on the DocumentsApi is not serializing the input parameter into the localVarPostBody into a JSON string that the Encompass API expects. It is also missing the localVarQueryParams of "action=add" to get it to work correctly.
Per the PostMan collection from developer connect, the format should looks something like this in the body
I modified my local version to follow the PostMan sample for the body format and also needed to add in the query params "action=add" and it is now working for me on my forked copy.