ApplicationXtender REST API - cannot upload a document

Stroyer
edited February 20 in Documentum #1

I'm following the API instructions on page 66 of the "EMC® ApplicationXtender® REST Services Version 2.0 Development Guide" On that page, I'm trying to use the endpoint api/axdatasources/{dsn}/axbatches/{appid} which is used to upload a document.

However, I'm stuck with the following error response:
{
"ErrorCode": 9999,
"Message": "Sequence contains no matching element",
"InnerException": null
}

I can successfully call it to look at application information, view a document, and search,
but I cannot find a way to upload a document.

Does anyone have knowledge on how to use this REST api to upload a document?

Tagged:

Comments