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": "9bb3af55-96f1-4261-a1a4-183be5fc565c",
"user_id": "62bc5751-45cf-4cdf-8710-787c1300e3b9",
"user_code": "sample string 3",
"user": {
"id": "f2adf7ab-7d23-4439-9473-03a53c4d6442",
"db_language_id": "28823b2c-a79d-4855-a5a7-20953d23252f",
"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-06-19T18:37:07.795836+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "323127f6-5397-4c76-9105-6be06e3bb310",
"sales_organization": {
"id": "7396ec4b-3000-4bc1-82e8-debcc64488b8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "d24fc9d8-f3c5-4b59-b362-57a8f6f17cd8",
"db_currency_id": "86cab16d-70db-46e6-a967-6b93c985cf3b",
"db_language_id": "467e4402-3769-4671-88e4-1b682336039c",
"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-06-19T18:37:07.795836+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "ae7af9e4-4182-4202-9768-9ab62fb53763",
"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": "4e52ce78-2be8-4dac-96d3-1abd4aba4e2a",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-06-19T18:37:07.795836+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "c3ab2a76-d3fe-4a4e-b3d1-dbab441fd39b"
},
"skill_id": "d4392e18-29b8-4343-88ee-3ed72e232a0f",
"skill_code": "sample string 5",
"skill": {
"id": "606f63c9-b926-4f41-9e9a-8ef751d8bbc2",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "16e3082f-1d31-4fba-aae8-4ac74fa583d3",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "7396ec4b-3000-4bc1-82e8-debcc64488b8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "d24fc9d8-f3c5-4b59-b362-57a8f6f17cd8",
"db_currency_id": "86cab16d-70db-46e6-a967-6b93c985cf3b",
"db_language_id": "467e4402-3769-4671-88e4-1b682336039c",
"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-06-19T18:37:07.795836+00:00"
},
"modified_dateutc": "2026-06-19T18:37:07.795836+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-06-19T18:37:07.795836+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.