Get Operation

The Get Operation API retrieves a list of operations that are defined within the system.

API Method

GET

Endpoint

https://cebuana-apiuat.veryfyglobal.com/enums/operation

Headers

Key
Value

Accept

application/json

Authorization

Bearer <YOUR_TOKEN>

Response Sample

{
    "message": "Ok",
    "data": [
        {
            "value": 0,
            "key": "Debit",
            "description": "Debit"
        },
        {
            "value": 1,
            "key": "Credit",
            "description": "Credit"
        }
    ]
}

Last updated