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": "ce29fb00-a7ef-451d-ba68-d2a581e7ba49",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "d65f4193-d637-43bc-bbf4-5ceaa62069c3",
"company_code": "sample string 5",
"company": {
"id": "1eaefe3d-28f0-449a-b80a-2e3e8b0af1d5",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-09-11T05:14:56.2629873+00:00",
"sales_territory_id": "0c263e52-6141-4d39-80d7-1795cbd8eb27",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "2197e9a1-b2a6-4513-9121-de0c291abbd9",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "31118a78-5232-4138-ae5a-abf57b920491",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "6b08c423-74f0-4210-9a36-7c14168b83d1",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7b211e57-e955-45b3-b3df-a9d574441f37",
"db_currency_id": "8c7d69e1-beea-4f51-a72e-d2ef08ba0701",
"db_language_id": "4e84c332-7bd7-4a32-8f28-1d198c73da67",
"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-09-11T05:14:56.2629873+00:00"
},
"modified_dateutc": "2026-09-11T05:14:56.2629873+00:00"
},
"marketing_segment_id": "35fe7667-c203-447b-b2dc-438bbda6778a",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "6f6918c7-3072-4e90-98a4-0dd03d07ea74",
"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": "099dbe9e-95fc-4206-b640-75dabe8345d8",
"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": "2743735c-75c5-444b-803a-e229e473cffa",
"db_country_code": "sample string 28",
"feelist_id": "ef941600-7318-4ca8-ae3a-a261360affb8",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "8cc859b8-54be-449c-b16d-ce7d9e09973e",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "c359856a-3c8f-49ae-8afa-4cc3a038ef52",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-11T05:14:56.2629873+00:00",
"db_currency_id": "1dfffe4c-4deb-4a57-9009-a12d937eaa17",
"db_currency_code": "sample string 10"
},
"company_type_id": "fbe3496d-9823-4bcc-b3ba-228f10e6e513",
"company_type_name": "sample string 32",
"company_type": {
"id": "991a4b60-70c5-462e-8013-0a8fb14ac40a",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "d885314e-e3ca-4b2b-950d-c76cb6b42c17",
"sales_organization_code": "sample string 5"
},
"db_language_id": "272bc006-562c-4a0a-989d-27c810602bc2",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "f3d507aa-58b9-45b7-b95c-d7aee4c5742e",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "9d654b4b-ce97-4dd9-9795-bbee9ccf4e83",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "4a782d37-2c39-49b5-a93f-60a290acc188",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-09-11T05:14:56.2629873+00:00"
},
"company_sector_id": "5d144775-caa7-417a-aa47-0e583a932285",
"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": "cc558802-b5de-4efc-8fa7-f5df1717d4b5",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "e96a757c-6e5e-4e31-8e9e-720229c742b7",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "b8ad39ea-c383-4193-9342-f29077f3d83b",
"account_manager_user_code": "sample string 56",
"company_status_id": "e9eb4ae1-8fe6-446c-bb6c-c8e0098b531b",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-09-11T05:14:56.2629873+00:00",
"id2": 60
},
"db_language_id": "a48c2543-d9ee-425a-85b1-3251b8afbb17",
"db_language_code": "sample string 7",
"db_title_id": "5f2cf48f-504f-4ac5-a543-b48d575c93a7",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-09-11T05:14:56.2629873+00:00",
"create_date": "2026-09-11T05:14:56.2629873+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-09-11T05:14:56.2629873+00:00"
}