POST api/soportes/crear
Request Information
URI Parameters
None.
Body Parameters
Soporte| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UsuarioId | string |
None. |
|
| UsuarioIdAsignado | string |
None. |
|
| CorreoContacto | string |
None. |
|
| TelefonoContacto | string |
None. |
|
| EsTecnoClub | boolean |
None. |
|
| TipoSoporte | string |
None. |
|
| EquipoId | integer |
None. |
|
| Titulo | string |
None. |
|
| Descripcion | string |
None. |
|
| ImagenUrl | string |
None. |
|
| Modificaciones | string |
None. |
|
| Prioridad | PrioridadSoporte |
None. |
|
| Estado | EstadoSoporte |
None. |
|
| FechaCreacion | date |
None. |
|
| FechaRespuesta | date |
None. |
|
| FechaCierre | date |
None. |
|
| SeguimientoCorreo | boolean |
None. |
|
| Mensajes | Collection of SoporteMensaje |
None. |
|
| Origen | string |
None. |
|
| ReferenciaPago | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.