Updates the user_skill_list object with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

user_skill_list
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "a18a4cf8-7e3a-4aa1-986f-6b21404bb64e",
  "user_id": "b95d9350-81c4-4992-ad94-d831cfaeb41a",
  "user_code": "sample string 3",
  "user": {
    "id": "22c4fb0d-b921-497b-aefa-02e50015367e",
    "db_language_id": "5e18a363-791b-4277-ab9e-bd6132bb7b60",
    "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": "2025-12-29T19:51:32.7616531+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "55262f69-49c4-4fb8-baa8-35cbda66ba4c",
    "sales_organization": {
      "id": "87b62bc2-4d4e-4dd2-9504-86a4efc7b66b",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b970e2bc-9cc6-4063-9e07-268d5d560103",
      "db_currency_id": "0f1db5aa-dae6-4832-a12d-3eb76c3969c1",
      "db_language_id": "543201bf-8540-43f9-8493-c16f71012fe6",
      "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": "2025-12-29T19:51:32.7616531+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "9b0b3f02-8162-4aa2-8fa8-c5a9b5550933",
    "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": "f046ddec-f886-4731-b211-b3aea5eb40fd",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-12-29T19:51:32.7616531+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "19e5a3bc-3db8-4eb4-b3f6-32249c4b01aa"
  },
  "skill_id": "38727bcd-f0a0-43d2-9373-0b884e2f3258",
  "skill_code": "sample string 5",
  "skill": {
    "id": "a366ae34-7640-47dd-90cd-cb0f7976d67d",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "8262330c-7448-48a1-be4a-81f4b134ee01",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "87b62bc2-4d4e-4dd2-9504-86a4efc7b66b",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b970e2bc-9cc6-4063-9e07-268d5d560103",
      "db_currency_id": "0f1db5aa-dae6-4832-a12d-3eb76c3969c1",
      "db_language_id": "543201bf-8540-43f9-8493-c16f71012fe6",
      "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": "2025-12-29T19:51:32.7616531+00:00"
    },
    "modified_dateutc": "2025-12-29T19:51:32.7616531+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2025-12-29T19:51:32.7616531+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.