Financial statements are comprised of financial mutations that are booked on a financial account. They provide a detailed record of all transactions for a specific account.
Delete a financial statement
Deletes a financial statement.
path Parameters
administration_idstring | integer · pattern:^\d+$· requiredThe unique identifier of the administration
A unique record identifier of an administration
idstring | integer · pattern:^\d+$· requiredA unique record identifier
formatstring · pattern:^(.(json|xml))?$· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
Responses
Financial statement deleted
Update a financial statement
When updating a financial statement, you only need to provide the information you want to change. Attributes you don't provide in the request will not be updated.
path Parameters
administration_idstring | integer · pattern:^\d+$· requiredThe unique identifier of the administration
A unique record identifier of an administration
idstring | integer · pattern:^\d+$· requiredA unique record identifier
formatstring · pattern:^(.(json|xml))?$· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
Responses
Financial statement updated
idstring | integer · pattern:^\d+$A unique record identifier
financial_account_idstring | integer · pattern:^\d+$A unique record identifier
referencestringofficial_datestring | null · dateofficial_balancestring | nullimporter_servicestring | nullfinancial_mutationsobject[]
Create a new financial statement
Creates a new financial statement. Provided financial mutations will be grouped in the statement.
path Parameters
administration_idstring | integer · pattern:^\d+$· requiredThe unique identifier of the administration
A unique record identifier of an administration
formatstring · pattern:^(.(json|xml))?$· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
Responses
Financial statement created
idstring | integer · pattern:^\d+$A unique record identifier
financial_account_idstring | integer · pattern:^\d+$A unique record identifier
referencestringofficial_datestring | null · dateofficial_balancestring | nullimporter_servicestring | nullfinancial_mutationsobject[]