79112036

Date: 2024-10-21 23:48:41
Score: 1
Natty:
Report link

I was able to load the new API reference using the below method.

using Acumatica.Default_22_200_001.Model;
using Acumatica.RESTClient.Client;

using static Acumatica.RESTClient.AuthApi.AuthApiExtensions;
using static Acumatica.RESTClient.ContractBasedApi.ApiClientExtensions;  

var client = new ApiClient(siteURL);
client.Login(username, password, tenant, branch, locale);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tharidhi Perera