Returns a list of suggested skills (tags) for an assignment
The request body should be formatted as XML, see below.
<?xml version=""1.0"" encoding=""UTF-8""?>
<requisition>
<role></role>
<text></text>
<title></title>
</requisition>
Property Name | Required | Description |
---|---|---|
text |
Yes | Description of assignment. Must be a text containing max 10 000 characters. HTML-formatting can be used, but is limited to the following tags: br i b li ul |
title |
No | Title of the assignment. Must be a text containing max 100 characters. |
role |
No | Consultant role for the assignment. Must be a text containing max 100 characters. |
XML with format
<skills><skill>[skill1]</skill><skill>[skill2]</skill></skills>