Actually, in our application Invoice number property there.
Actually, we take same property and mapping external workday endpoint URL.
as of now i create connect rest for that endpoint URL and give the username and password as well, once i test that endpoint URL without any given request. i got respond like XML with bunch of invoice number and details.
In request i need to map the invoice number based up on that invoice number i will get the respond xml related invoice number
@kirti you can keep invoice number in your URL as query string parameter. You can use that query string to filter out the invoice number and have appropriate data.