Client
Managing client information.
API | Description |
---|---|
POST client |
Add a new client to Fiscaal Gemak. |
POST api/clients |
Attention! This route is deprecated, use '/client'. |
POST client/{id}/relations |
Add a new relation to a client. |
POST api/clients/{id}/relations |
Attention! This route is deprecated, use '/client/{id}/relations'. |
DELETE client/{id} |
Delete a client from Fiscaal Gemak. |
DELETE api/clients/{id} |
Attention! This route is deprecated, use '/client/{id}'. |
DELETE client/{id}/relations/{relationClientId} |
Delete a relation from a client. |
DELETE api/clients/{id}/relations/{relationClientId} |
Attention! This route is deprecated, use '/client/{id}/relations/{relationClientId}'. |
GET client/{id} |
Get a client from Fiscaal Gemak. |
GET client/{id}/declarations?declarationType={declarationType}&periodStart={periodStart}&periodEnd={periodEnd} |
No documentation available. |
GET client?bsn={bsn}&rsin={rsin}&offset={offset}&amount={amount} |
Get a client from Fiscaal Gemak by bsn of rsin, or get all clients. |
GET api/clients?bsn={bsn}&rsin={rsin}&offset={offset}&amount={amount} |
Attention! This route is deprecated, use '/client?bsn={bsn}&rsin={rsin}'. |
GET api/clients/{id} |
Attention! This route is deprecated, use '/client/{id}'. |
GET client/{id}/relations |
Get the relations of a client. |
GET api/clients/{id}/relations |
Attention! This route is deprecated, use '/client/{id}/relations'. |
PUT client/{id} |
Update an existing client in Fiscaal Gemak. |
PUT api/clients/{id} |
Attention! This route is deprecated, use '/client/{id}'. |
FinancialNumbersDocument
Managing financial numbers information.
API | Description |
---|---|
POST financial-numbers-document |
Add a new financial numbers document to Fiscaal Gemak. |
Declaration
Managing declaration information.
API | Description |
---|---|
POST declaration |
Add a new declaration to Fiscaal Gemak. |
GET declaration/{id} |
Get a declaration from Fiscaal Gemak. |
GET declaration/{id}/trial-balance |
No documentation available. |