Try something like this at the beginning of your method: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11; This appears to be an issue with the .NET web request rather than an Anaplan thing.
... View more