cURL
curl --request POST \ --url https://api.example.com/api/JobPosting/Search/{freqId} \ --header 'Content-Type: application/json' \ --data ' { "jobType": [ "<string>" ], "owner": [ "<string>" ], "status": [ 123 ], "timeRange": "<string>" } '
{ "value": 123 }
Saves search parameters with name and execution frequency + Returns integer value id of created search.
OK
Was this page helpful?