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": "e6d34ee3-7ef4-44fd-aea0-a99e58c7ce42",
"user_id": "7d596ee3-a039-4e03-8f46-38118ad51d89",
"user_code": "sample string 3",
"user": {
"id": "8097e0f4-14ac-4f31-937e-bae7966ff634",
"db_language_id": "69dec407-560e-4b25-8cf6-6c8ea5514df1",
"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": "2026-08-11T00:39:54.2640634+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "ee910554-90fe-4b2b-9ea5-27f15606581a",
"sales_organization": {
"id": "0c0f7f64-2391-4016-b94e-670c37392963",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f4d714a0-388c-464a-b949-eee05a1bb1ac",
"db_currency_id": "84ad87d6-2e90-4b5e-ad67-66d4f3c92cd5",
"db_language_id": "271b4dc0-6814-45fe-b0fa-b766fb4d63d9",
"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-08-11T00:39:54.2640634+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "8a26d30b-6409-4bad-ba45-9dd879723404",
"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": "fd1e8f53-fe3c-4a32-869e-a44510faec5e",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-08-11T00:39:54.2640634+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "3df71612-c65d-471c-968b-b2cb0b2e4333"
},
"skill_id": "0f14a36a-62f9-4722-bdd2-42714495669d",
"skill_code": "sample string 5",
"skill": {
"id": "01307ee7-6983-4a22-89b0-e21a99313c26",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "48985706-9df7-46d0-a4fe-30e97b947f78",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "0c0f7f64-2391-4016-b94e-670c37392963",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f4d714a0-388c-464a-b949-eee05a1bb1ac",
"db_currency_id": "84ad87d6-2e90-4b5e-ad67-66d4f3c92cd5",
"db_language_id": "271b4dc0-6814-45fe-b0fa-b766fb4d63d9",
"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-08-11T00:39:54.2640634+00:00"
},
"modified_dateutc": "2026-08-11T00:39:54.2640634+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-08-11T00:39:54.2640634+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.