Forum Discussion

Ryan_Ong's avatar
Ryan_Ong
Copper Contributor
Jun 07, 2022

Object becomes null after calling HTTPClient.PostAsJsonAsync to access Web Api in web form

In my web form (ASP .Net 4.8, VB .Net), I have calling the following function from code-behind submit sales transaction via web api:   Public Async Function SendSale(fs As SaleTxnReqModel) As Task(...

Resources