post https://production.aeronpay.in/api/digitalgold/getquotation
Sample Request:
{
"customer_id":"13",
"calculation_type": "A",
"amount":"150",
"metal_type": "G",
"client_referenceId":"DGOLD736S4536209"
}
Sample Response:
{
"status": "success",
"statusCode": "200",
"message": "Quote buy successfully",
"data": {
"customer_id": "13",
"quote_id": "PYS3kSdkYhILUCBuZXsNecSKP",
"quantity": "0.02",
"tax_amt_1": 2.180000000000000159872115546022541821002960205078125,
"tax_amt_2": 2.180000000000000159872115546022541821002960205078125,
"pre_tax_amount": 145.6299999999999954525264911353588104248046875,
"total_amount": 149.990000000000009094947017729282379150390625,
"calculation_type": "A",
"metal_type": "G",
"quote_date": "2024-03-06T12:48:21.537Z",
"acknowledged": "1"
}
}