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": "0245cd77-a7dc-4180-a2ec-1d211e6781e5",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "ebd4325d-beff-4712-bf04-4efc129d2f23",
"company_code": "sample string 5",
"company": {
"id": "6eae0bbd-c6f3-4045-826d-afc4689b9ab6",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-01-06T21:36:19.1870545+00:00",
"sales_territory_id": "b39692e3-e557-46ed-94a0-4662af4336e3",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "2c84bee3-7d2c-429b-a28b-b3539dbad9f6",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "86349cfa-30c7-48fe-a2c7-4b9ebce44b16",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "124db9b0-a62f-4f9b-81f9-dbc46497620b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "3e3f97c3-ece2-490e-8a1b-2451619a6b2e",
"db_currency_id": "bb1481ea-f125-46af-973a-f752a91b9a96",
"db_language_id": "1a144937-14e6-4e01-8c1d-76dde21f6c29",
"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-01-06T21:36:19.1870545+00:00"
},
"modified_dateutc": "2026-01-06T21:36:19.1870545+00:00"
},
"marketing_segment_id": "2ccfb29b-af68-4435-8ed8-493ec80265d7",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "e04dbcc5-fcf7-4bdf-95a5-1ad57dd97c1b",
"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": "8e5701c1-be12-45d7-86a3-a3c69aa63e30",
"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": "fd21b6ca-b298-4195-b5d0-880bd29d9c86",
"db_country_code": "sample string 28",
"feelist_id": "60e61e65-70cc-4a09-ab30-05c64f8a907b",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "c018212f-5b2a-4859-beab-322b636f4131",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "5fc43905-87c3-42f4-9de8-54f58df42c20",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-06T21:36:19.1870545+00:00",
"db_currency_id": "71368004-aa8c-4929-b8e3-253bbc4d8d37",
"db_currency_code": "sample string 10"
},
"company_type_id": "45a8b2f0-3193-45f1-97a8-c08e9561177b",
"company_type_name": "sample string 32",
"company_type": {
"id": "0622809d-de49-40d3-8756-4425e7450c35",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "c8080a75-7048-493e-a014-9be9b12729f3",
"sales_organization_code": "sample string 5"
},
"db_language_id": "952b074b-38c9-44a6-8d54-cdf8fdba549b",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "aef015b6-70e0-4689-bbd9-6bac58cd1243",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "28b5e3be-341d-412d-bd6b-15e25b42b062",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "5c54c313-bba8-4aaa-b76e-4ba453f4a541",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-01-06T21:36:19.1870545+00:00"
},
"company_sector_id": "61fa7785-2b1f-4dfa-84ae-0bb404dc1a39",
"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": "b103e4b5-aa09-4b3e-8d22-996f3714c20f",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "c598bb41-1672-4efc-9bd3-5fd4f92459a6",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "9b3597ee-1999-4541-8ef8-9f83674a4da8",
"account_manager_user_code": "sample string 56",
"company_status_id": "217e5238-6399-482d-acf2-206235b266c7",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-01-06T21:36:19.1870545+00:00",
"id2": 60
},
"db_language_id": "b3df7f7a-eb13-403d-bf72-a9a211d8baa3",
"db_language_code": "sample string 7",
"db_title_id": "1f5570e2-58e9-4419-ad64-2e5f771a395f",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-01-06T21:36:19.1870545+00:00",
"create_date": "2026-01-06T21:36:19.1870545+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-01-06T21:36:19.1870545+00:00"
}