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": "4342b361-5015-4a79-b2cf-fe9a1322bdbd",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "715f1633-1cec-4fb0-8a92-c79fa67bd00c",
"company_code": "sample string 5",
"company": {
"id": "6039f5a0-1819-4085-a463-84cb74850aaa",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-03-01T19:06:20.922441+00:00",
"sales_territory_id": "1076f7d3-68d9-4d55-8231-065b438579b0",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "fec52ae0-52c2-4b33-a8ee-609d206a6341",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "b7ec2316-3214-4dca-b5a2-2fef7b24d1da",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "22d005ca-abdc-4a14-8757-1b8db39d4fd7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "262facde-ecc7-4761-8163-f598f525d4e0",
"db_currency_id": "e33289cf-5a67-4146-a443-47e6bb63b439",
"db_language_id": "bcd6a055-21bb-46eb-a15d-3a7e8a11ce50",
"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-03-01T19:06:20.922441+00:00"
},
"modified_dateutc": "2026-03-01T19:06:20.922441+00:00"
},
"marketing_segment_id": "d19abf97-6e82-4dad-983b-36b6edca490f",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "ebe85a41-0b4a-469e-8fa0-449dc05f1848",
"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": "022bbed5-67e8-49ac-befc-c23723de1016",
"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": "7a758443-01e9-4988-8231-7c21a53a95e3",
"db_country_code": "sample string 28",
"feelist_id": "63c8a3e3-0dd9-46e2-a307-4b50f2710637",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "4afd1e26-8824-4da1-99db-19c33992513e",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "51356c4d-818e-4b0b-bc89-a71da502486d",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-03-01T19:06:20.922441+00:00",
"db_currency_id": "0885ed76-77f8-4f74-83e7-4abe5f573407",
"db_currency_code": "sample string 10"
},
"company_type_id": "b8260261-4ab3-47fb-8ece-f521d2932c7c",
"company_type_name": "sample string 32",
"company_type": {
"id": "9ece571f-11d0-4ba0-a0c2-7994c8125e35",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "a9d30faa-2552-4d1c-b69b-95372978ef16",
"sales_organization_code": "sample string 5"
},
"db_language_id": "11938d6f-7ebd-47ec-868f-c69a413bbba6",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "8276a109-60f3-4136-aafc-d8173b2d1ba7",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "62ec6558-0313-4a33-ad9b-ce71be15f5f4",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "ff694e45-6d8a-4323-b7dc-bc7052a4cd2b",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-03-01T19:06:20.922441+00:00"
},
"company_sector_id": "cb5debe5-ee84-44d5-9d40-7fb09b5eeb67",
"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": "0868b3e6-8104-4f46-b663-4ecae5cdc8a7",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "45c40591-2985-4153-ba62-2d64d3f1e1fa",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "06621ef7-39d4-4514-afcb-1b2108f10ea2",
"account_manager_user_code": "sample string 56",
"company_status_id": "ea5464b9-6c4c-4535-a09c-f2ee0645dab5",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-03-01T19:06:20.922441+00:00",
"id2": 60
},
"db_language_id": "3ba25a80-3fd5-4d82-944f-1105e940a445",
"db_language_code": "sample string 7",
"db_title_id": "8bde0094-a614-4f09-96ab-ef6ce78595c0",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-03-01T19:06:20.922441+00:00",
"create_date": "2026-03-01T19:06:20.922441+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-03-01T19:06:20.922441+00:00"
}