Creates a new user_skill_list object
Request Information
URI Parameters :
None.
Body Parameters :
user_skill_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| user_id |
Foreign key to user |
globally unique identifier |
Optionally required : user_id, user_code or user must be provided |
| user_code |
Embedded entity "user" using ERP PK when adding/updating user_skill_list |
string |
Optionally required : user_id, user_code or user must be provided |
| user |
Embedded entity "user" using node when adding/updating user_skill_list |
user |
Optionally required : user_id, user_code or user must be provided |
| skill_id |
Foreign key to skill |
globally unique identifier |
Optionally required : skill_id, skill_code or skill must be provided |
| skill_code |
Embedded entity "skill" using ERP PK when adding/updating user_skill_list |
string |
Optionally required : skill_id, skill_code or skill must be provided |
| skill |
Embedded entity "skill" using node when adding/updating user_skill_list |
skill |
Optionally required : skill_id, skill_code or skill must be provided |
| 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": "8ebd0031-3da2-42c0-af1d-8947cfa0e223",
"user_id": "87219ca0-ea96-4605-92f5-08960ff9fe5d",
"user_code": "sample string 3",
"user": {
"id": "30cb8a5f-ad62-45ff-9c10-50fd42a8e347",
"db_language_id": "c5c39af5-ca26-4b7d-ab6a-a22bdb62b289",
"username": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"code": "sample string 6",
"archived": true,
"disabled": true,
"emergency_contact": "sample string 9",
"bankaccount": "sample string 10",
"social_security": "sample string 11",
"place_of_birth": "sample string 12",
"nationality": "sample string 13",
"functions": "sample string 14",
"birthdate": "2025-11-17T19:50:08.9892191+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "562e7d46-f7d3-4051-b3c9-b70e0c41ef86",
"sales_organization": {
"id": "6c28b035-646a-4bb1-a519-14fbcd858d30",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6427ba53-7287-4339-9c23-a701ac78a4f4",
"db_currency_id": "52ab62f6-3c89-421a-9334-3f09bdd90395",
"db_language_id": "c3e11084-9974-4a82-8960-c2cd8a845f2c",
"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": "2025-11-17T19:50:08.9892191+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "e1d1fe45-f10e-498a-879b-094d9dd77de1",
"email": "sample string 22",
"phone": "sample string 23",
"fax": "sample string 24",
"mobile": "sample string 25",
"private_email": "sample string 26",
"private_phone": "sample string 27",
"private_fax": "sample string 28",
"private_mobile": "sample string 29",
"private_street": "sample string 30",
"private_street_number": "sample string 31",
"private_city": "sample string 32",
"private_zip": "sample string 33",
"private_db_country_id": "3e8f68ca-16c8-4de1-9ee3-85e10561029e",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2025-11-17T19:50:08.9892191+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "74298236-4767-4ec0-b0f5-f1628a1006d6"
},
"skill_id": "0c3f0ca6-ef29-4a43-b862-e8a99ee97abd",
"skill_code": "sample string 5",
"skill": {
"id": "ebde6024-2928-4636-953b-e6f0185629c8",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "991c0395-1d43-4ad6-ace6-59051f9bb830",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "6c28b035-646a-4bb1-a519-14fbcd858d30",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6427ba53-7287-4339-9c23-a701ac78a4f4",
"db_currency_id": "52ab62f6-3c89-421a-9334-3f09bdd90395",
"db_language_id": "c3e11084-9974-4a82-8960-c2cd8a845f2c",
"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": "2025-11-17T19:50:08.9892191+00:00"
},
"modified_dateutc": "2025-11-17T19:50:08.9892191+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2025-11-17T19:50:08.9892191+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.