Creates a new contact object
Request Information
URI Parameters :
None.
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": "da84975a-bd57-45f9-8e02-b7520523ba61",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "23b9ad74-5dff-4b28-a187-f89767c80824",
"company_code": "sample string 5",
"company": {
"id": "a2c9974b-9312-4b35-bf34-613118c28b73",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-07-31T20:10:55.2430364+00:00",
"sales_territory_id": "eb17f655-f96d-49e2-9d1e-643f889c95cc",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "2b653d8d-39eb-426a-81dd-b0efbc7507b1",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "7b0bac3c-bdd0-4b28-b60c-f1e6928922b4",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "1c7a943f-5c5b-42ff-beaf-7ea872bdeaa4",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "e557bc09-3c82-4200-8d1c-b5d737a9a628",
"db_currency_id": "be69fd7c-5aa8-43b5-918c-723286ed372f",
"db_language_id": "b81f7d05-885a-4a87-afb2-555406bcaefa",
"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-07-31T20:10:55.2586579+00:00"
},
"modified_dateutc": "2026-07-31T20:10:55.2586579+00:00"
},
"marketing_segment_id": "5c8986ed-d261-4788-ab4b-4631cb21566b",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "05831814-689a-4a20-bbcb-4a044dd5ff4f",
"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": "e3cc7132-8caa-433c-ac97-8a80d8f794d3",
"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": "e2a1a48d-414a-4710-9cd6-4f0b4429521e",
"db_country_code": "sample string 28",
"feelist_id": "fb7a0c74-97d9-4971-acc4-51940b90d0a9",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "bfde9d3f-46c1-480f-942b-e56c2ee31eb4",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "a6ff5a81-6ab6-47ec-8c6e-c9cfdb575f3c",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-07-31T20:10:55.2586579+00:00",
"db_currency_id": "0467452f-3f8b-468e-abc2-86c2a356e4cd",
"db_currency_code": "sample string 10"
},
"company_type_id": "08f659f3-e0f7-4605-aab8-45962dcc953e",
"company_type_name": "sample string 32",
"company_type": {
"id": "0e40ab41-7cc6-44c5-bdc9-d8fe6d4ba8ea",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "bcabe6de-2698-47e4-8886-a579bbee2896",
"sales_organization_code": "sample string 5"
},
"db_language_id": "5e134e86-092f-4c57-8464-47922050af74",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "3581c644-e752-4a24-bbfe-c3273684a4db",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "b6a17898-3f08-4269-83c6-576ff5d8f270",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "a88c2024-dd5f-4081-b8fd-10b8893755d1",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-07-31T20:10:55.2586579+00:00"
},
"company_sector_id": "19436883-5554-42fb-a9d9-018e7a863b3c",
"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": "9308e397-7f9c-46f6-8caf-c9bfb3e1d077",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "472e020a-60b7-4116-9065-1553216a8fe7",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "829c4bc0-0e9d-4586-9ef0-0a7aa48eed2f",
"account_manager_user_code": "sample string 56",
"company_status_id": "bf77ebed-7745-4ca4-a028-11be3d7e01f4",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-07-31T20:10:55.2586579+00:00",
"id2": 60
},
"db_language_id": "c081a92e-f6a1-4807-a6c7-174b635de5be",
"db_language_code": "sample string 7",
"db_title_id": "80208bfa-f116-413c-887a-9a43d0ca8c93",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-07-31T20:10:55.2586579+00:00",
"create_date": "2026-07-31T20:10:55.2586579+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-07-31T20:10:55.2586579+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.