Skip to main content
Solved

How to Create Invoice from Customer Order using Aurena API

  • December 11, 2023
  • 7 replies
  • 213 views

Forum|alt.badge.img+4

I’m trying to create invoice from customer order using Aurena API,

 

 

and i’m looking for the end point to do so,

Any one have idea about the specific endpoint?

 

 

Best answer by Marcel.Ausan

@Roshan0001  I just ran a quick test in an IFS Cloud environment. I guess the endpoint should be similar for Apps10 Aurena. See below


https://*******-uat.ifs.cloud/main/ifsapplications/projection/v1/QuickOrderFlowHandling.svc/ProcessOrders

Payload:
{
  "Selection": "ORDER_NO=*1519^",
  "StartEvent": "500",
  "CreateRentalTrans": null
}

 

View original
Did this topic help you find an answer to your question?

7 replies

Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1268 replies
  • Answer
  • December 11, 2023

@Roshan0001  I just ran a quick test in an IFS Cloud environment. I guess the endpoint should be similar for Apps10 Aurena. See below


https://*******-uat.ifs.cloud/main/ifsapplications/projection/v1/QuickOrderFlowHandling.svc/ProcessOrders

Payload:
{
  "Selection": "ORDER_NO=*1519^",
  "StartEvent": "500",
  "CreateRentalTrans": null
}

 


Forum|alt.badge.img+4
  • Author
  • Sidekick
  • 10 replies
  • December 11, 2023

@Marcel.Ausan 
Thanks for the answer.
Let me check this and get back to you!


Forum|alt.badge.img+4
  • Author
  • Sidekick
  • 10 replies
  • December 11, 2023

@Marcel.Ausan 

Thanks for the reply , it is the correct answer.
I want to know little information about api explorer from you,

We are working on medium scale integration with IFS api, and there are some other process need to integrate.

My question is how do we find correct api endpoint for correct task ?
We have access to the API Explorer but there is small detail about the end point as a example What is the “StartEvent” Property is used for what are the values for that property , currently you have used 500 as the value, what is the mean of 500 .
Where i can get complete guide about the endpoints ?


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1268 replies
  • December 11, 2023

@Roshan0001 the easiest way is to:

→ login via Aurena client

→ start web development tools → CTRL + SHIFI + I in Chrome

→ try to do the expected step → and see what the HTTP request/payload is

 

 

In this particular case start event 500 is hardcoded in the PL/SQL package that will create the transactions in the backend. As an integration developer you don’t need to know what the different codes are. You just need to be able to read the endpoint/payload and let the backend do it’s thing.

 

I hope this will be helpful for you.


Forum|alt.badge.img+4
  • Author
  • Sidekick
  • 10 replies
  • December 11, 2023

@Marcel.Ausan 

Thanks for the great reply!


Forum|alt.badge.img+10
  • Sidekick (Customer)
  • 176 replies
  • July 22, 2025

Has anyone got this working either with a String or to give a Success / Fail response.

 

I’m trying but no luck so far!


Forum|alt.badge.img+10
  • Sidekick (Customer)
  • 176 replies
  • July 22, 2025

Got the string working….though the response is still not there


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings