Updates the contact with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
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 |
Request Formats :
application/json, text/json
{
"id": "83265fb1-bba9-40d6-b732-e908694bb85e",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "61cbc3ec-f77b-47cb-b9be-c5b2e4796af3",
"company_code": "sample string 5",
"company": {
"id": "717e5a00-09ea-49ab-8e7a-8867c8961dc6",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-02-19T06:42:47.8900449+00:00",
"sales_territory_id": "8632f672-77d3-4cca-bc82-c89f1fee5e19",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "1d9fd62c-b302-4475-a03b-84c3966eb114",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "df21895e-5c77-4ac5-88c5-c799f0994859",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "05f566c5-d8ee-4715-bd03-8401b0a55ee9",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "58fa9fde-28dc-4191-a968-08e2b3d556f7",
"db_currency_id": "a60e0256-5c4f-4d4b-911e-42a35447a24d",
"db_language_id": "e0a8152f-c334-4d13-aea1-ea8467d9b821",
"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-19T06:42:47.9056671+00:00"
},
"modified_dateutc": "2026-02-19T06:42:47.9056671+00:00"
},
"marketing_segment_id": "5a609750-e27d-4b9b-9e83-fcb7e32058bf",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "41e66828-799a-4172-827f-0f9bba15b75f",
"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": "ffa8038d-2e39-4655-9b65-5f961beec6bc",
"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": "5dd17bf7-4710-4e3a-8920-43ca049ebd94",
"db_country_code": "sample string 28",
"feelist_id": "4442023a-3900-4ba8-ae6f-004e205b7047",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "9d978370-cbc9-443f-b8e7-2b9b5c4b6b61",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "92b6bc0c-a556-4bf6-933e-9f40f9fa6bcf",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-02-19T06:42:47.9056671+00:00",
"db_currency_id": "d5da4e7e-f3ef-4c2e-a953-04170b00fcdf",
"db_currency_code": "sample string 10"
},
"company_type_id": "210e75d3-a3c6-4070-9534-71c7a54d6a4d",
"company_type_name": "sample string 32",
"company_type": {
"id": "cdfe19db-4319-4046-902b-7d95096557c1",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "a6efa3ba-5c90-4a85-8348-5a11b4ae6921",
"sales_organization_code": "sample string 5"
},
"db_language_id": "e4fca166-b374-4c07-bc5b-4b08f4637583",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "ea42db2c-85ea-4d79-be12-a5b7fbed49ce",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "e3615289-ecc9-429c-b2f8-b55d569e3822",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "34223ac1-91f0-4a53-b73f-64e369625bd8",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-02-19T06:42:47.9056671+00:00"
},
"company_sector_id": "4681ad5b-e8ea-4c0b-9832-7c45056e91ca",
"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": "c7bc5c91-02c5-417b-aace-97aee0daacd4",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "16a3d3de-b899-496a-8e5a-3372853209b3",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "23714291-4e69-49df-bbab-2fd259d78342",
"account_manager_user_code": "sample string 56",
"company_status_id": "400935e8-5fe1-480b-b346-7c6d4d13e184",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-02-19T06:42:47.9056671+00:00",
"id2": 60
},
"db_language_id": "17458179-3fc0-4f9d-8ea3-2054171a56af",
"db_language_code": "sample string 7",
"db_title_id": "811e85b5-cd84-4ac2-9b5d-f64a0b3908fa",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-02-19T06:42:47.9056671+00:00",
"create_date": "2026-02-19T06:42:47.9056671+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-19T06:42:47.9056671+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.