Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TRestClient Set an id parameter in the Put Method call

Hello, 

 

I am trying to call a Put Method in a Rest WS. The url of the method is 

 

http://localhost:8080/contact/{id}   --> Mehode PUT

 

La le id est a recuperer a partir du flow d'un tWriteJsonField. Pour chaque appel WS, il faut que je cherche le id, le mettre au niveau de l'URL et faire l'appel

 

0683p000009M9vw.png

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

i have found the solution. in the tWriteJsonField I  have added a new Output column with my id that I need next (called refContact). 

 

As I can easily refer this attribute, I add it to the Put URL needed in for the WS

 

0683p000009M9w1.png0683p000009M9iy.png

View solution in original post

1 Reply
Anonymous
Not applicable
Author

i have found the solution. in the tWriteJsonField I  have added a new Output column with my id that I need next (called refContact). 

 

As I can easily refer this attribute, I add it to the Put URL needed in for the WS

 

0683p000009M9w1.png0683p000009M9iy.png