app_markup transaction details not show
Hi,
there is no app_markup transaction details when i request "description":1?
i want to know user buy_price & sell_price.
thanks
Hi,
there is no app_markup transaction details when i request "description":1?
i want to know user buy_price & sell_price.
thanks
Comments
Can you paste the response you are getting?
{
"app_markup_details": {
"transactions": [
{
"app_id": "6829",
"app_markup": "0.39",
"app_markup_usd": "0.390000",
"app_markup_value": "0.39000000000000000000",
"client_currcode": "USD",
"client_loginid": "CR392900",
"dev_currcode": "USD",
"dev_loginid": "CR463457",
"transaction_id": "19692885441",
"transaction_time": "2017-09-28 06:01:16"
},
{
"app_id": "6829",
"app_markup": "0.19",
"app_markup_usd": "0.190000",
"app_markup_value": "0.19000000000000000000",
"client_currcode": "USD",
"client_loginid": "CR392900",
"dev_currcode": "USD",
"dev_loginid": "CR463457",
"transaction_id": "19692880761",
"transaction_time": "2017-09-28 06:00:56"
}
]
},
"echo_req": {
"app_id": 6829,
"app_markup_details": 1,
"date_from": "2017-09-28 00:00:00",
"date_to": "2017-09-28 23:59:59",
"description": 1,
"limit": 2
},
"msg_type": "app_markup_details"
}