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": "7e664cda-e81b-4afd-91bf-c9c7e5109b26",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "05d30d23-3c1f-4f74-9b70-4740f276a0a8",
"company_code": "sample string 5",
"company": {
"id": "8c0c06f5-d8b7-41f0-888f-e25230ba4ed7",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-06-03T05:51:06.1636046+00:00",
"sales_territory_id": "7ad66b7d-5655-4a2f-b72f-43ba6b20d25c",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "3cc8a488-d3e1-4d0d-a13b-0e3138711121",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "cbbe923c-8990-47ea-9cad-246039673c09",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "2f4c6012-1956-4bda-ad46-694bfd197208",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6f8c124e-a65c-4d79-8fe1-3f3571175ba1",
"db_currency_id": "ec2f7d19-275f-42fa-8253-da399b67d229",
"db_language_id": "3d007ff5-54a0-4bfe-b066-48513a1ff576",
"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-06-03T05:51:06.1792314+00:00"
},
"modified_dateutc": "2026-06-03T05:51:06.1792314+00:00"
},
"marketing_segment_id": "368865bb-3288-4195-a877-0ab7240128f0",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "0e4517bc-5ecc-46a7-8468-936730e93102",
"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": "c0459bbb-4c6d-4ec3-9771-c2a0addfde60",
"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": "8613199c-8429-4620-bae3-137284cad768",
"db_country_code": "sample string 28",
"feelist_id": "a302bc38-c1fc-4436-8422-00eaa4ab24e0",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "7a737cbf-89fc-4f9f-ae34-ad09af070a7d",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "74454bb8-9d0c-4727-8664-a0f396753181",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-06-03T05:51:06.1792314+00:00",
"db_currency_id": "ad047a6c-9aff-4556-91c8-441848e3b743",
"db_currency_code": "sample string 10"
},
"company_type_id": "135ff04b-d378-40f9-b3f4-92a643f85d42",
"company_type_name": "sample string 32",
"company_type": {
"id": "8741607b-c21f-4575-afbb-c5004f2debcd",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "5a1dfb3e-58d1-4a52-9456-0e9f3480bce0",
"sales_organization_code": "sample string 5"
},
"db_language_id": "8cf2f8d8-6941-4928-a2fa-eac2ee935e7b",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "228f1573-755d-4519-a9ed-6aacf83b5037",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "341bc4c1-d063-404d-9b85-67c2bcca3edc",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "6e01ac41-a696-400e-8ada-f94b6d7d4860",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-06-03T05:51:06.1792314+00:00"
},
"company_sector_id": "daff2505-58a0-4593-aa89-2dded842b6b8",
"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": "6076b85f-a13c-414d-83db-c3bc25e15b96",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "43e6826a-cf63-4359-8ab5-aa6166c7b298",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "e326d2d9-81f3-4940-b5ce-c9b41a3ff9b1",
"account_manager_user_code": "sample string 56",
"company_status_id": "22e20010-be4f-4fab-8cba-df69d6fd50cc",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-06-03T05:51:06.1792314+00:00",
"id2": 60
},
"db_language_id": "d079e71c-84ff-4839-b12e-b0c1504b8e02",
"db_language_code": "sample string 7",
"db_title_id": "ed0fc091-9643-4ab2-ba3d-28600670a9e5",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-06-03T05:51:06.1792314+00:00",
"create_date": "2026-06-03T05:51:06.1792314+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-06-03T05:51:06.1792314+00:00"
}