curl --request POST \
--url http://localhost/mogl/mogl-backend/api/paymentHistoryPartner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sort_order_req": "desc",
"jobTitle": "test",
"athleteName": "test",
"minAmount": 10,
"maxAmount": 1000,
"paymentMode": "C",
"status": "Success",
"paymentDate": "2026-01-01",
"page": 1,
"limit": 10,
"page_limit": 10
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/paymentHistoryPartner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sort_order_req": "desc",
"jobTitle": "test",
"athleteName": "test",
"minAmount": 10,
"maxAmount": 1000,
"paymentMode": "C",
"status": "Success",
"paymentDate": "2026-01-01",
"page": 1,
"limit": 10,
"page_limit": 10
}
'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.
new_to_old, old_to_new, high_to_low, low_to_high "desc"
LIKE filter on job name
"test"
LIKE filter on athlete name
"test"
= filter on amount
10
<= filter on amount
1000
Exact match on payment mode
"C"
Exact match on status (skip if 'All')
"Success"
Date filter on created_at
"2026-01-01"
1
10
Alias for limit
10
Partner payment history