POST api/ApiSapSaldoProveedor

Request Information

URI Parameters

None.

Body Parameters

SAPSaldoProveedorModel
NameDescriptionTypeAdditional information
Fecha_Fin

date

None.

Fecha_Inicio

date

None.

Fecha_Vencimiento

date

None.

FlagDPP

string

None.

Moneda

string

None.

No_Proveedor

string

None.

Sociedad

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Fecha_Fin": "2026-04-16T14:10:32.1256837+00:00",
  "Fecha_Inicio": "2026-04-16T14:10:32.1256837+00:00",
  "Fecha_Vencimiento": "2026-04-16T14:10:32.1256837+00:00",
  "FlagDPP": "sample string 3",
  "Moneda": "sample string 4",
  "No_Proveedor": "sample string 5",
  "Sociedad": "sample string 6"
}

application/xml, text/xml

Sample:
<SAPSaldoProveedorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSAPIntegration.Models">
  <Fecha_Fin>2026-04-16T14:10:32.1256837+00:00</Fecha_Fin>
  <Fecha_Inicio>2026-04-16T14:10:32.1256837+00:00</Fecha_Inicio>
  <Fecha_Vencimiento>2026-04-16T14:10:32.1256837+00:00</Fecha_Vencimiento>
  <FlagDPP>sample string 3</FlagDPP>
  <Moneda>sample string 4</Moneda>
  <No_Proveedor>sample string 5</No_Proveedor>
  <Sociedad>sample string 6</Sociedad>
</SAPSaldoProveedorModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.