Skip to main content
POST
/
api
/
Integrations
/
WorkPro
/
Packages
/
Send
/
{candidateId}
cURL
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>"
    ]
  }
]

Path Parameters

candidateId
integer<int32>
required

Body

application/json
value
string | null

Response

200 - application/json

OK

id
string | null
name
string | null
site_id
integer<int32>
short_code
string | null
num_tasks
integer<int32>
tasks
object[] | null
deleted
boolean
tags
string[] | null