POST api/Coordinadora/CotizaCostoEnvio
Request Information
URI Parameters
None.
Body Parameters
Cotizador_cotizarIn| Name | Description | Type | Additional information |
|---|---|---|---|
| nit | string |
None. |
|
| div | string |
None. |
|
| cuenta | string |
None. |
|
| producto | string |
None. |
|
| origen | string |
None. |
|
| destino | string |
None. |
|
| valoracion | string |
None. |
|
| nivel_servicio | integer |
None. |
|
| alto | decimal number |
None. |
|
| ancho | decimal number |
None. |
|
| largo | decimal number |
None. |
|
| peso | decimal number |
None. |
|
| unidades | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"nit": "sample string 1",
"div": "sample string 2",
"cuenta": "sample string 3",
"producto": "sample string 4",
"origen": "sample string 5",
"destino": "sample string 6",
"valoracion": "sample string 7",
"nivel_servicio": 8,
"alto": 9.1,
"ancho": 10.1,
"largo": 11.1,
"peso": 12.1,
"unidades": 13.1
}
application/xml, text/xml
Sample:
<Cotizador_cotizarIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/prjWisApiRest.Models"> <alto>9.1</alto> <ancho>10.1</ancho> <cuenta>sample string 3</cuenta> <destino>sample string 6</destino> <div>sample string 2</div> <largo>11.1</largo> <nit>sample string 1</nit> <nivel_servicio>8</nivel_servicio> <origen>sample string 5</origen> <peso>12.1</peso> <producto>sample string 4</producto> <unidades>13.1</unidades> <valoracion>sample string 7</valoracion> </Cotizador_cotizarIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Cotizador_cotizarOut| Name | Description | Type | Additional information |
|---|---|---|---|
| flete_total | integer |
None. |
|
| flete_fijo | decimal number |
None. |
|
| flete_variable | decimal number |
None. |
|
| peso_liquidado | string |
None. |
|
| otros_valores | decimal number |
None. |
|
| producto | integer |
None. |
|
| ubl | integer |
None. |
|
| volumen | decimal number |
None. |
|
| peso_real | decimal number |
None. |
|
| dias_entrega | integer |
None. |
|
| fletetotalLogistic | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"flete_total": 1,
"flete_fijo": 2.1,
"flete_variable": 3.1,
"peso_liquidado": "sample string 4",
"otros_valores": 5.1,
"producto": 6,
"ubl": 7,
"volumen": 8.1,
"peso_real": 9.1,
"dias_entrega": 10,
"fletetotalLogistic": 11
}
application/xml, text/xml
Sample:
<Cotizador_cotizarOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/prjWisApiRest.Models"> <dias_entrega>10</dias_entrega> <flete_fijo>2.1</flete_fijo> <flete_total>1</flete_total> <flete_variable>3.1</flete_variable> <fletetotalLogistic>11</fletetotalLogistic> <otros_valores>5.1</otros_valores> <peso_liquidado>sample string 4</peso_liquidado> <peso_real>9.1</peso_real> <producto>6</producto> <ubl>7</ubl> <volumen>8.1</volumen> </Cotizador_cotizarOut>