Compare commits
No commits in common. "e7372f2ae6747ed4f9d13707f769645148254776" and "ca6f3cec82a67d20b79379f93148a93e765faf48" have entirely different histories.
e7372f2ae6
...
ca6f3cec82
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace DAS
|
||||||
content.Headers.Add("codigoObra", medicion.Code);
|
content.Headers.Add("codigoObra", medicion.Code);
|
||||||
content.Headers.Add("timeStampOrigen", timeStamp);
|
content.Headers.Add("timeStampOrigen", timeStamp);
|
||||||
|
|
||||||
var response = await _httpClient.PostAsync($"{SubterraneaApiUrl.BaseUrl}{SubterraneaApiUrl.EndPoint}", content);
|
var response = await _httpClient.PostAsync($"{SubterraneaApiUrl.BaseUrl}{SubterraneaApiUrl.EndPoint}SSSSSSSSSSSSSSSSS", content);
|
||||||
string jsonRecibido = await response.Content.ReadAsStringAsync();
|
string jsonRecibido = await response.Content.ReadAsStringAsync();
|
||||||
string estado = response.IsSuccessStatusCode ? "OK" : "ERROR";
|
string estado = response.IsSuccessStatusCode ? "OK" : "ERROR";
|
||||||
string comprobante = string.Empty;
|
string comprobante = string.Empty;
|
||||||
|
|
Loading…
Add table
Reference in a new issue