How to be mapping our application property to external application property.

Hi guys,

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

Please help me out

Thanks in advance!

@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.

@Anoop Krishna

Yes, I tried to put invoice number in your URL as query string parameter. It’s not working properly.

Any other option, please let me know.

Please send me the screen shot.

@kirti can you please tell me what issue you are facing with query string?

Query string is a dynamic parameter in a service url. So it should work for your scenario.