Crm Models
Contact
Endpoints
Retrieve by ID
GET https://eu.golfmanager.com/api/model/crmContact/[id]
Retrieve many
GET https://eu.golfmanager.com/api/model/crmContact
Create
POST https://eu.golfmanager.com/api/model/crmContact
Update
POST https://eu.golfmanager.com/api/model/crmContact/[id]
Delete
DELETE https://eu.golfmanager.com/api/model/crmContact/[id]
Fields
Name | Label | Type | Required | Readonly |
---|---|---|---|---|
id | ID | int | no | yes |
name | Full name | string | yes | no |
avatar | Image | image | no | no |
no | no | |||
email2 | Another email | no | no | |
phone | Phone | string | no | no |
phone2 | Another phone | string | no | no |
gender | Gender | select | no | no |
street | Street | string | no | no |
street2 | Street 2 | string | no | no |
city | City | string | no | no |
region | Region | int | no | no |
zipCode | Zip Code | string | no | no |
country | Country | int | no | no |
birthdate | Birthdate | date | no | no |
language | Language | select | no | no |
created | Creation date | datetime | no | yes |
createUser | Created by | int | no | yes |
updated | Update date | datetime | no | yes |
updateUser | Updated by | int | no | yes |
deleted | Removed | bool | no | yes |
Values for gender
Value | Name |
---|---|
0 | Male |
1 | Female |
Values for language
Value | Name |
---|---|
es | Spanish |
en | English |