curl --request POST \
--url http://localhost/mogl/mogl-backend/api/bulkApproveFromPartner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 1,
"athlete_id": [
123
],
"invoice_pay": "N",
"is_all_selected": "false",
"excluded_athletes": []
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/bulkApproveFromPartner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 1,
"athlete_id": [
123
],
"invoice_pay": "N",
"is_all_selected": "false",
"excluded_athletes": []
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Job ID (NOT job_id)
1
Array of athlete IDs (NOT athlete_ids)
[123]If Y, sets bulk invoice pay
Y, N "N"
Select all applicants
true, false "false"
Athlete IDs to exclude when is_all_selected
[]Bulk approval submitted