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_id
string | integer · pattern:^\d+$
· requiredThe unique identifier of the administration
A unique record identifier of an administration
id
string | integer · pattern:^\d+$
· requiredA unique record identifier
format
string · 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_id
string | integer · pattern:^\d+$
· requiredThe unique identifier of the administration
A unique record identifier of an administration
id
string | integer · pattern:^\d+$
· requiredA unique record identifier
format
string · 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
id
string | integer · pattern:^\d+$
A unique record identifier
financial_account_id
string | integer · pattern:^\d+$
A unique record identifier
reference
stringofficial_date
string | null · dateofficial_balance
string | nullimporter_service
string | nullfinancial_mutations
object[]
Create a new financial statement
Creates a new financial statement. Provided financial mutations will be grouped in the statement.
path Parameters
administration_id
string | integer · pattern:^\d+$
· requiredThe unique identifier of the administration
A unique record identifier of an administration
format
string · 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
id
string | integer · pattern:^\d+$
A unique record identifier
financial_account_id
string | integer · pattern:^\d+$
A unique record identifier
reference
stringofficial_date
string | null · dateofficial_balance
string | nullimporter_service
string | nullfinancial_mutations
object[]