Skip to main content
PUT
/
api
/
Contacts
/
Search
/
{ssid}
Update Saved Search.
curl --request PUT \
  --url https://api.example.com/api/Contacts/Search/{ssid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "ssid": 123,
  "owner": [
    "<string>"
  ],
  "status": [
    123
  ],
  "rating": "<string>",
  "division": [
    123
  ],
  "location": "<string>",
  "longitude": "<string>",
  "latitude": "<string>",
  "radius": "<string>",
  "jobTitle": "<string>",
  "includeSites": true,
  "taggedTimeRange": "<string>",
  "includeTags": [
    {
      "tag": "<string>",
      "typeId": 123,
      "source": "<string>"
    }
  ],
  "excludeTags": [
    {
      "tag": "<string>",
      "typeId": 123,
      "source": "<string>"
    }
  ],
  "includeTagsMatchAll": true,
  "createdBy": [
    123
  ],
  "createdDateFrom": "2023-11-07T05:31:56Z",
  "createdDateTo": "2023-11-07T05:31:56Z",
  "updatedDateFrom": "2023-11-07T05:31:56Z",
  "updatedDateTo": "2023-11-07T05:31:56Z",
  "jobTypeIds": [
    123
  ],
  "jobCreatedFrom": "2023-11-07T05:31:56Z",
  "jobCreatedTo": "2023-11-07T05:31:56Z",
  "placementTypeIds": [
    123
  ],
  "placementCreatedFrom": "2023-11-07T05:31:56Z",
  "placementCreatedTo": "2023-11-07T05:31:56Z",
  "noteTypeIds": [
    123
  ],
  "noteCreatedFrom": "2023-11-07T05:31:56Z",
  "noteCreatedTo": "2023-11-07T05:31:56Z",
  "noteAssignedUsers": [
    123
  ],
  "meetingTypeIds": [
    123
  ],
  "meetingCreatedFrom": "2023-11-07T05:31:56Z",
  "meetingCreatedTo": "2023-11-07T05:31:56Z",
  "meetingAssignedUsers": [
    123
  ],
  "interviewTypeIds": [
    123
  ],
  "interviewCreatedFrom": "2023-11-07T05:31:56Z",
  "interviewCreatedTo": "2023-11-07T05:31:56Z",
  "interviewAssignedUsers": [
    123
  ],
  "submissionCreatedFrom": "2023-11-07T05:31:56Z",
  "submissionCreatedTo": "2023-11-07T05:31:56Z",
  "submissionAssignedUsers": [
    123
  ],
  "noteContents": "<string>"
}
'
{
  "value": 123
}

Path Parameters

ssid
integer<int32>
required

Query Parameters

freqId
integer<int32>
name
string

Body

application/json
ssid
integer<int32>
owner
string[] | null
status
integer<int32>[] | null
rating
string | null
division
integer<int32>[] | null
location
string | null
longitude
string | null
latitude
string | null
radius
string | null
jobTitle
string | null
includeSites
boolean | null
taggedTimeRange
string | null
includeTags
object[] | null
excludeTags
object[] | null
includeTagsMatchAll
boolean | null
createdBy
integer<int32>[] | null
createdDateFrom
string<date-time> | null
createdDateTo
string<date-time> | null
updatedDateFrom
string<date-time> | null
updatedDateTo
string<date-time> | null
jobTypeIds
integer<int32>[] | null
jobCreatedFrom
string<date-time> | null
jobCreatedTo
string<date-time> | null
placementTypeIds
integer<int32>[] | null
placementCreatedFrom
string<date-time> | null
placementCreatedTo
string<date-time> | null
noteTypeIds
integer<int32>[] | null
noteCreatedFrom
string<date-time> | null
noteCreatedTo
string<date-time> | null
noteAssignedUsers
integer<int32>[] | null
meetingTypeIds
integer<int32>[] | null
meetingCreatedFrom
string<date-time> | null
meetingCreatedTo
string<date-time> | null
meetingAssignedUsers
integer<int32>[] | null
interviewTypeIds
integer<int32>[] | null
interviewCreatedFrom
string<date-time> | null
interviewCreatedTo
string<date-time> | null
interviewAssignedUsers
integer<int32>[] | null
submissionCreatedFrom
string<date-time> | null
submissionCreatedTo
string<date-time> | null
submissionAssignedUsers
integer<int32>[] | null
noteContents
string | null

Response

200 - application/json

OK

value
integer<int32>