Sample Request:

{
  "customer_id":"13",
  "client_referenceId":"DGOLD736s4536234"
}

Sample Response:

{
  "status": "success",
  "statusCode": "200",
  "message": "Customer gold balance Quantity",
  "data": {
    "customer_id": "13",
    "name": "Rakesh Mittal",
    "email": "[email protected]",
    "mobile": "9999988888",
    "totalgold": "0.0000",
    "totalsilver": "0.0000",
    "acknowledged": "1"
  }
}
Language
Click Try It! to start a request and see the response here!