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": "1d1535ba-8162-4917-894e-b479c3228bb9",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "4e74733d-da4f-4e1e-b8b9-6c9becd94c41",
"company_code": "sample string 5",
"company": {
"id": "7eb07d90-ef11-46ba-9561-0ca4f4689868",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-04-18T03:50:36.7009849+00:00",
"sales_territory_id": "1a6852c4-cb6f-4571-9efe-625192319888",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "9e8f14fb-255a-4864-95bc-e294de0f0f20",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "8d4a3182-fd0f-44e2-a2fa-08a0c53ed46e",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "14c680d2-ba31-43d8-8f6a-c7cba82d2763",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7142103f-68c9-4c0f-94d1-d1847f72a480",
"db_currency_id": "72aca3c7-062a-44fc-aca0-eff3a3ac7428",
"db_language_id": "b673da36-d8e4-4fb0-9776-438dcb7189ca",
"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-04-18T03:50:36.7009849+00:00"
},
"modified_dateutc": "2026-04-18T03:50:36.7009849+00:00"
},
"marketing_segment_id": "568b10f2-4dfa-48eb-8319-aa1671a9061b",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "b29cf3f6-2a8c-49ba-856c-0a1ba58370ae",
"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": "e0f99dc4-49fd-410f-98f5-721e4902f63a",
"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": "10b41075-ef93-4de7-a27b-91dbaba0fdee",
"db_country_code": "sample string 28",
"feelist_id": "f3cbddc2-1c5b-454c-86c2-3114108a7139",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "4aff315c-0d98-4e30-b928-274d3f7d3daf",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "66c4e4a1-d388-4207-a97f-8e864e4f5282",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-04-18T03:50:36.7009849+00:00",
"db_currency_id": "848760ed-041c-4883-81ad-0796756a15c0",
"db_currency_code": "sample string 10"
},
"company_type_id": "2ac1307f-5d52-4585-866d-7e2186e1e120",
"company_type_name": "sample string 32",
"company_type": {
"id": "c7bd010a-f239-421f-9512-e1164f98f75d",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "9dc8e850-de4c-427d-aa90-bdf5002c9395",
"sales_organization_code": "sample string 5"
},
"db_language_id": "ffce301c-d11f-4a36-970a-6d0c43aa5e52",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "6aa201a7-e4d7-4c1f-84ba-f28ec3ae6d87",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "f2791f64-a7ca-4509-801a-28f1858ecf59",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "ce8231ab-905e-4684-a3eb-42a419803c4e",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-04-18T03:50:36.7009849+00:00"
},
"company_sector_id": "21d2d2de-720c-4d01-9875-53404908d70d",
"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": "38424c01-3573-4640-b77e-bc6f873e9876",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "aa244c43-2a60-4ac1-bc49-df945d972284",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "10fcea67-7441-49b9-838e-747bd2c8225e",
"account_manager_user_code": "sample string 56",
"company_status_id": "c687bec2-800d-43b3-9c2a-9a8d6dbcccd9",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-04-18T03:50:36.7009849+00:00",
"id2": 60
},
"db_language_id": "da7ebe4b-5942-4018-99bb-e0f145476dc7",
"db_language_code": "sample string 7",
"db_title_id": "9e5cc212-82f7-4526-9182-f0ed727004c3",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-04-18T03:50:36.7009849+00:00",
"create_date": "2026-04-18T03:50:36.7009849+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-04-18T03:50:36.7009849+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.