post https://integration.nonprod.taginfraestrutura.com.br/customer/commercialestablishment/relationships
Log in to see full request history
Responses
xxxxxxxxxx
16var client = new HttpClient();
var contentString = new StringContent(
string.Empty,
Encoding.UTF8,
"application/json"
);
var request = new HttpRequestMessage
{
Method = HttpMethod.Get,
RequestUri = new Uri("https://integration.nonprod.taginfraestrutura.com.br/customer/commercialestablishment/relationships"),
Content = contentString
};
var response = await client.SendAsync(request);
Try It!
to start a request and see the response here! Or choose an example: