Retrieves the user_skill_list object with the specified key
Request Information
URI Parameters :
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
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 |
Response Formats
application/json, text/json
{ "id": "1a88dbd8-67ff-435d-95cf-68dac8e05f8f", "user_id": "afb2c5f2-6131-4cc6-871b-c1b0fe9e5f33", "user_code": "sample string 3", "user": { "id": "d49e09c2-887c-45a4-ab91-7697bca643c6", "db_language_id": "379b6f29-7206-41d0-a4f0-85818582c319", "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": "2024-11-20T11:16:46.9458339+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "ac0b0fe0-ee3b-47bc-8f95-7e88314fd0f4", "sales_organization": { "id": "b195a740-d1c3-4877-ae3f-fb048f1e6f8d", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "eb3d5cb8-5ca2-4659-b247-fb8d0f7f54a7", "db_currency_id": "f0f10d36-b002-4dbc-b193-17ee81606be5", "db_language_id": "d98e2cbe-797e-428b-ad6d-c001337fceb2", "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": "2024-11-20T11:16:46.9458339+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "f06160c7-846a-4d3b-a738-a97d28238e14", "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": "58c93036-48b5-4800-b841-cd57cef970ba", "private_db_country_code": "sample string 35", "modified_dateutc": "2024-11-20T11:16:46.9458339+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "22547641-c076-47c8-9689-f12696f4b3c0" }, "skill_id": "d7ebfa95-ae52-41e9-a25e-400566e48973", "skill_code": "sample string 5", "skill": { "id": "90e92fc0-22e4-4dc7-93f4-5b37c0cad421", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "28ca0f2c-cc19-40b4-bb44-c0bf44317a71", "sales_organization_code": "sample string 6", "sales_organization": { "id": "b195a740-d1c3-4877-ae3f-fb048f1e6f8d", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "eb3d5cb8-5ca2-4659-b247-fb8d0f7f54a7", "db_currency_id": "f0f10d36-b002-4dbc-b193-17ee81606be5", "db_language_id": "d98e2cbe-797e-428b-ad6d-c001337fceb2", "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": "2024-11-20T11:16:46.9458339+00:00" }, "modified_dateutc": "2024-11-20T11:16:46.9458339+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2024-11-20T11:16:46.9458339+00:00" }