POST api/AdministrarReporteContacto?UsuarioLogueado={UsuarioLogueado}&ClaveOrigen={ClaveOrigen}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UsuarioLogueado | string |
Required |
|
| ClaveOrigen | integer |
Default value is 1 |
Body Parameters
AltaReporteContacto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaveSocio | integer |
None. |
|
| ClaveOrigen | integer |
None. |
|
| Telefono | string |
None. |
|
| Correo | string |
None. |
|
| Comentarios | string |
None. |
|
| ClaveAsunto | integer |
None. |
|
| ClaveMotivo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaveSocio": 1,
"ClaveOrigen": 2,
"Telefono": "sample string 3",
"Correo": "sample string 4",
"Comentarios": "sample string 5",
"ClaveAsunto": 6,
"ClaveMotivo": 7
}
application/xml, text/xml
Sample:
<AltaReporteContacto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCPM.Models"> <ClaveAsunto>6</ClaveAsunto> <ClaveMotivo>7</ClaveMotivo> <ClaveOrigen>2</ClaveOrigen> <ClaveSocio>1</ClaveSocio> <Comentarios>sample string 5</Comentarios> <Correo>sample string 4</Correo> <Telefono>sample string 3</Telefono> </AltaReporteContacto>
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. |