POST api/CotizacionTest/TestConsultarDetalleCotizacion?tokenUsuario={tokenUsuario}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tokenUsuario | string |
Required |
Body Parameters
ConsultarDetalleCotizacionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| nCodCia | integer |
None. |
|
| nCodEmpresa | integer |
None. |
|
| nIdCotizacion | integer |
None. |
|
| nIDetCotizacion |
Id del Detalle/Subgrupo. Si se omite, regresará todos los Detalles/Subgrupos. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"nCodCia": 1,
"nCodEmpresa": 2,
"nIdCotizacion": 3,
"nIDetCotizacion": 1
}
application/xml, text/xml
Sample:
<ConsultarDetalleCotizacionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Models.SIGO_Cotizacion_Requests"> <NCodCia>1</NCodCia> <NCodEmpresa>2</NCodEmpresa> <NIDetCotizacion>1</NIDetCotizacion> <NIdCotizacion>3</NIdCotizacion> </ConsultarDetalleCotizacionRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.