GET api/Happycards/GetallCard/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"hid": 1,
"card_id": "sample string 2",
"card_no": 3,
"driver_name": "sample string 4",
"driver_code": "sample string 5"
},
{
"hid": 1,
"card_id": "sample string 2",
"card_no": 3,
"driver_name": "sample string 4",
"driver_code": "sample string 5"
},
{
"hid": 1,
"card_id": "sample string 2",
"card_no": 3,
"driver_name": "sample string 4",
"driver_code": "sample string 5"
}
]