AME-SM Api
Insurance: Get all insurance health type
https://www.ameinsure.com/api/Health_insurance/getinsurancehealthtype
Post
{
'token' => string **
}
'token' => string **
}
{
'code' => string (0x0000-00000 when success),
'message' => string,
'data' => array (
'id' => Id,
'name' => string
)
}
'code' => string (0x0000-00000 when success),
'message' => string,
'data' => array (
'id' => Id,
'name' => string
)
}
{
'code' : '0x0000-00000',
'message' : 'Success',
'data' : [
{
'id' : '1',
'name' : 'ประเภท 1'
},
...
]
}
'code' : '0x0000-00000',
'message' : 'Success',
'data' : [
{
'id' : '1',
'name' : 'ประเภท 1'
},
...
]
}