Get Contact by Company Id
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| company_id | string |
Required |
Body Parameters :
None.
Response Information
Resource Description :
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": "4d7604c9-3884-4684-bf37-7ec8fa2c128b",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "9e04f752-6272-4abe-aa40-f5faa43bc06a",
"company_code": "sample string 5",
"company": {
"id": "df3d2948-38d9-429f-b117-14a2bf23d74b",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-05-13T12:17:09.3354164+00:00",
"sales_territory_id": "0a5fea6a-5b2e-4fdc-b426-ac37fe8fc191",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "12c2d564-6c50-455c-ad66-149b96c7a441",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "392d9653-bf3b-4308-bb81-05d5e04ab025",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "352116a2-30cb-4133-a2e1-265463b04a84",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "e78a5ed0-e654-447f-bb78-91cdf3c2ffb4",
"db_currency_id": "cdffafa6-bddb-4d14-9f52-1386c5ba09ff",
"db_language_id": "7041be41-2075-47f5-961a-c0f23302c211",
"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-13T12:17:09.3354164+00:00"
},
"modified_dateutc": "2026-05-13T12:17:09.3354164+00:00"
},
"marketing_segment_id": "f5c60518-a990-4078-858b-862a2dc1eed5",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "9e21fa7d-cdf4-4d76-9f43-2370ff1438ad",
"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": "8d392b6d-954e-4f81-a061-a51bfb145eaf",
"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": "f24f9d51-ec56-4cce-ad74-b195d942faca",
"db_country_code": "sample string 28",
"feelist_id": "e09cdf49-d842-44fc-a265-2664da1d965e",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "119e5e34-7594-4005-9c37-5ee97163d235",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "9b184f2a-fdb3-441a-a02b-40ed326e82ce",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-05-13T12:17:09.3354164+00:00",
"db_currency_id": "a1823b75-223c-4474-a27e-2e762637ea2e",
"db_currency_code": "sample string 10"
},
"company_type_id": "8dbf862f-7b6c-4fde-ad91-a068cac84336",
"company_type_name": "sample string 32",
"company_type": {
"id": "3c87b135-b129-4fa2-acb9-af78b9eace0b",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "3d500fe8-c077-4b91-a5c7-ccfec29a23eb",
"sales_organization_code": "sample string 5"
},
"db_language_id": "ef46714f-6e89-4f4e-b17f-a922bcbe2ac7",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "9cdb0b65-d276-4a0f-938a-33928aa6329b",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "46977189-a8c7-42bc-b85b-3f89dda22a0a",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "5584031f-6a0c-45c4-a001-c429f3f102ee",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-05-13T12:17:09.3354164+00:00"
},
"company_sector_id": "754437ac-7f31-4352-a80c-aec0c140aaf9",
"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": "1ec056ae-1a68-49c3-a68d-0dad72bd1c19",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "78f809ca-ce3a-4c15-a9c5-a4f54542b71f",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "73f0a1b5-d2f0-477c-8f18-0a9e36e22b7c",
"account_manager_user_code": "sample string 56",
"company_status_id": "96e6eb50-05df-4dfc-a4e7-91f29add940d",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-05-13T12:17:09.3354164+00:00",
"id2": 60
},
"db_language_id": "db3cfe1d-d356-413b-8d46-ec9e0cfc3ccd",
"db_language_code": "sample string 7",
"db_title_id": "da6e1f1f-aa14-40d2-9723-ba22658fa420",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-05-13T12:17:09.3354164+00:00",
"create_date": "2026-05-13T12:17:09.3354164+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-13T12:17:09.3354164+00:00"
}