Skip to main content
POST
/
partner
/
get-single-athlete-millestone-cost
Get single athlete milestone cost breakdown
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/partner/get-single-athlete-millestone-cost \
  --header 'Content-Type: application/json' \
  --data '
{
  "job_id": 100,
  "athlete_id": 200
}
'
{
  "status": "success",
  "data": []
}

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.

Body

application/json
job_id
integer
required

Job ID

Example:

100

athlete_id
integer

Athlete user ID

Example:

200

Response

200 - application/json

Milestone cost data

status
string
Example:

"success"

data
object[]
Example:
[]