Last active
January 27, 2025 08:41
-
-
Save defrindr/b0f4bad07f39521b385c733dc0a160f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{url}}/report/upline_transaction/data?upline_id=124&limit=1&pageNo=2 | |
{{url}}/report/upline_transaction/data_detail?upline_id=124&month=1&year=2025&pageNo=1&limit=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"data": [ | |
{ | |
"info_id": 4, | |
"info_name": "Streamer 2", | |
"contract_no": "Deuces/002", | |
"upline_id": 124, | |
"email_upline": "[email protected]", | |
"username_upline": "panipurigo", | |
"hybrid_cpa": 0, | |
"performance_bonuses": 0, | |
"retention_based_bonuses": 15, | |
"vip_player_upside": 0, | |
"total": 15, | |
"period_date": "2024-12-13", | |
"period": 1 | |
} | |
], | |
"message": "Record get successfully", | |
"count": 2 | |
}, | |
"errors": [] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"data": { | |
"total": 314.2305, | |
"data_transaction": { | |
"hybrid_cpa": 20, | |
"performance_bonuses": 0, | |
"retention_based_bonuses": 25, | |
"vip_player_upside": 269.2305, | |
"data_downline": [ | |
{ | |
"downline_id": 125, | |
"username_downline": "saharja", | |
"transaction_deposit": 250, | |
"transaction_withdraw": 0, | |
"transaction_bet": 1938, | |
"transaction_win": 1570.4900000000005, | |
"hybrid_cpa": 10, | |
"performance_bonuses": 0, | |
"retention_based_bonuses": 10, | |
"vip_player_upside": 236.95950000000002, | |
"period_date": "2025-01-13" | |
} | |
], | |
"count": 2 | |
} | |
}, | |
"message": "Record get successfully" | |
}, | |
"errors": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment