POST api/createCreditos
Request Information
URI Parameters
None.
Body Parameters
Creditos| Name | Description | Type | Additional information |
|---|---|---|---|
| propiedad | integer |
None. |
|
| cliente | integer |
None. |
|
| valor | decimal number |
None. |
|
| fecha | date |
None. |
|
| comision | decimal number |
None. |
|
| cantidadCuota | integer |
None. |
|
| frecuencia | integer |
None. |
|
| ruta | integer |
None. |
|
| usuarioCreacion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"propiedad": 1,
"cliente": 2,
"valor": 3.0,
"fecha": "2026-04-18T02:15:33.7662535-05:00",
"comision": 5.0,
"cantidadCuota": 6,
"frecuencia": 7,
"ruta": 8,
"usuarioCreacion": 9
}
application/xml, text/xml
Sample:
<Creditos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mvfwebapi.Models"> <cantidadCuota>6</cantidadCuota> <cliente>2</cliente> <comision>5</comision> <fecha>2026-04-18T02:15:33.7662535-05:00</fecha> <frecuencia>7</frecuencia> <propiedad>1</propiedad> <ruta>8</ruta> <usuarioCreacion>9</usuarioCreacion> <valor>3</valor> </Creditos>
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. |