POST api/v1/cotizacionseguimiento
Request Information
URI Parameters
None.
Body Parameters
SeguimientoCreateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CodCotizacion | integer |
None. |
|
| CodPotencial | integer |
None. |
|
| CodProspecto | integer |
None. |
|
| TipoSeguimiento | string |
Required String length: inclusive between 0 and 100 |
|
| Informacion | string |
Required |
|
| Usuario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"codCotizacion": 1,
"codPotencial": 1,
"codProspecto": 1,
"tipoSeguimiento": "sample string 1",
"informacion": "sample string 2",
"usuario": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.