Skip to main content

Hello Team,

 
I am pretty new to IFS with some background in middleware technologies. I am currently working on creating a document in IFS using IFS oData/REST API.

As per my understanding, to attach an external document to an IFS object using API , we need to follow below 3 steps:
    a. Create a document in IFS (IFS API - Projection: CreateAndImportDocument and Invoke action CreateDocument)
    b. Upload an external file to previously created IFS document
    c. Attach the document to an IFS object

I am able to create a document in IFS using the API successfully (Projection:CreateAndImportDocument and Invoke action CreateDocument)

 

And not sure which API or projection should I use to make next for uploading an external file to previously created IFS document?

 

Can someone help me in this regard?

Any help in this regard is highly appreciated.

 

Regards,

Siva

Hi @siva.cg 
Thank you for contacting IFS Community. As an initial step from overview, I could suggest you the following 2 documentations in case you haven’t referred already.
1. Document Management Development
2. IFS RESTful APIs
I hope an expert consultant might also have a better answer to your question but feel free to refer IFS Documentation : https://docs.ifs.com/techdocs/
Best Regards,
Yasas


Hi @Yasas_AK , Thanks for sharing the links. I have already gone through them but couldn’t find a solution yet. Will go through them again and see.

 

Regards,

Siva


Hi @siva.cg,

 

Have a look at the documentation for CreateAndImportDocument.svc endpoint posted by @Mathias Dahl below,

 

Cheers !
Dhananjaya.


Reply