Retrieves all skills
Request Information
URI Parameters :
None.
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": "011d92a5-e7b2-4ec6-831a-0f203dd98ad2", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "e2e9cc2b-37c3-4d5e-9648-3099591ab444", "sales_organization_code": "sample string 6", "sales_organization": { "id": "8958cde0-6afc-4cc3-93f2-b89a69cae869", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "53484c65-0707-4c39-bef4-9c1d0e19cb1a", "db_currency_id": "fc450892-3b4a-491e-b4b1-3e7044a9894f", "db_language_id": "350132b7-3bd4-4688-b5ef-dd85bf73c549", "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-04-26T18:43:32.7153196+00:00" }, "modified_dateutc": "2025-04-26T18:43:32.7153196+00:00" }