curl --request POST \
--url https://api.example.com/api/Integrations/WorkPro/Packages/Send/{candidateId} \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'[
{
"id": "<string>",
"name": "<string>",
"site_id": 123,
"short_code": "<string>",
"num_tasks": 123,
"tasks": [
{
"name": "<string>",
"service_line": "<string>",
"primary_id": "<string>",
"secondary_id": "<string>"
}
],
"deleted": true,
"tags": [
"<string>"
]
}
]curl --request POST \
--url https://api.example.com/api/Integrations/WorkPro/Packages/Send/{candidateId} \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'[
{
"id": "<string>",
"name": "<string>",
"site_id": 123,
"short_code": "<string>",
"num_tasks": 123,
"tasks": [
{
"name": "<string>",
"service_line": "<string>",
"primary_id": "<string>",
"secondary_id": "<string>"
}
],
"deleted": true,
"tags": [
"<string>"
]
}
]Was this page helpful?