curl --request PUT \
--url https://api.example.com/api/Jobs/Close \
--header 'Content-Type: application/json' \
--data '
{
"jobIds": [
123
],
"reason": 123,
"comments": "<string>"
}
'curl --request PUT \
--url https://api.example.com/api/Jobs/Close \
--header 'Content-Type: application/json' \
--data '
{
"jobIds": [
123
],
"reason": 123,
"comments": "<string>"
}
'Was this page helpful?