Get Transaction Type
The Get Transaction Type API retrieves a list.
API Method
GET
Endpoint
https://cebuana-apiuat.veryfyglobal.com/enums/transactionType
Headers
Key
Value
Accept
application/json
Authorization
Bearer <YOUR_TOKEN>
Response Sample
{
"message": "Ok",
"data": [
{
"value": 0,
"key": "Buy",
"description": "Buy"
},
{
"value": 1,
"key": "Sell",
"description": "Sell"
}
]
}Last updated