Retrieves all the company contact
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
contact| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| firstname |
Firstname of the contact |
string |
Max length: 50 |
| lastname |
Lastname of the contact. If you have one single field available for firstname+lastname then use Lastname |
string |
Required Max length: 50 |
| company_id |
Company of the contact |
globally unique identifier |
Optionally required : company_id,company_code or company must be provided |
| company_code |
Embedded entity "company" using ERP PK when adding/updating contact |
string |
Optionally required : company_id,company_code or company must be provided |
| company |
Embedded entity "company" when adding/updating contact |
company |
Optionally required : company_id,company_code or company must be provided |
| db_language_id |
Language of the contact.If empty, will use the default on the system |
globally unique identifier | |
| db_language_code |
Language code entity using international isocode when adding/updating contact |
string | |
| db_title_id |
The title of the contact |
globally unique identifier | |
| archived |
Archive this contact to not have it anymore on the search |
boolean | |
| functions |
Function of the contact (ServiceManager,...) |
string |
Max length: 64 |
| e_login |
Login of the contact (if have access to ServiceDesk) |
string |
Max length: 50 |
| e_password |
Password in clear text of the contact (if have access to ServiceDesk) |
string |
Max length: 50 |
| notes |
Notes/Remark field |
string | |
| birthdate |
Birthday date |
date | |
| create_date |
Creation date+time |
date | |
| phone |
Phone number of the contact |
string |
Max length: 50 |
| mobile |
a number of the contact |
string |
Max length: 50 |
|
|
string |
Max length: 250 |
|
| skype |
skype |
string |
Max length: 250 |
| private_phone |
Private phone number of the contact |
string |
Max length: 50 |
| private_mobile |
Private mobile number of the contact |
string |
Max length: 50 |
| private_email |
Private email |
string |
Max length: 250 |
| reference_back_office |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 50 |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "b1dc9559-0cff-471c-82ac-71edb5c2cc22",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "c2ff99c9-c969-49ba-a6b9-f04aced5b938",
"company_code": "sample string 5",
"company": {
"id": "cab3f4c5-22ae-4f2a-b54b-55fd6f12d7b8",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-04-23T06:56:10.6050844+00:00",
"sales_territory_id": "1bad144a-3c79-46cb-bdc8-4db094b9eea2",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "9ad6b27f-f989-468d-9e02-2169112d6291",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "5ddef654-df34-4ae7-afd4-3928d8c96d83",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "adc85744-4082-4618-a65e-c4a92cfb1ab9",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f77ce810-888d-481b-9501-74ec9bdb4cc7",
"db_currency_id": "18deb20f-85c9-4e52-a091-d9fd6dd743cf",
"db_language_id": "6429059b-dbfd-4310-b1b7-48598a8e642d",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-04-23T06:56:10.6050844+00:00"
},
"modified_dateutc": "2026-04-23T06:56:10.6050844+00:00"
},
"marketing_segment_id": "32eed45c-9eb6-45f3-9713-ea91dccc81d3",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "5cd6c8c5-55f9-4f4d-8140-552210afec4c",
"sales_organization_code": "sample string 13",
"company_sales_status_code": "sample string 14",
"vat_reg_code": "sample string 15",
"is_working_address": true,
"parent_id": "063f87ee-c877-46bd-b80a-9242e0426fa0",
"parent_company_code": "sample string 18",
"phone": "sample string 19",
"fax": "sample string 20",
"url": "sample string 21",
"email": "sample string 22",
"street": "sample string 23",
"street_number": "sample string 24",
"city": "sample string 25",
"zip": "sample string 26",
"db_country_id": "a8834100-30cf-4cc1-83f0-d7639fa76684",
"db_country_code": "sample string 28",
"feelist_id": "60e2ddf5-a5fa-4d92-9ba2-d4ddcfb0cb0f",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "902f9fce-b45c-4275-84ba-52a49ffd1ac5",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "3ff041d4-a4ea-40f8-96a4-a8f089604d02",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-04-23T06:56:10.6050844+00:00",
"db_currency_id": "3f8a870d-cb14-4caa-a5be-5d12a0212d4b",
"db_currency_code": "sample string 10"
},
"company_type_id": "5f49c5d9-ec25-442d-b262-a367979e5ae2",
"company_type_name": "sample string 32",
"company_type": {
"id": "21cd0840-e107-445c-a489-284721bf888f",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "2d1832be-a6de-477d-aaaa-19e60c9a05d5",
"sales_organization_code": "sample string 5"
},
"db_language_id": "fd4491cd-eddc-4064-b61f-95521741a7d6",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "6e334be8-81ef-427b-8860-003987dcc32f",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "8ed5d780-fd36-4ef3-80b9-0b8d23261b72",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "f3312321-8f65-4c81-95d8-25d6e2b54406",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-04-23T06:56:10.6050844+00:00"
},
"company_sector_id": "23cb0747-2e2e-455b-9a74-081b76b3941e",
"company_sector_code": "sample string 41",
"is_lead": true,
"is_subcontractor": true,
"latitude": 1.0,
"longitude": 1.0,
"street2": "sample string 44",
"bic_code": "sample string 45",
"specialities": "sample string 46",
"register_number": "sample string 47",
"register_city": "sample string 48",
"bankaccount": "sample string 49",
"mobile": "sample string 50",
"service_manager_user_id": "8f55e49b-1067-4a61-98ff-157de593f47d",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "dd86ad1f-5fcb-4695-9f96-e1093a69b712",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "2218a732-faa4-44aa-9fb8-087d8f4f2447",
"account_manager_user_code": "sample string 56",
"company_status_id": "ac9f17c7-4243-4294-96b6-8737ad693d18",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-04-23T06:56:10.6050844+00:00",
"id2": 60
},
"db_language_id": "835d9459-ef2a-4348-8fd7-81b158a8cd2c",
"db_language_code": "sample string 7",
"db_title_id": "d7f3c451-209a-405d-8399-c9c0917c9e70",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-04-23T06:56:10.6050844+00:00",
"create_date": "2026-04-23T06:56:10.6050844+00:00",
"phone": "sample string 16",
"mobile": "sample string 17",
"email": "sample string 18",
"skype": "sample string 19",
"private_phone": "sample string 20",
"private_mobile": "sample string 21",
"private_email": "sample string 22",
"reference_back_office": "sample string 23",
"modified_dateutc": "2026-04-23T06:56:10.6050844+00:00"
}