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": "3815065a-ad47-4c96-bce4-fd190361845a",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "66665969-db42-4cf7-ae01-fc954766c58f",
"company_code": "sample string 5",
"company": {
"id": "ccbd3609-fbf6-4a33-a100-fd4bfe020d71",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-01-11T13:50:33.2579105+00:00",
"sales_territory_id": "91388225-36a1-4e0b-8456-6ec9cf650ecd",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "1d2f358e-f66e-4531-8391-5c26038710fc",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "25571660-0cf3-4d1d-ad4e-27f53ee07316",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "1d0766dd-e420-4c3d-8889-97fdb2d491cb",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "329f2d87-410b-4713-85ed-c0192de45b6b",
"db_currency_id": "6828e4a3-aeef-4854-9358-a691e1e988ed",
"db_language_id": "77b7aead-c00b-4b59-bcb6-04a12324bcab",
"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-01-11T13:50:33.2579105+00:00"
},
"modified_dateutc": "2026-01-11T13:50:33.2579105+00:00"
},
"marketing_segment_id": "7fd6a000-8af0-433d-a93e-cefb619ae62e",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "32dd4493-4246-45f8-893c-18a9009409ae",
"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": "35161468-2005-4c0c-af66-de2bb41c2fe7",
"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": "492661bd-2084-4ae1-87b1-c99d4d79565e",
"db_country_code": "sample string 28",
"feelist_id": "2c159da7-6273-45ee-87e3-a652fb872bfb",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "e5c6eac5-02c8-443d-b639-f30b4b608009",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "00984a8e-eb39-4208-b60d-ce9698199f9d",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-01-11T13:50:33.2579105+00:00",
"db_currency_id": "da0357d6-a665-4984-bf28-1c81b7960b91",
"db_currency_code": "sample string 10"
},
"company_type_id": "e2dd21af-b4a2-4d34-8d50-d29d7c87af0a",
"company_type_name": "sample string 32",
"company_type": {
"id": "eaa2e04b-54d8-47db-9cd7-5a785f4c8177",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "e63f6030-2b14-4270-8317-62ddfadb6b37",
"sales_organization_code": "sample string 5"
},
"db_language_id": "d4e8f702-4a14-4aad-a8e1-88e3ff5210af",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "39477c7a-8b28-48f3-af9e-c3d0039fc60e",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "b86d2c68-2668-4ab3-b51c-f96edc18f153",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "2a606718-6a00-46cd-a48a-78fa21b84b40",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-01-11T13:50:33.2579105+00:00"
},
"company_sector_id": "e7c04b91-bc17-4a8b-809e-e48ce7bbc70b",
"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": "ed2b80c9-4cd1-4020-89f1-460b4b2e2106",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "e89c3f6d-0bc3-438a-a86b-0d5559eb0b37",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "dfba4a94-a29e-48e9-8484-15b236ba3a8f",
"account_manager_user_code": "sample string 56",
"company_status_id": "d0d35264-883d-423b-892a-5a8e43464824",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-01-11T13:50:33.2579105+00:00",
"id2": 60
},
"db_language_id": "91063ae1-5db6-4909-9929-4f15d3383d83",
"db_language_code": "sample string 7",
"db_title_id": "d3fbb3bd-3e6c-432c-9020-05ad2c3d1f94",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-01-11T13:50:33.2579105+00:00",
"create_date": "2026-01-11T13:50:33.2579105+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-01-11T13:50:33.2579105+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.