POST api/Preliquidacion/ConsultarPreliquidacion
Request Information
URI Parameters
None.
Body Parameters
ConsultaPreliquidaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| idPreliquidacion | integer |
None. |
|
| numeroIdentificacion | string |
None. |
|
| tipoServicio | string |
None. |
|
| fechaInicial | string |
None. |
|
| fechaFinal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPreliquidacion": 1,
"numeroIdentificacion": "sample string 2",
"tipoServicio": "sample string 3",
"fechaInicial": "sample string 4",
"fechaFinal": "sample string 5"
}
application/xml, text/xml
Sample:
<ConsultaPreliquidaciones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUES_API.Models"> <fechaFinal>sample string 5</fechaFinal> <fechaInicial>sample string 4</fechaInicial> <idPreliquidacion>1</idPreliquidacion> <numeroIdentificacion>sample string 2</numeroIdentificacion> <tipoServicio>sample string 3</tipoServicio> </ConsultaPreliquidaciones>
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. |