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": "3b40343f-d24e-4b5f-ae8d-f114e09869d6",
"user_id": "025882c6-bdaf-437b-946c-19a13fe119b7",
"user_code": "sample string 3",
"user": {
"id": "99e5cd09-e40b-4a03-ab56-55fda2821ba7",
"db_language_id": "29219c63-ea2c-4d79-9fd5-9d372e547369",
"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-02-15T19:46:44.8167944+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "ecfab42d-bdc4-49d5-968f-8961ac25451c",
"sales_organization": {
"id": "8d8d8427-e83b-48f4-9d92-68c9494b667a",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "46c85194-a8c2-4127-8dbb-f07a0da18e74",
"db_currency_id": "319be24c-60e2-4c78-80c5-06fa499e3908",
"db_language_id": "14daf341-3492-4f7d-b340-5fbacdc098dc",
"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-02-15T19:46:44.8324196+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "526f1b2e-57e3-4919-b2bf-5e7f8ed436da",
"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": "82a8ab87-b5b5-4743-990e-f88fec9f848d",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-02-15T19:46:44.8324196+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "17e9f0f3-a3cc-4462-a655-9b234aee21e2"
},
"skill_id": "ef7036da-fdbc-4921-9c09-7dc9ac460b4a",
"skill_code": "sample string 5",
"skill": {
"id": "93e16302-4322-4dea-90c6-931c31823812",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "e9bbaa2f-4496-47ac-a94a-bdbe52212358",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "8d8d8427-e83b-48f4-9d92-68c9494b667a",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "46c85194-a8c2-4127-8dbb-f07a0da18e74",
"db_currency_id": "319be24c-60e2-4c78-80c5-06fa499e3908",
"db_language_id": "14daf341-3492-4f7d-b340-5fbacdc098dc",
"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-02-15T19:46:44.8324196+00:00"
},
"modified_dateutc": "2026-02-15T19:46:44.8324196+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-02-15T19:46:44.8324196+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.