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": "3944580e-9856-4ea2-ac5b-bb96b469d278",
  "user_id": "50dd0d0b-5037-4bca-ae64-cadfc5661d09",
  "user_code": "sample string 3",
  "user": {
    "id": "c77d446e-484b-486c-a708-0a5086bd657e",
    "db_language_id": "095a86e1-aad5-4fc5-8d72-f096e7ff9d3d",
    "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-11-20T11:14:55.7100341+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "3c0fe2eb-ce4e-4b7e-9591-32994b6f91e2",
    "sales_organization": {
      "id": "aabc242c-8405-46c1-80a2-874a07b978b5",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "22e55ac6-b3fe-4a59-a27f-5706af160861",
      "db_currency_id": "75a38d6c-32bc-4aa8-b396-9acb876eba80",
      "db_language_id": "22b5c575-422e-4387-b85c-613ea87d8557",
      "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-11-20T11:14:55.7100341+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "49c92c7d-95eb-4cd9-81fe-9cb0ee8f38c6",
    "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": "71653a51-7755-4bb0-a0f0-eb2fc7c5dcfc",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2024-11-20T11:14:55.7100341+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "fae14cdc-432b-4d49-b58c-b02c56cf5ff1"
  },
  "skill_id": "70913ca8-7beb-4c7f-a46f-7ef46f30f68e",
  "skill_code": "sample string 5",
  "skill": {
    "id": "d8879b4f-a8f4-4744-b771-a91447291e96",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "62103977-43a2-4138-8ad2-35ee0cbced3e",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "aabc242c-8405-46c1-80a2-874a07b978b5",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "22e55ac6-b3fe-4a59-a27f-5706af160861",
      "db_currency_id": "75a38d6c-32bc-4aa8-b396-9acb876eba80",
      "db_language_id": "22b5c575-422e-4387-b85c-613ea87d8557",
      "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-11-20T11:14:55.7100341+00:00"
    },
    "modified_dateutc": "2024-11-20T11:14:55.7100341+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2024-11-20T11:14:55.7100341+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.