Logo
Profit.co's Public API Documentation

Update Job Title

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

To update the 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=updateJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=updateJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>' -F '{"name"=>"data", "value"=>"{\"jobTitleId\":22,\"jobTitleName\":\"sales team\",\"jobFunctionCode\":\"sales\",\"performanceCriteria\":[],\"monthlyQuota\":100,\"isEnabled\":\"Y\",\"customAttributes\":[],\"version\":0,\"iosp\":\"Y\"}", "datatype"=>"string"}=' -F '{"name"=>"isMonthlyQuotaChanged", "value"=>"true", "datatype"=>"boolean"}='

ENDPOINTS