Skip to main content
Published: February 27 2020, 11:30:00 AMUpdated: August 29 2022, 4:53:54 PM

In order to change the request version in .NET while using SDK, please use the below example code. 
 
ApiContext has a Version property field which can be set to a different version than the one SDK Provides.
 
ApiContext context = new ApiContext();
context.Version = "1235";

 

How well did this answer your question?
Answers others found helpful