Updates the user_skill_list object with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "2f2073d7-3cf6-42c3-b02e-0377b546c696",
"user_id": "6bea754b-89e2-4bba-8521-6855b832e52b",
"user_code": "sample string 3",
"user": {
"id": "e309078b-77a6-4c2b-bfdb-423f74a8b357",
"db_language_id": "6460edc5-ba2b-4f44-8040-84b995f07a50",
"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-09-22T06:11:07.5161506+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "63d7d5da-c864-4e90-a4d9-4e3b44b55ddf",
"sales_organization": {
"id": "4195be7d-4b35-4f78-91c0-589818470cec",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "db071935-ae1b-4826-954b-ab49e4062e9c",
"db_currency_id": "3b69c5c7-7f47-4e64-9496-04ef9f067091",
"db_language_id": "12810d27-2b3c-42f3-8a3a-303f4fd28fc4",
"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-09-22T06:11:07.5161506+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "541139a8-ca17-4848-8fb8-4711f16ecf30",
"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": "4dde8297-699e-4377-b446-992f106364ff",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-09-22T06:11:07.5161506+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "2b4c50ad-02d9-4071-abd5-a4da26be1557"
},
"skill_id": "f8e41d29-c80c-42ad-afbf-443fdabe3549",
"skill_code": "sample string 5",
"skill": {
"id": "14a8e3bf-cabb-4aff-afd7-bd177c23427a",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "55063eda-cf8b-42b9-8eb6-8310ebca8fa4",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "4195be7d-4b35-4f78-91c0-589818470cec",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "db071935-ae1b-4826-954b-ab49e4062e9c",
"db_currency_id": "3b69c5c7-7f47-4e64-9496-04ef9f067091",
"db_language_id": "12810d27-2b3c-42f3-8a3a-303f4fd28fc4",
"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-09-22T06:11:07.5161506+00:00"
},
"modified_dateutc": "2026-09-22T06:11:07.5161506+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-09-22T06:11:07.5161506+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.