Get Period
The Get Period API retrieves a list of defined periods used for reporting and transaction categorization in the system.
API Method
GET
Endpoint
https://cebuana-apiuat.veryfyglobal.com/enums/period
Headers
Key
Value
Accept
application/json
Authorization
Bearer <YOUR_TOKEN>
Response Sample
{
"message": "Ok",
"data": [
{
"value": 1,
"key": "Daily",
"description": "Daily"
},
{
"value": 2,
"key": "Weekly",
"description": "Weekly"
},
{
"value": 3,
"key": "Monthly",
"description": "Monthly"
}
]
Last updated