Called from NAV to a dotnet method

Gon
Gon Member Posts: 1
Hi there,
Do you you think it would be possible to call this method from NAV???

Thanks

HttpClientExtensions.PostAsJsonAsync Method

public static Task<HttpResponseMessage> PostAsJsonAsync<T>(
this HttpClient client,
string requestUri,
T value
)

Answers

  • zohaibu95@hotmail.com
    zohaibu95@hotmail.com Member Posts: 223
    Yes you can by making DotNet variable.
    Best Regards
    Zohaib Ahmed
    Dynamics NAV ERP Technical Consultant.

    please like / agree / verify my answer, if it was helpful for you. thanks.
  • Gonzalo
    Gonzalo Member Posts: 19
    Yes of course with dotnet, but how I pass a T Value??