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": "38874354-e096-4043-b94d-d602b7608b9e",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "706e6612-c8c7-4c30-8678-7977b8d8cec9",
"company_code": "sample string 5",
"company": {
"id": "19713979-ea5a-459f-9502-54cb366fb637",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-02-20T13:23:32.9597266+00:00",
"sales_territory_id": "f4afbccd-1630-40ac-a405-c7a219dc9aae",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "4503706a-daf2-4f8b-923c-fef852df512a",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "007e3f17-009c-42c4-a268-73df8e3dccff",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "a7832892-ee9b-4132-ad38-13b381a5f029",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "772a5b0f-1386-40e0-8506-b2599c433b4c",
"db_currency_id": "277f7dda-422c-436f-8967-54663fed731c",
"db_language_id": "69cbf9b6-b238-4741-835c-98c8656aed0a",
"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-02-20T13:23:32.9753545+00:00"
},
"modified_dateutc": "2026-02-20T13:23:32.9753545+00:00"
},
"marketing_segment_id": "f45404c5-2410-46d3-b03d-e0d3b7f96c50",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "0b70eb6c-6ed3-482b-ac03-50248138ccd1",
"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": "623a81f8-c014-4c93-935a-2e88fa27b2e8",
"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": "2aab4856-da4b-4aef-8c3a-9f3ef89bab6c",
"db_country_code": "sample string 28",
"feelist_id": "a5a9abe1-3758-42f6-8c2f-0ff58849deea",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "c1bb36aa-88e2-472c-99b5-d7ae9c6f078d",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "81b98e35-76bc-4a92-8dc9-d26b28117a25",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-02-20T13:23:32.9753545+00:00",
"db_currency_id": "d9911e4e-7a51-460a-bc11-4a2c2707b7b4",
"db_currency_code": "sample string 10"
},
"company_type_id": "4c3ad21e-9c03-4cb6-9c90-59acba9285bb",
"company_type_name": "sample string 32",
"company_type": {
"id": "672360a2-a0a6-4e83-9350-b325da0d243d",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "10335e3a-76b5-4002-a568-18faadf4aa5e",
"sales_organization_code": "sample string 5"
},
"db_language_id": "3e84a307-2931-44d8-833c-da4c35c313b0",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "88876a23-813b-4398-bada-194d8ca37e22",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "3b57765c-9dee-4ee0-8411-9b11db593e6b",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "8a348663-20b1-4ded-a8c8-d6bada9830a3",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-02-20T13:23:32.9753545+00:00"
},
"company_sector_id": "013e4096-fb38-4223-8e49-cab78a64eb4a",
"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": "3c586f55-e9e7-4920-a3ba-834a916a1c39",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "b08f7faa-e0f9-4e18-9891-4e7119cc7c4a",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "a91df947-1a5d-45c3-bebd-30a0708056e8",
"account_manager_user_code": "sample string 56",
"company_status_id": "7a29fcdb-b361-4d35-8994-9aa23f1bf3f2",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-02-20T13:23:32.9753545+00:00",
"id2": 60
},
"db_language_id": "cbb3aec0-b58d-4f59-a7ad-6df88ffea7ef",
"db_language_code": "sample string 7",
"db_title_id": "837c8489-3d64-4c7c-a10a-0963e94a171f",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-02-20T13:23:32.9753545+00:00",
"create_date": "2026-02-20T13:23:32.9753545+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-02-20T13:23:32.9753545+00:00"
}