Customer fiscality
GET/companies/:company_id/customers/:id/fiscality
Get the fiscality forms of a customer
Request
Path Parameters
id stringrequired
Query Parameters
year number
Responses
- 200
success - customer fiscality forms
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id stringrequired
created stringrequired
updated stringrequired
input
object
required
nullable
year numbernullablerequired
[
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"created": "2024-01-01T00:00:00.000Z",
"updated": "2024-01-01T00:00:00.000Z",
"input": {
"taxableIncome": 100000,
"realEstateWealthTax": 1000
},
"year": 2024
}
]
Loading...