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": "2730d224-0888-4552-b7aa-4b4d6bfd80df",
  "user_id": "9e4e87b9-51fe-44a9-9ed2-d8c872cd9577",
  "user_code": "sample string 3",
  "user": {
    "id": "ed5b0b02-f04b-495e-8117-de65aaca2a83",
    "db_language_id": "f9fa3ebb-207e-499a-a6c1-45f600917458",
    "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-04-20T13:30:24.059896+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "5d359bae-66ef-429e-9d6d-9c41b56a9584",
    "sales_organization": {
      "id": "b497b7e7-8f78-4568-a01d-776260626b95",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "232a7eea-1797-4581-b9d0-2a2a6a712b36",
      "db_currency_id": "7cd34560-4ce3-46cb-a0bd-e7aaca1c68cf",
      "db_language_id": "63735d58-9c42-4c6b-b846-4a8767001d73",
      "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-04-20T13:30:24.059896+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "7fad0076-3ccc-4cfc-8401-f60a703f7d13",
    "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": "58f02fe3-189c-4b12-9956-af147b24d79e",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2024-04-20T13:30:24.059896+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "f1b4d8c9-f8d8-4e7b-a7a7-eda7b499fb52"
  },
  "skill_id": "9b21ba9f-e6a5-4e57-ae54-0018e3c6f37e",
  "skill_code": "sample string 5",
  "skill": {
    "id": "d262da73-8cab-4164-8ec9-a3426b0d0173",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "aee25976-958f-4fc1-acb8-067af6ceab4e",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "b497b7e7-8f78-4568-a01d-776260626b95",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "232a7eea-1797-4581-b9d0-2a2a6a712b36",
      "db_currency_id": "7cd34560-4ce3-46cb-a0bd-e7aaca1c68cf",
      "db_language_id": "63735d58-9c42-4c6b-b846-4a8767001d73",
      "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-04-20T13:30:24.059896+00:00"
    },
    "modified_dateutc": "2024-04-20T13:30:24.059896+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2024-04-20T13:30:24.059896+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.