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": "f2f15604-ab66-4870-93e0-b21f3db21d12", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "5c87cd43-286b-47ba-90b4-9216d4fdadf6", "sales_organization_code": "sample string 6", "sales_organization": { "id": "8f7b12cc-3ee2-40cd-9c34-80819bab5407", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "fd5c4aeb-0364-4eb5-ad00-f2f485626fb3", "db_currency_id": "5a937b9e-d1c2-45ad-a821-06f3c35f10e6", "db_language_id": "83e2a18d-4b9b-46bd-a59e-98f79c514ed4", "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": "2023-03-29T02:43:16.6423239+00:00" }, "modified_dateutc": "2023-03-29T02:43:16.6735763+00:00" }