Crm Models
Contacto
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/crmContact/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/crmContact
Create
POST https://dev.v3manager.com/api/model/crmContact
Update
POST https://dev.v3manager.com/api/model/crmContact/[id]
Delete
DELETE https://dev.v3manager.com/api/model/crmContact/[id]
Fields
| Name | Label | Type | Required | Readonly |
|---|---|---|---|---|
| id | Referencia | int | no | yes |
| name | Nombre completo | string | yes | no |
| avatar | Imagen | image | no | no |
| no | no | |||
| email2 | Otro email | no | no | |
| phone | Teléfono | string | no | no |
| phone2 | Otro teléfono | string | no | no |
| gender | Género | select | no | no |
| street | Calle | string | no | no |
| street2 | Calle 2 | string | no | no |
| city | Ciudad | string | no | no |
| region | Región | int | no | no |
| zipCode | Código Postal | string | no | no |
| country | País | int | no | no |
| birthdate | Fecha de nacimiento | date | no | no |
| language | Idioma | select | no | no |
| created | Fecha de creación | datetime | no | yes |
| createUser | Creado por | int | no | yes |
| updated | Fecha de actualización | datetime | no | yes |
| updateUser | Actualizado por | int | no | yes |
| deleted | Eliminado | bool | no | yes |
Values for gender
| Value | Name |
|---|---|
| 0 | Hombre |
| 1 | Mujer |
Values for language
| Value | Name |
|---|---|
| es | Español |
| en | Inglés |