POST api/SkillsLabelAssignSkill
Request Information
URI Parameters
None.
Body Parameters
SkillsLabelAssignPOSTAPIName | Description | Type | Additional information |
---|---|---|---|
LabelID | string |
Required String length: inclusive between 5 and 10 |
|
Level | integer |
Required Range: inclusive between 1 and 5 |
|
Focus | integer |
Required Range: inclusive between 1 and 10 |
|
Skill | string |
Required String length: inclusive between 3 and 50 |
|
Standards | string |
String length: inclusive between 5 and 1000 |
|
Context | string |
String length: inclusive between 5 and 200 |
|
StandardCode | string |
String length: inclusive between 1 and 5 |
Request Formats
application/json, text/json
Sample:
{ "LabelID": "sample string 1", "Level": 2, "Focus": 3, "Skill": "sample string 4", "Standards": "sample string 5", "Context": "sample string 6", "StandardCode": "sample string 7" }
application/xml, text/xml
Sample:
<SkillsLabelAssignPOSTAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillsLabel.Api.Models"> <Context>sample string 6</Context> <Focus>3</Focus> <LabelID>sample string 1</LabelID> <Level>2</Level> <Skill>sample string 4</Skill> <StandardCode>sample string 7</StandardCode> <Standards>sample string 5</Standards> </SkillsLabelAssignPOSTAPI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SkillsLabelAssignPOSTAPIName | Description | Type | Additional information |
---|---|---|---|
LabelID | string |
Required String length: inclusive between 5 and 10 |
|
Level | integer |
Required Range: inclusive between 1 and 5 |
|
Focus | integer |
Required Range: inclusive between 1 and 10 |
|
Skill | string |
Required String length: inclusive between 3 and 50 |
|
Standards | string |
String length: inclusive between 5 and 1000 |
|
Context | string |
String length: inclusive between 5 and 200 |
|
StandardCode | string |
String length: inclusive between 1 and 5 |
Response Formats
application/json, text/json
Sample:
{ "LabelID": "sample string 1", "Level": 2, "Focus": 3, "Skill": "sample string 4", "Standards": "sample string 5", "Context": "sample string 6", "StandardCode": "sample string 7" }
application/xml, text/xml
Sample:
<SkillsLabelAssignPOSTAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillsLabel.Api.Models"> <Context>sample string 6</Context> <Focus>3</Focus> <LabelID>sample string 1</LabelID> <Level>2</Level> <Skill>sample string 4</Skill> <StandardCode>sample string 7</StandardCode> <Standards>sample string 5</Standards> </SkillsLabelAssignPOSTAPI>