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": "073f6af3-b1ca-4d7f-a427-b555f8f82e2c", "user_id": "1312dc10-d6b4-4f77-803b-1036f7fae9cf", "user_code": "sample string 3", "user": { "id": "38020f6d-a568-4896-8e73-650cad457863", "db_language_id": "5e7e257f-e14e-4291-877a-6e378d858d48", "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-09-03T15:31:34.6066227+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "d57329e8-6b83-4bb4-8713-4fc269706e3b", "sales_organization": { "id": "68d8f280-d77e-4827-82a3-2d1f2dd6efdb", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "d536c604-ff4a-4b37-b9af-8c5ffe216c2c", "db_currency_id": "47034a51-bfcc-4737-9e98-96a7fca0e915", "db_language_id": "73aa3901-b6bb-4324-9570-e1ac36822936", "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-09-03T15:31:34.6066227+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "17bec595-dace-425f-b7d0-e10f1ff1eae9", "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": "35d19f8a-42e4-408f-9da1-9f58fffe2551", "private_db_country_code": "sample string 35", "modified_dateutc": "2025-09-03T15:31:34.6066227+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "564318d8-a4ae-431c-8dff-b0a76691705d" }, "skill_id": "48d9a6f0-0bb2-4815-ae8a-dfc4114ea2ef", "skill_code": "sample string 5", "skill": { "id": "f0a110f4-4d59-4ae0-8347-eace2b8e60a6", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "f18a7a3b-e96b-4e91-b165-633b2836e597", "sales_organization_code": "sample string 6", "sales_organization": { "id": "68d8f280-d77e-4827-82a3-2d1f2dd6efdb", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "d536c604-ff4a-4b37-b9af-8c5ffe216c2c", "db_currency_id": "47034a51-bfcc-4737-9e98-96a7fca0e915", "db_language_id": "73aa3901-b6bb-4324-9570-e1ac36822936", "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-09-03T15:31:34.6066227+00:00" }, "modified_dateutc": "2025-09-03T15:31:34.6066227+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2025-09-03T15:31:34.6066227+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.