POST api/forma-pago-clientes/agregar
Request Information
URI Parameters
None.
Body Parameters
FormaPago_ClientesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Cod_Pago | integer |
None. |
|
| Descripcion | string |
None. |
|
| Requiere_DatosBank | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cod_Pago": 1,
"Descripcion": "sample string 2",
"Requiere_DatosBank": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.