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": "c7a2b0d8-b664-46ca-a3be-ebfd8188024f",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "8214f73f-c5a3-4386-a17a-dbbf6e4ac61e",
"company_code": "sample string 5",
"company": {
"id": "55e914b6-fd54-401c-9a0d-f1b7279dcddf",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-05-23T17:23:40.226703+00:00",
"sales_territory_id": "2ff11d81-0cc0-4fd3-be9b-e0941f6f74bf",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "a254d7cf-d082-48db-a636-89f9a7ee7467",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "1e4c7cbc-385a-4b05-a9c2-d8940f84dab7",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "48159b96-c5a0-4425-b0c9-8163c4206de0",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6e0a2df1-e55a-451e-9c59-1f5f56ad3615",
"db_currency_id": "e96ab942-6774-4789-8bef-0bb5ab8ed5fb",
"db_language_id": "dd7d662e-4d04-4d58-b99b-2a26d04f15fe",
"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-05-23T17:23:40.226703+00:00"
},
"modified_dateutc": "2026-05-23T17:23:40.226703+00:00"
},
"marketing_segment_id": "bc3e552d-e90b-48ac-aa18-19709d52a8d6",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "14ef7f34-e07f-4703-a016-2f04f0ad9e0e",
"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": "2830350e-e0af-49fa-91a3-3a888ee5a7d2",
"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": "554cb232-b249-4755-88d5-f8f877211422",
"db_country_code": "sample string 28",
"feelist_id": "157d1919-3d53-4f7d-8294-2399ea394d80",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "4b957cba-f992-4412-b6fc-acc46ddbb95a",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "85a2997a-f535-44f2-93cb-88e0b2a542ed",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-05-23T17:23:40.226703+00:00",
"db_currency_id": "7462d2df-fa76-4550-b32e-f9420cdc0b3f",
"db_currency_code": "sample string 10"
},
"company_type_id": "e33a1821-4e29-4197-a498-337d1359cdc5",
"company_type_name": "sample string 32",
"company_type": {
"id": "5095a106-7651-4896-9216-8d0aaf376cd0",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "d8a90015-43cf-498d-967a-eef0cab5518f",
"sales_organization_code": "sample string 5"
},
"db_language_id": "62ab0e50-d213-476e-a804-dc087a5c57aa",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "90013966-6b50-4821-b0d1-4e12d284f72b",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "afa73e31-491f-40e1-b794-c8f9853e82aa",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "fd561d39-3a4e-43c5-a94b-ae7c089d52f5",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-05-23T17:23:40.226703+00:00"
},
"company_sector_id": "3a9e91a2-6b57-4714-b43b-3c2016c5f325",
"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": "d32d362a-ee8f-405d-889b-100b09e9a515",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "450ef05e-1f99-4fda-98a0-0bf236891871",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "dbd11edf-4b62-404f-827c-150c969e9a15",
"account_manager_user_code": "sample string 56",
"company_status_id": "b0137ebd-5a23-49e2-845e-96a935ca1b41",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-05-23T17:23:40.226703+00:00",
"id2": 60
},
"db_language_id": "9507c978-77ce-45f4-ae35-2cbe7c5665bd",
"db_language_code": "sample string 7",
"db_title_id": "013c4f2b-427a-4887-8857-c277162ab010",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-05-23T17:23:40.226703+00:00",
"create_date": "2026-05-23T17:23:40.226703+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-05-23T17:23:40.226703+00:00"
}