Creates a new user_skill_list object

Request Information

URI Parameters :

None.

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": "8a9dec9f-3d12-48fe-ac6b-1c25a8054ffe",
  "user_id": "ba2bcde7-aabb-4937-b3d4-dd1e0f6497ef",
  "user_code": "sample string 3",
  "user": {
    "id": "fe69420c-2ace-4ac1-bcaa-637d4a159e62",
    "db_language_id": "26de2eaf-b595-4e3a-8287-362f3cd6efbd",
    "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": "2026-01-26T11:50:41.1556861+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "630fc16c-59ec-48c1-8388-e25396567571",
    "sales_organization": {
      "id": "ae39c3a1-cfb2-4a9b-aec8-31a025dc200f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b4b7eb13-fbed-480f-9020-7a9e2736d06a",
      "db_currency_id": "c0dddb7b-4618-4d63-a574-fc4470f34c68",
      "db_language_id": "7eba03a2-423d-4d9a-ba10-06d29934ac9a",
      "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": "2026-01-26T11:50:41.1556861+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "38792b1e-3b3e-48d0-b24b-fca0ab2fc23b",
    "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": "38ebf8d0-2fb3-4a8a-868e-7dd538a1597d",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2026-01-26T11:50:41.1556861+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "4d3dd22d-d20d-48bc-b799-919378a20721"
  },
  "skill_id": "e44d69dd-c499-45f7-acda-c3740583368a",
  "skill_code": "sample string 5",
  "skill": {
    "id": "2278a8e4-182e-4d61-aefe-d373ef0e8b07",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "602119eb-74ea-47ff-b356-a0f6c5803a24",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "ae39c3a1-cfb2-4a9b-aec8-31a025dc200f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b4b7eb13-fbed-480f-9020-7a9e2736d06a",
      "db_currency_id": "c0dddb7b-4618-4d63-a574-fc4470f34c68",
      "db_language_id": "7eba03a2-423d-4d9a-ba10-06d29934ac9a",
      "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": "2026-01-26T11:50:41.1556861+00:00"
    },
    "modified_dateutc": "2026-01-26T11:50:41.1556861+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2026-01-26T11:50:41.1556861+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.