Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"agentUsername": null,
"roleName": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getSeamlessCashAgentReport' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 50,
"agentUsername": null,
"roleName": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"admin_id": 258,
"admin_username": "mm1wksuperagent1",
"admin_name": "wksuperagent1",
"admin_role_id": 4,
"admin_role_name": "AGENT",
"cashInAmount": 5,
"cashInCount": 1,
"cashOutAmount": 0,
"cashOutCount": 0,
"netSales": 5
}
],
"totalCount": 1,
"display": {
"agent": {
"totalCashInAmount": 5,
"totalCashInCount": 1,
"totalCashOutAmount": 0,
"totalCashOutCount": 0,
"totalNetSales": 5,
"totalInOut": 1
},
"overview": {
"account": "mm1wksuper"
}
}
}