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": "fd3ca718-9c45-47e7-896b-ee12fcc53106", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "05882da2-0c7e-4c89-8695-78d6d0992fee", "sales_organization_code": "sample string 6", "sales_organization": { "id": "d7d1fa43-f965-4089-9235-99e8b459d7dc", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "c65ba450-82c4-4817-8ec7-0a7bdf10cc43", "db_currency_id": "927eac61-20a4-4396-a227-af9165a1c081", "db_language_id": "2c7111bf-e5ee-4f49-af1f-ad407f2f21da", "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": "2022-08-08T05:55:42.9385609+02:00" }, "modified_dateutc": "2022-08-08T05:55:42.9385609+02:00" }