POST api/v1/orgs/{orgid}/jobs/{jobid}/usercriteria

Add and Update Arya user must have skills.

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of Arya Organization ID.

Define this parameter in the request URI.

jobid
Value of Arya Job ID.

Define this parameter in the request URI.

body
{
             "MustHave":"java,J2ee (This value should be comma separated.)",
             "NiceTohave":"jquery,javascript (This value should be comma separated.)"
             "Feeder":"Feeder value should be 0 or 1 or 2 (default it will be 0. 0 means including feeder roles, 1 means only feeder roles and 2 means excluding feeder roles.)"
            }

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.