Skip to main content
PUT
/
api
/
JobPosting
/
Search
/
{ssid}
Update saved search.
curl --request PUT \
  --url https://api.example.com/api/JobPosting/Search/{ssid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "jobType": [
    "<string>"
  ],
  "owner": [
    "<string>"
  ],
  "status": [
    123
  ],
  "timeRange": "<string>"
}
'
{
  "value": 123
}

Path Parameters

ssid
integer<int32>
required

Query Parameters

freqId
integer<int32>
name
string

Body

application/json
jobType
string[] | null
owner
string[] | null
status
integer<int32>[] | null
timeRange
string | null

Response

200 - application/json

OK

value
integer<int32>