Update deposit product

Use case

In this use case, we will review how to update a deposit product. We will change the deposit product that was created in a previous step.

circle-exclamation

In the table below, you will find a list of the settings that have been modified for the deposit product:

Use case data
API parameters with values

The product description is updated.

The deposit country is set to Germany.

The contract number prefix is modified.

The premature deposit contract termination is with interest.

The deposit contract period is 12 months.

The deposit is offered for legal entities.

The deposit product end is updated. Note: the date format is YYYY-MM-DD.

Sample API call

To update a deposit product, make the following API call.

deposit-api.sandbox.tuumplatform.com/ api/v2/deposits/product/{depositTypeCode}

circle-info

See more information about the update deposit productarrow-up-right endpoint in the Tuum developer portal.

Sample request

Below is an example request body for the API call to update a deposit product.

Sample response

Below, you find an example response body to the API call above.

chevron-rightResponsehashtag

Result

As a result, the following deposit product settings were updated:

  • description,

  • countryCode,

  • contractNumberPrefix,

  • terminationType,

  • period,

  • perconTypeCode,

  • validityRange - endDate.

circle-info

The updated deposit product is in the DRAFT status.

Last updated

Was this helpful?