get https://integration.nonprod.taginfraestrutura.com.br/receivable/consent/optin/
Log in to see full request history
xxxxxxxxxxvar client = new HttpClient();var contentString = new StringContent(string.Empty,Encoding.UTF8,"application/json");var request = new HttpRequestMessage{Method = HttpMethod.Post,RequestUri = new Uri("https://integration.nonprod.taginfraestrutura.com.br/receivable/consent/optin/{key}"),Content = contentString};var response = await client.SendAsync(request);
Try It! to start a request and see the response here! Or choose an example: