Retrieves the skill 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
skillName | Description | Type | Additional information |
---|---|---|---|
id |
Primary Key |
globally unique identifier | |
name |
Name of the skill |
string |
Required Max length: 255 |
description |
Description of the skill |
string |
Max length: 4000 |
code |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 255 |
sales_organization_id |
FK of sales_organization. Filled if specific of one SO, empty if can be used by all |
globally unique identifier | |
sales_organization_code |
Embedded entity "sales_organization" using ERP PK when adding/updating skill |
string | |
sales_organization |
Embedded entity "sales_organization" when adding/updating skill |
sales_organization | |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{ "id": "40308a2a-3c2b-4140-9d9c-537abea5c802", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "df81394e-4e3c-4047-a25a-0a4ecb438d88", "sales_organization_code": "sample string 6", "sales_organization": { "id": "a71d5632-6c8c-4294-8212-07e1b20d8153", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "ea41263a-af25-4269-921e-ad027d6931cf", "db_currency_id": "a5a235ee-7ac1-413c-ba0a-cfcea81e4e87", "db_language_id": "15be7efa-4adb-49c8-ac7b-b35984017a2d", "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-10-02T20:33:57.0656352+00:00" }, "modified_dateutc": "2025-10-02T20:33:57.0656352+00:00" }