Creates a new skill
Request Information
URI Parameters :
None.
Body Parameters :
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 |
Request Formats :
application/json, text/json
Sample:
{ "id": "5a2b91dc-65b4-4b11-b348-f3a6e52be2f2", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "fae83ff5-b019-4cd4-bb15-64c5a6568e17", "sales_organization_code": "sample string 6", "sales_organization": { "id": "aa4bdeb6-6fec-41da-9bac-e8c03a0e87c3", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "806dc10c-cd3d-4b2f-a8b9-b6c62c60f60e", "db_currency_id": "c9ac14b3-197d-40c4-8249-84678d4b0809", "db_language_id": "e68d0366-50f4-487d-9c00-2a5ac95446ba", "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-07-13T06:02:51.6082969+00:00" }, "modified_dateutc": "2025-07-13T06:02:51.6082969+00:00" }
Response Information
Resource Description :
IHttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.