curl --request PUT \
--url https://api.example.com/api/Jobs/Search/{ssid} \
--header 'Content-Type: application/json' \
--data '
{
"ssid": 123,
"jobTitle": "<string>",
"status": [
"<string>"
],
"timeRange": "<string>",
"owner": [
"<string>"
],
"type": [
"<string>"
],
"division": [
123
],
"stage": [
123
],
"taggedTimeRange": "<string>",
"includeTags": [
{
"tag": "<string>",
"typeId": 123,
"source": "<string>"
}
],
"excludeTags": [
{
"tag": "<string>",
"typeId": 123,
"source": "<string>"
}
],
"includeTagsMatchAll": true,
"createdDateFrom": "2023-11-07T05:31:56Z",
"createdDateTo": "2023-11-07T05:31:56Z",
"updatedDateFrom": "2023-11-07T05:31:56Z",
"updatedDateTo": "2023-11-07T05:31:56Z",
"closedDateFrom": "2023-11-07T05:31:56Z",
"closedDateTo": "2023-11-07T05:31:56Z",
"sources": [
"<string>"
]
}
'