Create

Adds a new coworker with the Consultant system role.

End point

/consultantapi/create

Request format

POST

Request content

Xml with consultant data, following this xsd.

Example XML

Property Name Required Description
firstname
Yes
lastname
Yes
email
Yes
active
No

If the consultant should be active (visible in lists).

Possible values: true or false

Defaults to true

mobile
No

Mobile phone number

linkedin
No

URL to LinkedIn page

twitter
No

URL to twitter page

role
No

The primary working role of the consultant, for example "Project Manager" or "Java Developer"

description
No

Descriptive text used to promote the consultant.

picture
No

PNG-picture of the consultant, converted to a Base64 string

experiences
No

List of experience elements

educations
No

List of education elements

skills
No

List of skills

roles
No

List of roles

languages
No

List of spoken languages

Format:

<languages>
  <language></language>
</languages>

preferences
No

See Preference element

strengths
No

List of character/work related strengths

Format:

<strengths>
  <strength></strength>
</strengths>

personalitytraits
No

Consultant personality traits, as a list of qna elements

personalitytests
No

List of personalitytest element

worksamples
No

List of worksample elements