POST api/createPagos
Request Information
URI Parameters
None.
Body Parameters
Pagos| Name | Description | Type | Additional information |
|---|---|---|---|
| propiedad | integer |
None. |
|
| credito | integer |
None. |
|
| cuota | integer |
None. |
|
| valor_pago | integer |
None. |
|
| usuario | integer |
None. |
|
| tipo_pago | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"propiedad": 1,
"credito": 2,
"cuota": 3,
"valor_pago": 4,
"usuario": 5,
"tipo_pago": 6
}
application/xml, text/xml
Sample:
<Pagos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mvfwebapi.Models"> <credito>2</credito> <cuota>3</cuota> <propiedad>1</propiedad> <tipo_pago>6</tipo_pago> <usuario>5</usuario> <valor_pago>4</valor_pago> </Pagos>
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. |