Rest API integration object

Hey,

I'm trying to send my document to external document storing aplication. At this moment i can send document and it's stored so now i have to add some "indexes" such as client number, client name ect. (all of them are my process variables) I don't know how to achive this, could you please have a look on that case?

Thank you in advance,

Dawid 

...

  Discussion posts and replies are publicly visible

Parents
  • I have no information regarding your external document management application.  Let's call it DMA for right now.

    However, I expect it's possible that DMA returns its own unique identifier for the new document you just added.  You should be able to capture that from the response of the first call.
    Is there a second Update Indexes API call for DMA that takes that unique identifier? 
    If so, you should be able to pass in those indexes along with the new unique identifier in a second API call to DMA from Appian.

Reply
  • I have no information regarding your external document management application.  Let's call it DMA for right now.

    However, I expect it's possible that DMA returns its own unique identifier for the new document you just added.  You should be able to capture that from the response of the first call.
    Is there a second Update Indexes API call for DMA that takes that unique identifier? 
    If so, you should be able to pass in those indexes along with the new unique identifier in a second API call to DMA from Appian.

Children