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": "e65f3350-7a97-4f95-9062-05f3a7f1a256",
  "user_id": "c059f826-f294-4b67-8414-320592a84038",
  "user_code": "sample string 3",
  "user": {
    "id": "7021b970-aa75-49d2-bc7b-c6f1f91d1325",
    "db_language_id": "566b2477-0135-40b9-a59b-79c058ab230c",
    "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-28T16:20:52.2438469+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "e733639c-a142-43ef-b5ae-61704f0b3510",
    "sales_organization": {
      "id": "529a6809-82a2-4af4-b975-a01e83396dd0",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7ab4a207-f7f8-40b2-8917-d6dc0c28a520",
      "db_currency_id": "1a05e7c5-cec1-40de-9afd-9d06f2a06839",
      "db_language_id": "449528d1-c0ce-4a07-bb46-b8f139fa0d6a",
      "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-28T16:20:52.2438469+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "c6d02e1a-6ee4-47f9-b87a-e18779ca8ddc",
    "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": "9d9f048c-5377-43b1-89f1-e8da915906ff",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-12-28T16:20:52.2438469+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "02a92bf9-cc50-47a8-b905-2a78c807486f"
  },
  "skill_id": "b087c446-b8fe-4b33-86da-c48d9f9e4fe3",
  "skill_code": "sample string 5",
  "skill": {
    "id": "bdc426a4-e877-4577-9898-4ea624ae1af5",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "bf64d47a-d35f-472b-99f5-a62993eecee6",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "529a6809-82a2-4af4-b975-a01e83396dd0",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7ab4a207-f7f8-40b2-8917-d6dc0c28a520",
      "db_currency_id": "1a05e7c5-cec1-40de-9afd-9d06f2a06839",
      "db_language_id": "449528d1-c0ce-4a07-bb46-b8f139fa0d6a",
      "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-28T16:20:52.2438469+00:00"
    },
    "modified_dateutc": "2025-12-28T16:20:52.2438469+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2025-12-28T16:20:52.2438469+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.