Create person financial data
Last updated
Was this helpful?
Last updated
Was this helpful?
In this example, we will show how to set up legal person financial data. We will modify New company Ltd and add assets as a currency worth 10000000 EUR.
The personId of the legal person. New company Ltd is ID-3394
.
...persons/ID-3394/financial-data
The financial data type code is assets.
The financial data value type code is currency.
The currency code is EUR. The currencyCode follows ISO 4217 format.
The period presents the count of months for the validity range and is 12 months.
The financial value for the current period is 10000000.
To create financial data, call the following endpoint.
https://person-api.sandbox.tuumplatform.com/api/v1/persons/ID-3394/financial-data
Below is an example request body of the API call for creating person representation.
Below you will find an example response to the API call from above.
Assets as a currency worth 10000000 EUR are added to the legal person.