POST Suppliapi/Pago/GuardarPago?monto={monto}&tipoPagoId={tipoPagoId}&numeroCuenta={numeroCuenta}&numeroDocumento={numeroDocumento}&bancoId={bancoId}&tenantId={tenantId}&invoicesHeaderId={invoicesHeaderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| monto | decimal number |
Required |
|
| tipoPagoId | integer |
Required |
|
| numeroCuenta | integer |
Required |
|
| numeroDocumento | string |
Required |
|
| bancoId | integer |
Required |
|
| tenantId | integer |
Required |
|
| invoicesHeaderId | integer |
Required |
Body Parameters
Collection of byteRequest Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |