PUT api/SIGODatosSecciones/UpdateDatosConducto?token={token}
Actualiza la clave del agente en tramite_general (por folio + num_cotizacion) y en el último movimiento de bitacora_sigo del mismo folio.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
DatosConductoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | string |
None. |
|
| NumCotizacion | integer |
None. |
|
| Version | integer |
None. |
|
| ClaveConducto | integer |
None. |
|
| PctAgente | decimal number |
None. |
|
| PctPromotor | decimal number |
None. |
|
| PctDr | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Folio": "sample string 1",
"NumCotizacion": 2,
"Version": 3,
"ClaveConducto": 4,
"PctAgente": 1.0,
"PctPromotor": 1.0,
"PctDr": 1.0
}
application/xml, text/xml
Sample:
<DatosConductoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Models.Tramites"> <ClaveConducto>4</ClaveConducto> <Folio>sample string 1</Folio> <NumCotizacion>2</NumCotizacion> <PctAgente>1</PctAgente> <PctDr>1</PctDr> <PctPromotor>1</PctPromotor> <Version>3</Version> </DatosConductoRequest>
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.