get https://api.next-tech.com/v1/voucher/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/voucher/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
20{
"items": [
{
"id": 5,
"changed": "2025-04-13T07:51:27.431Z",
"changeduserid": 7,
"created": "2025-04-13T07:51:27.431Z",
"createduserid": 3,
"currencyid": 1,
"externalreference": "Carlos Santana",
"ledgerdate": "2021-02-03",
"projectno": 445,
"serialno": "1162"
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}