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": "356f998b-5f34-4b3e-bf23-86286bffd455",
"user_id": "1635c3e9-7526-41e1-8b02-6a60c3e87085",
"user_code": "sample string 3",
"user": {
"id": "faea9ed5-7d2e-4441-afe4-8daacd0c49e7",
"db_language_id": "ea2a2146-87cf-4120-aa8e-560366f9b7ec",
"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-09-08T02:36:52.7306867+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "b0c19a26-0f60-4ee2-8798-d5b9b56fbf5f",
"sales_organization": {
"id": "311ed688-c0dd-4057-a208-a55cec62ccc3",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "23050aff-4954-4c71-bab3-cf4752f6781e",
"db_currency_id": "5ecc9795-e195-4f60-b16d-123d0dae7482",
"db_language_id": "d2e49cf5-be74-49d2-8f84-8dc9b324db61",
"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-09-08T02:36:52.7306867+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "8c914481-24d1-4e9d-a772-fdbf04d32d5d",
"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": "f900fc90-ec85-48ab-b4a6-870a23667548",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-09-08T02:36:52.7306867+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "dbbb61d8-9fb3-4769-ba2f-e3d45469f648"
},
"skill_id": "f386aaa8-f7a8-458b-bcca-199a7d9d4499",
"skill_code": "sample string 5",
"skill": {
"id": "6dce84d2-b273-496c-a6b7-f5d7373941bc",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "26090c49-0985-4d4a-b84f-d527e9944486",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "311ed688-c0dd-4057-a208-a55cec62ccc3",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "23050aff-4954-4c71-bab3-cf4752f6781e",
"db_currency_id": "5ecc9795-e195-4f60-b16d-123d0dae7482",
"db_language_id": "d2e49cf5-be74-49d2-8f84-8dc9b324db61",
"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-09-08T02:36:52.7306867+00:00"
},
"modified_dateutc": "2026-09-08T02:36:52.7306867+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-09-08T02:36:52.7306867+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.