Request to generate QMR manually
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"binNumber": "111172",
"exportFileType": "PDF",
"reportingPeriod": {
"startDate": "2025-07-01",
"endDate": "2025-10-01"
}
}curl -L 'https://reports-api.sandbox.tuumplatform.com/api/v1/card/mqmr/export' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoidGVzdGkgdGVzdCIsImVtcGxveWVlSWQiOiJJRC0xNDE3IiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTEwLTIxVDEwOjIxOjEwIiwiZXhwIjoxNzYxMDQyMDcwLCJyb2xlcyI6WyJBRE1JTiIsIlNZU1RFTSJdfQ.P-_CWPnpAm2Xb5UBWE6tHjzTYqg5f4GNrFw7p8Fo8D0' \
-H 'Content-Type: application/json' \
-d '{
"binNumber": "111172",
"exportFileType": "PDF",
"reportingPeriod": {
"startDate": "2025-07-01",
"endDate": "2025-10-01"
}
}'Sample response
Result
Last updated
Was this helpful?