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": "3fdb8606-c065-49c6-80be-82a0c839b523",
  "user_id": "cd857022-c55a-4b91-808a-b1744a215971",
  "user_code": "sample string 3",
  "user": {
    "id": "a6bf4be6-cb22-4fa8-a690-10a6f51bf631",
    "db_language_id": "1cf80a38-24fd-40bf-95f2-ce10b0945cf2",
    "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": "2024-12-25T22:11:11.6517434+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "a18d0aad-8779-44fe-80c0-8addb29dfd38",
    "sales_organization": {
      "id": "a8e4726c-13fa-45a5-bcd1-df62c698adc7",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "8275b75d-9d25-42b2-8b49-85efba32d51e",
      "db_currency_id": "6e6e320c-f3ee-4c88-87b8-fc60e5f5fe2f",
      "db_language_id": "b4855cae-ca27-4864-818f-c7e5c84c3458",
      "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": "2024-12-25T22:11:11.6517434+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "10c8af47-5ed9-4eb1-88b7-41446b075f9d",
    "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": "107f6e3b-0bc3-4d3a-a347-b42af4ca96b9",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2024-12-25T22:11:11.6517434+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "2e832b27-e403-41ff-9d8f-c3119ea67b2a"
  },
  "skill_id": "76a4b857-9b38-4671-9bc3-d422b7f47712",
  "skill_code": "sample string 5",
  "skill": {
    "id": "313824e6-37bc-45a5-aebd-536082ea5a73",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "9e8fba9c-d77a-4ddf-acf7-f76abd54f144",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "a8e4726c-13fa-45a5-bcd1-df62c698adc7",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "8275b75d-9d25-42b2-8b49-85efba32d51e",
      "db_currency_id": "6e6e320c-f3ee-4c88-87b8-fc60e5f5fe2f",
      "db_language_id": "b4855cae-ca27-4864-818f-c7e5c84c3458",
      "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": "2024-12-25T22:11:11.6517434+00:00"
    },
    "modified_dateutc": "2024-12-25T22:11:11.6517434+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2024-12-25T22:11:11.6517434+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.