POST api/zohoContenidos/save
Request Information
URI Parameters
None.
Body Parameters
ContenidoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CanalesEnvio | Collection of string |
None. |
|
| Contacto | integer |
None. |
|
| RecordImage | string |
None. |
|
| Copys | string |
None. |
|
| Currency | string |
None. |
|
| string |
None. |
||
| EmailOptOut | string |
None. |
|
| EnlaceImagen | string |
None. |
|
| Estrategia | string |
None. |
|
| ExchangeRate | string |
None. |
|
| Fecha | string |
None. |
|
| LineaNegocio | Collection of string |
None. |
|
| SecondaryEmail | string |
None. |
|
| Segmento | string |
None. |
|
| Tag | string |
None. |
|
| Tema | string |
None. |
|
| Name | string |
None. |
|
| TipoContenido | string |
None. |
|
| Producto | Collection of string |
None. |
|
| TipoInteraccion | string |
None. |
|
| IdPoliza | integer |
None. |
|
| IdIndemnizacion | integer |
None. |
|
| IdLead | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CanalesEnvio": [
"sample string 1",
"sample string 2"
],
"Contacto": 1,
"RecordImage": "sample string 1",
"Copys": "sample string 2",
"Currency": "sample string 3",
"Email": "sample string 4",
"EmailOptOut": "sample string 5",
"EnlaceImagen": "sample string 6",
"Estrategia": "sample string 7",
"ExchangeRate": "sample string 8",
"Fecha": "sample string 9",
"LineaNegocio": [
"sample string 1",
"sample string 2"
],
"SecondaryEmail": "sample string 10",
"Segmento": "sample string 11",
"Tag": "sample string 12",
"Tema": "sample string 13",
"Name": "sample string 14",
"TipoContenido": "sample string 15",
"Producto": [
"sample string 1",
"sample string 2"
],
"TipoInteraccion": "sample string 16",
"IdPoliza": 1,
"IdIndemnizacion": 1,
"IdLead": 1
}
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. |