Tool/software:
Dear TI Team,
I am currently working on implementing Backlog API Suite into our Windows application. However, I have encountered some challenges in understanding how the Quote lifecycle operates.
From what I understand, when creating a Quote, the response to the request is generated within 24 hours.
I have a few questions regarding this process:
- Does the response get sent directly to the last client that submitted the Quote request?
- Why is it not possible for the user to check the status of the Quote by calling
get Quotes
using the Quote Number?
It wouldn't be practical to keep the Windows application running all day long just to receive the response. For example, in the Subscription API, this was addressed by sending messages to the Customer API (Backlog ordering seems to work similarly).
Your insights on these matters would be greatly appreciated.
Thank you in advance.