Creates a new user_skill_list object
Request Information
URI Parameters :
None.
Body Parameters :
user_skill_list| Name | Description | Type | Additional 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
{
"id": "8f24f61f-efa7-4fbf-a68b-7e3253f30b52",
"user_id": "13d928c6-5e1d-42c7-a049-526072b9dfae",
"user_code": "sample string 3",
"user": {
"id": "10e4fc55-9649-445f-b9e6-cee6ced3dd36",
"db_language_id": "257c4aad-b169-4e15-87dc-f71b152c8586",
"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-07-16T00:45:39.9506023+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "b7daef75-2a93-42ea-b01b-d1afa3d99608",
"sales_organization": {
"id": "74a2cbe1-7e2e-4b4b-b260-1ad89ad27acc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "95ea6b6a-d41a-4cc7-a8bf-0923420254b1",
"db_currency_id": "67e67f99-fc73-410e-aa78-59e6f623989f",
"db_language_id": "614fd610-edc4-4977-be38-d200898e0870",
"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-07-16T00:45:39.9506023+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "38be738a-c4fc-44de-8c8a-c1294f4827d0",
"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": "b0609264-c51c-4b31-913f-3823ab382875",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-07-16T00:45:39.9506023+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "34e4b5b6-0386-4a52-bd2f-c8392c081ed1"
},
"skill_id": "8f9d0464-a2ae-41b2-902d-ac9fff1a8386",
"skill_code": "sample string 5",
"skill": {
"id": "27460ebe-4369-416d-894e-a3f4150b6904",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "1eaf1662-b132-4079-9be9-ffac1c37d22e",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "74a2cbe1-7e2e-4b4b-b260-1ad89ad27acc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "95ea6b6a-d41a-4cc7-a8bf-0923420254b1",
"db_currency_id": "67e67f99-fc73-410e-aa78-59e6f623989f",
"db_language_id": "614fd610-edc4-4977-be38-d200898e0870",
"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-07-16T00:45:39.9506023+00:00"
},
"modified_dateutc": "2026-07-16T00:45:39.9506023+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-07-16T00:45:39.9506023+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.