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": "c989a2b8-57a4-49d5-8c1b-17f4cfa8ade8",
"user_id": "a2365dad-9c88-49d1-ab32-c4dd5b4ae4fb",
"user_code": "sample string 3",
"user": {
"id": "eb520b7f-a589-4e28-95b0-d85ebf39f05e",
"db_language_id": "e76ef906-16bf-494a-a912-2b5039492dc4",
"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-07-13T05:42:25.4832777+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "9d44da97-3fe9-4a9f-bb8b-4ed0b4970149",
"sales_organization": {
"id": "1db23562-f062-408b-8687-48887d2bc1a5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "e04c4d02-a260-4cdd-8feb-aabf44b0e9ea",
"db_currency_id": "f40322d7-febe-4a12-9b75-0e0d13219d1d",
"db_language_id": "fecdd400-237b-468e-afa9-7b4a681e7229",
"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-13T05:42:25.4832777+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "f493ff08-0cf1-4628-828a-82edc1cbc4fb",
"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": "016eaa58-0309-4563-b190-b1784a279e1e",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-07-13T05:42:25.4832777+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "ea4a453e-f7a0-40bb-adf6-546536c4fee9"
},
"skill_id": "c9e06971-85da-4691-855b-0735e8bc7c5d",
"skill_code": "sample string 5",
"skill": {
"id": "0f0b54e1-3092-498e-93b7-815203b58c1b",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "153558b5-4547-4b99-ab2e-d171eafb48d3",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "1db23562-f062-408b-8687-48887d2bc1a5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "e04c4d02-a260-4cdd-8feb-aabf44b0e9ea",
"db_currency_id": "f40322d7-febe-4a12-9b75-0e0d13219d1d",
"db_language_id": "fecdd400-237b-468e-afa9-7b4a681e7229",
"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-13T05:42:25.4832777+00:00"
},
"modified_dateutc": "2026-07-13T05:42:25.4832777+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-07-13T05:42:25.4832777+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.