Generic List and x-www-form-urlencoded REST API

waitwait Member Posts: 53
edited 2020-06-04 in NAV Three Tier
Hi, I what I need to do is call REST API using x-www-form-urlencoded body to get a token that I can use calling other services, I'm using Http Client but what I can't figure out is how to create a list of the type <string><string> in NAV.

Edit, I'm trying to use Dictionary to achieve this System.Collections.Generic.Dictionary`2.'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

Does anyone have a clue how I can achieve this without writing my own dll?

The request I need to do:
xxkt2g351379.png

What I have so far:
ne3wksq5yw25.png

Best Answer

Answers

Sign In or Register to comment.