Logo
Profit.co's Public API Documentation

Create Job Title

POST https://api.profit.co/app/dao/v5/appsettings?a=createJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To create a new job title in your Profit.co account

 

Body PARAM

Key Datatype Required Description 
a
string
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.profit.co/app/dao/v5/appsettings?a=createJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=createJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>' -F '{"name"=>"data", "value"=>"{\"isEnabled\":\"Y\",\"iosp\":\"N\",\"customAttributes\":[],\"jobTitleName\":\"developer\",\"jobFunctionCode\":\"dev\",\"monthlyQuota\":10,\"performanceCriteria\":[]}", "datatype"=>"string"}='

ENDPOINTS