AME-SM Api
Health Product: Get all product
https://www.ameinsure.com/api/Health_insurance/getproduct
Post
{
'token' => string **
}
'token' => string **
}
{
'code' => string (0x0000-00000 when success),
'message' => string,
'data' => array (
'id' => Id of model,
'name' => string,
'total_round' => int (จำนวนงวด),
'down_payment_percent' => decimal (Down payment(%)),
'service_percent' => decimal (ค่าบริการ(%)),
'interest_percent' => decimal (ดอกเบี้ย(%)),
'fine' => decimal (เบี้ยปรับ),
'service_first' => decimal (ค่าบริการพิเศษ)
)
}
'code' => string (0x0000-00000 when success),
'message' => string,
'data' => array (
'id' => Id of model,
'name' => string,
'total_round' => int (จำนวนงวด),
'down_payment_percent' => decimal (Down payment(%)),
'service_percent' => decimal (ค่าบริการ(%)),
'interest_percent' => decimal (ดอกเบี้ย(%)),
'fine' => decimal (เบี้ยปรับ),
'service_first' => decimal (ค่าบริการพิเศษ)
)
}
{
'code' : '0x0000-00000',
'message' : 'Success',
'data' : [
{
'id' : '1',
'name' : '3N',
'total_round' : '3',
'down_payment_percent' : '0.30'
'service_percent' : '0.06'
'interest_percent' : '0.00'
'fine' : '0.00'
'service_first' : '0.00'
},
...
]
}
'code' : '0x0000-00000',
'message' : 'Success',
'data' : [
{
'id' : '1',
'name' : '3N',
'total_round' : '3',
'down_payment_percent' : '0.30'
'service_percent' : '0.06'
'interest_percent' : '0.00'
'fine' : '0.00'
'service_first' : '0.00'
},
...
]
}