Find deposit contract
Use case
In this example, we will find the deposit contract that was automatically created by the Tuum system after accepting the related deposit offer.
Use case data
API parameters with values
We will find an existing deposit contract that was created for the test person with the ID-2660
.
...v2/persons/ID-2660/contracts
This API call requires mandatory query parameters pageSize and pageNumber.
...?pageSize=1&pageNumber=1
Sample API call
/deposit-api.sandbox.tuumplatform.com/api/v3/persons/{personId}/contracts
Sample response
Below you will find an example response body to the API call above.
Result
As a result, we found the deposit contract number PR-EE-1000
with headerId ID-1696407222
and activeVersionId ID-1696407267
.
Last updated
Was this helpful?