Retrieves all tax line types for a tenant
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/tenants//tax_line_type' \
--header 'Authorization: Bearer <token>'
Responses
Tax line types retrieved successfully
{
"tax_line_type": [
"string"
]
}
Modified at 2025-04-06 16:53:30