Skip to main content
POST
Bulk approve deals from partner side

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
id
integer

Job ID (NOT job_id)

Example:

1

athlete_id
integer[]

Array of athlete IDs (NOT athlete_ids)

Example:
invoice_pay
enum<string>

If Y, sets bulk invoice pay

Available options:
Y,
N
Example:

"N"

is_all_selected
enum<string>

Select all applicants

Available options:
true,
false
Example:

"false"

excluded_athletes
integer[]

Athlete IDs to exclude when is_all_selected

Example:

Response

200

Bulk approval submitted