POST breeze/Skills/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Skill
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SKILLID": "sample string 1",
  "NAME": "sample string 2",
  "TYPE": "sample string 3",
  "USER1": "sample string 4",
  "USER2": "sample string 5",
  "USER3": "sample string 6",
  "USER4": "sample string 7",
  "USER5": "sample string 8",
  "LEV": "sample string 9",
  "REGWAGE": 1.1,
  "OVTWAGE": 1.1,
  "DBTWAGE": 1.1,
  "TRVWAGE": 1.1,
  "OTTWAGE": 1.1,
  "COMMENTS": "sample string 10",
  "TIMESTMP": "2025-06-06T08:52:01.8939307+00:00",
  "DbFileName": "sample string 11",
  "DbForeignKeys": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.