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

Request Params

KeyDatatypeRequiredDescription
astring
apiKeystringRequired: API key of your Profit.co Account
accessKeystringRequired: Access key of your Profit.co Account

Request Body

[{"name"=>"data", "value"=>"{\"jobTitleId\":22,\"jobTitleName\":\"sales team\",\"jobFunctionCode\":\"sales\",\"performanceCriteria\":[],\"monthlyQuota\":100,\"isEnabled\":\"Y\",\"customAttributes\":[],\"version\":0,\"iosp\":\"Y\"}", "datatype"=>"string"}, {"name"=>"isMonthlyQuotaChanged", "value"=>"true", "datatype"=>"boolean"}]