get https://zalary-beta-gateway-external-client-api.azurewebsites.net/api/v1/tenants//vat-groups
Responses
401User is not authorized.
403User does not have the required roles to access this action.
401User is not authorized.
403User does not have the required roles to access this action.
xxxxxxxxxx
GET /api/v1/tenants/tenantUid/vat-groups HTTP/1.1
Accept: application/json
Host: zalary-beta-gateway-external-client-api.azurewebsites.net
Examplexxxxxxxxxx
24{
"hasNextPage": true,
"nextPageToken": "string",
"totalRecords": 0,
"totalDisplayRecords": 0,
"data": [
{
"uid": "string",
"code": "string",
"name": "string",
"createdOn": "2025-04-03T09:52:22.751Z",
"type": "string",
"status": "string",
"vatTypeName": "string",
"fileIntoFinanceAccountUid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reversedFinanceAccountUid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reverseVatTypeName": "string",
"categoryName": "string",
"standardVatRateName": "string",
"percentage": 0,
"reduction": 0
}
]
}