POST api/forma-pago/delete-forma-pago
Request Information
URI Parameters
None.
Body Parameters
Det_Negocio_FormaPagoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nro_Negocio | decimal number |
None. |
|
| Id_Linea | decimal number |
None. |
|
| Num_Cuota | decimal number |
None. |
|
| Cantidad | decimal number |
None. |
|
| Cod_UndPago | string |
None. |
|
| Dias | decimal number |
None. |
|
| Cod_EventoPago | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nro_Negocio": 1.0,
"Id_Linea": 2.0,
"Num_Cuota": 3.0,
"Cantidad": 4.0,
"Cod_UndPago": "sample string 5",
"Dias": 6.0,
"Cod_EventoPago": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.