Creates a new user_skill_list object
Request Information
URI Parameters :
None.
Body Parameters :
user_skill_listName | 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": "1243868f-c59d-4f60-ad30-315e8dc8a37d", "user_id": "f22d0bd2-f753-489b-86ac-6b51e3c4b695", "user_code": "sample string 3", "user": { "id": "a918b34a-7e45-4cf9-9a10-fca4b1af09f7", "db_language_id": "4b32382e-b8ca-49ce-b7e5-69b265b948d5", "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": "2025-07-11T00:18:45.2402454+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "39d67829-ecf4-426d-8fa4-038e9068585e", "sales_organization": { "id": "7ef75e7f-b5a0-4286-91f5-d53b20e12781", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "38beb7b5-9211-4e93-b457-053dce1e6a0b", "db_currency_id": "fe5cd395-e1e3-435c-9eec-6522f15bde84", "db_language_id": "71919fb4-38f5-4f80-8874-186f35c5b4fc", "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": "2025-07-11T00:18:45.2402454+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "d498998c-4fce-4ea2-b7ad-240183f1d431", "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": "d1b0ca6b-4336-4611-9f70-2084f43d7909", "private_db_country_code": "sample string 35", "modified_dateutc": "2025-07-11T00:18:45.2402454+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "cd0c94c1-dd7e-486f-9862-a8c8a7973e7d" }, "skill_id": "bb1b168f-0fa5-4230-a8ea-e0f72054ac3b", "skill_code": "sample string 5", "skill": { "id": "f0a64444-79d2-43f5-9966-de163576c4e3", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "844a3b0c-4cd5-418f-b409-fb71d767a337", "sales_organization_code": "sample string 6", "sales_organization": { "id": "7ef75e7f-b5a0-4286-91f5-d53b20e12781", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "38beb7b5-9211-4e93-b457-053dce1e6a0b", "db_currency_id": "fe5cd395-e1e3-435c-9eec-6522f15bde84", "db_language_id": "71919fb4-38f5-4f80-8874-186f35c5b4fc", "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": "2025-07-11T00:18:45.2402454+00:00" }, "modified_dateutc": "2025-07-11T00:18:45.2402454+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2025-07-11T00:18:45.2402454+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.