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": "36ccadd1-c764-418e-a38f-16dc6c9b264a",
"firstname": "sample string 2",
"lastname": "sample string 3",
"company_id": "3f48b7ce-ec0a-430c-85dc-9542003023e5",
"company_code": "sample string 5",
"company": {
"id": "43d56713-05fb-42e0-86c6-f0ac8abd7ba2",
"is_client": true,
"is_supplier": true,
"archived": true,
"name": "sample string 5",
"notes": "sample string 6",
"create_date": "2026-07-12T17:14:05.6754346+00:00",
"sales_territory_id": "326fd302-6e5c-4e58-8a39-743fdbf4ec66",
"sales_territory_code": "sample string 9",
"sales_territory": {
"id": "d9349ac3-3fa9-4a39-af2b-be53ca78cc10",
"code": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "667b983e-042d-4531-92f5-ca58a12e3a34",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "20ee7cfd-f0f7-46c6-a143-75d2418416da",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "5b785d9b-b24a-4324-bb4b-c761ff83f156",
"db_currency_id": "da911ddb-f82e-431b-8c53-37c95f58ef6b",
"db_language_id": "b7c0e5c5-a60d-49f3-84cd-564bdc945e0b",
"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-12T17:14:05.6754346+00:00"
},
"modified_dateutc": "2026-07-12T17:14:05.6754346+00:00"
},
"marketing_segment_id": "a65eaa87-4973-4802-af8c-91b5d2ac6bbf",
"marketing_segment_code": "sample string 11",
"sales_organization_id": "b186f368-8dcb-4f0c-abda-5854d5fdcf66",
"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": "55838071-257e-4f9c-8381-94530c13477c",
"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": "0624ae3f-db22-4c61-b413-6a1e30451463",
"db_country_code": "sample string 28",
"feelist_id": "8bb50a42-9a67-4e27-b438-e6ed5845d1ec",
"feelist_reference_back_office": "sample string 30",
"feelist": {
"id": "13c925d3-26a3-4a65-8668-089003601ce2",
"name": "sample string 2",
"description": "sample string 3",
"is_default": true,
"default_price": 1.0,
"sales_organization_id": "ee728f62-b8f4-4f8f-94f7-f958a01f3624",
"sales_organization_code": "sample string 6",
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-07-12T17:14:05.6754346+00:00",
"db_currency_id": "c14dd6a2-9778-41f6-a5c2-2d73f2ac5b63",
"db_currency_code": "sample string 10"
},
"company_type_id": "ef68e0f4-b266-450a-a23b-b5cddff47aa6",
"company_type_name": "sample string 32",
"company_type": {
"id": "add02f57-8cad-49d8-b707-f667abeb5322",
"name": "sample string 2",
"description": "sample string 3",
"sales_organization_id": "172f013e-3c23-44d7-8509-a8de51857bcc",
"sales_organization_code": "sample string 5"
},
"db_language_id": "d8629a70-95d5-4f17-9a84-894079cd8c1b",
"db_language_code": "sample string 34",
"code": "sample string 35",
"article_price_label_id": "3e485ec8-5ab5-40b1-b58a-fe685e2c5657",
"article_price_label_code": "sample string 37",
"db_payment_method_id": "2ca4fa73-ec05-4d83-b0b6-7d9a57fc55ac",
"db_payment_method_reference_back_office": "sample string 39",
"db_payment_methods": {
"id": "3eac5b96-41d9-4efc-bb62-f2188ed1ad29",
"name": "sample string 2",
"description": "sample string 3",
"reference_back_office": "sample string 4",
"activated": true,
"modified_dateutc": "2026-07-12T17:14:05.6754346+00:00"
},
"company_sector_id": "38a69ff5-5d03-4c38-ac42-55dc12e632f2",
"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": "22affc15-1512-4cfe-b641-aa2d59044c98",
"service_manager_user_code": "sample string 52",
"finance_manager_user_id": "6b29229b-b08e-42bf-9bdc-3d0b7348dc1a",
"finance_manager_user_code": "sample string 54",
"account_manager_user_id": "4653d9bd-14b9-41e8-89ee-f40bdddb7a8c",
"account_manager_user_code": "sample string 56",
"company_status_id": "8e6532f7-04f1-427e-a033-dafd3cb1f9c9",
"invoice_email_to": "sample string 58",
"modified_dateutc": "2026-07-12T17:14:05.6754346+00:00",
"id2": 60
},
"db_language_id": "83c3850f-c555-421f-b587-cfabdabaff99",
"db_language_code": "sample string 7",
"db_title_id": "94ddc15b-3af7-4698-a8ee-d28e119de85c",
"archived": true,
"functions": "sample string 10",
"e_login": "sample string 11",
"e_password": "sample string 12",
"notes": "sample string 13",
"birthdate": "2026-07-12T17:14:05.6754346+00:00",
"create_date": "2026-07-12T17:14:05.6754346+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-12T17:14:05.6754346+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.