Changes in Version 1.17

New endpoints added:

  • POST /api/policies/{{policyId}}/signing/envelopes
  • POST /api/policies/{{policyId}}/signing/checkSigningStatus
  • POST [/api/policies/{{id}}/signing/recipients
  • POST [/api/creditAgreements/{{id}}/signing/recipients
  • GET /api/signing/recipients/{{recipientid}}/view
  • GET /api/signing/recipients/{{recipientid}}/status
  • PATCH /api/signing/recipients/{{recipientid}}/status
  • POST /api/creditAgreements/{{id}}/actions/cancelCreditAgreement
  • GET /odata/creditAgreements({{id}})/creditInstances
  • POST /api/creditAgreements/{{creditAgreementId}}/signing/envelopes
  • POST /api/creditAgreements/{{creditAgreementId}}/signing/checkSigningStatus
  • GET /odata/creditInstances({{id}})/creditTransactions
  • GET /odata/lenders({{id}})/creditProductOrganisations
  • POST /api/organisations/{{id}}/bankAccount
  • GET /api/organisations/{{id}}/bankAccounts
  • POST /api/creditAgreements/{{id}}/actions/deactivateCreditAgreement
  • POST /api/creditAgreements/{{id}}/actions/reactivateCreditAgreement
  • POST /api/creditAgreements/{{creditAgreementId}}/fundableAssets/{{fundableAssetId}}/creditInstance
  • GET /api/creditInstances/{{id}}
  • POST /api/creditInstances/{{id}}/actions/activateCreditInstance
  • POST /api/creditInstances/{{creditInstanceId}}/requestToPay/smartRequests
  • GET /api/requestToPay/smartRequests/{{smartRequestId}}
  • GET /api/lenders/{{lenderId}}/referralUsers
  • POST /api/creditAgreements/{{creditAgreementId}}/note
  • GET /api/creditAgreements/{{creditAgreementId}}/notes
  • POST /api/creditInstances/{{creditInstanceId}}/note
  • GET /api/creditInstances/{{creditInstanceId}}/notes
  • POST /api/organisations/{{organisationId}}/note
  • GET /api/organisations/{{organisationId}}/notes
  • POST /api/creditAgreements/{{creditAgreementId}}/actions/amendCreditAgreement
  • PATCH /api/bankAccounts/{{id}}
  • POST /api/fundableInvoices
  • POST /api/fundableInvoices/batchCreation

Following endpoints marked as obsolete/deprecated:

  • POST /api/policies/{{policyId}}/envelopes
  • POST /api/policies/{{policyId}}/actions/checkSigningStatus
  • GET /api/policies/{{policyId}}/signing/{{recipientId}}/view
  • GET /api/policies/{{policyId}}/signing/{{recipientId}}/status
  • PATCH /api/policies/{{policyId}}/signing/{{recipientId}}/status

Changes:
Following properties was changed in Logged user response object for GET /api/loggedUser endpoint:

  • DistributorId changed from uuid to nullable uuid
  • LenderId was added to response and as nullable uuid

Following property was added into Organisation response object for GET /api/organisations/{{id}} endpoint (and other organisation's endpoints for POST, PUT and PATCH operations):

  • ProspectOrganisationId as nullable uuid