Go to swagger of desired environment:

This is BE service so every timestamps are in UTC timezone.

Uploading and activating new product consist of only 2 steps (1. Upload, 3. Activate Version) rest of the steps mentioned here are just optional. The process it the same for loan and overdraft.

1. Upload

  1. Choose product type LOAN/OVERDRAFT

  2. Choose file (CSV product table)

  3. Hit Execute

  4. Check the response

If upload was sucessfull you will get product version needed later (84b55536-e3f9-419c-a9ca-3269cd67406e in this case)

By this step the new product was uploaded but not activated.

Errors

400 means there are some validation errors

You need to repair the errors in order to successfully upload the file.

There are 2 types of validation errors:

  • field validations - these are produced in batches (you can see them all at once)

  • cross validations - these are done after field validations and the validation is stopped when the first error occurs. (you can see only first cross validation error)

2. Check Uploaded Data (Optional)

  1. Choose product type

  2. Insert product version (from previous step)

  3. Hit Execute

  4. Look at the data in the response

Response example:

Product Specification Example

{
"items": [
{
"id": "36a500d0-5e8a-4537-90e2-779110b4e57d",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 6,
"gradeMax": 15,
"amountMin": "2000.00000",
"amountMax": "2500.00000",
"tenor": 1,
"interestRate": "1.13880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "ce9ea12d-2f74-4556-ad8b-0c3404744bcc",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 6,
"gradeMax": 15,
"amountMin": "2501.00000",
"amountMax": "5000.00000",
"tenor": 3,
"interestRate": "1.13880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "77b732d4-d12d-49ec-87f5-12a739d9f961",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 16,
"gradeMax": 30,
"amountMin": "2000.00000",
"amountMax": "3750.00000",
"tenor": 1,
"interestRate": "0.89880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "d9c33ef9-cc25-42ba-95eb-a56a26a13fa5",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 16,
"gradeMax": 30,
"amountMin": "3751.00000",
"amountMax": "7500.00000",
"tenor": 3,
"interestRate": "0.89880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "7dc92ba5-7602-46ba-ba3c-e84caa81d8f3",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 31,
"gradeMax": 70,
"amountMin": "2000.00000",
"amountMax": "5500.00000",
"tenor": 1,
"interestRate": "0.65880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "7cc4ed3b-3dd9-48e6-86dc-655c8da1ab63",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 31,
"gradeMax": 70,
"amountMin": "5501.00000",
"amountMax": "8500.00000",
"tenor": 1,
"interestRate": "0.65880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "faa29d06-0c1c-42a3-b2dd-c58cfc3c0a57",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 31,
"gradeMax": 70,
"amountMin": "5501.00000",
"amountMax": "11000.00000",
"tenor": 3,
"interestRate": "0.65880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "a9a72157-5cb6-4330-b254-267f640be139",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 71,
"gradeMax": 100,
"amountMin": "2000.00000",
"amountMax": "7500.00000",
"tenor": 1,
"interestRate": "0.41880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "cf3c4241-bd28-4e3d-a609-9ce2d33aa42c",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 71,
"gradeMax": 100,
"amountMin": "7501.00000",
"amountMax": "10000.00000",
"tenor": 1,
"interestRate": "0.41880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "a0afb53a-766b-4c25-853d-2788048d8780",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 71,
"gradeMax": 100,
"amountMin": "7501.00000",
"amountMax": "15000.00000",
"tenor": 3,
"interestRate": "0.41880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "70267378-5f3c-4f74-b1d5-befa567ba61e",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "2000.00000",
"amountMax": "3000.00000",
"tenor": 1,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "cf79c23a-e2ec-494e-b66b-201bcc3040e2",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "3001.00000",
"amountMax": "4000.00000",
"tenor": 1,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "73414427-2a21-476b-8273-c18a92d4bdc5",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "3001.00000",
"amountMax": "5000.00000",
"tenor": 3,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "fc8974c3-0f80-4b8b-8095-a976985e4b00",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "4001.00000",
"amountMax": "8000.00000",
"tenor": 6,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "58ef57da-3168-471a-97a6-961586e3dea6",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "8001.00000",
"amountMax": "10000.00000",
"tenor": 6,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "b9fdff52-c0f3-433a-b21a-0ffd880c2c34",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "8001.00000",
"amountMax": "11000.00000",
"tenor": 9,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "0f71becc-91ba-4707-8e97-d9cec0157ef3",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "11001.00000",
"amountMax": "12500.00000",
"tenor": 9,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "e53ed8f4-99d8-4d24-af0c-d1e901183886",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "12501.00000",
"amountMax": "13500.00000",
"tenor": 9,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "bd688166-00be-45a7-8593-36b9913f6d90",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "13500.00000",
"amountMax": "16500.00000",
"tenor": 12,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "80ada39d-21d2-4b52-8f9f-b48fb6679664",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "16501.00000",
"amountMax": "18000.00000",
"tenor": 12,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "d0ae387a-e5e9-4e67-ab3b-3bf4d4525a47",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 101,
"gradeMax": 115,
"amountMin": "18001.00000",
"amountMax": "20000.00000",
"tenor": 24,
"interestRate": "0.95880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "e5094bb7-4b84-4635-9c38-38dacd073452",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 116,
"gradeMax": 130,
"amountMin": "2000.00000",
"amountMax": "5000.00000",
"tenor": 1,
"interestRate": "0.71880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "dd8f2175-4b5f-40f5-a7d3-ad7f0a705dda",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 116,
"gradeMax": 130,
"amountMin": "3001.00000",
"amountMax": "8000.00000",
"tenor": 3,
"interestRate": "0.71880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "91a1335f-731e-49ca-8672-7ca13b5b4ef4",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 116,
"gradeMax": 130,
"amountMin": "7501.00000",
"amountMax": "16500.00000",
"tenor": 6,
"interestRate": "0.71880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "a525d8e9-9afb-4a34-bed0-18b1df519dfb",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 116,
"gradeMax": 130,
"amountMin": "8001.00000",
"amountMax": "20000.00000",
"tenor": 9,
"interestRate": "0.71880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "8ec81d0c-5f1f-4dac-842f-03ae0de34cbf",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 116,
"gradeMax": 130,
"amountMin": "16501.00000",
"amountMax": "28000.00000",
"tenor": 12,
"interestRate": "0.71880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "e91424a8-2548-4c9a-91dd-b9fed62d909d",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 116,
"gradeMax": 130,
"amountMin": "24000.00000",
"amountMax": "35000.00000",
"tenor": 24,
"interestRate": "0.71880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "3d87d3cb-703a-4c9a-a29d-b175dde24779",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 131,
"gradeMax": 170,
"amountMin": "2000.00000",
"amountMax": "9000.00000",
"tenor": 1,
"interestRate": "0.53880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "380163ae-42af-49aa-88cd-28462b16cd33",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 131,
"gradeMax": 170,
"amountMin": "7500.00000",
"amountMax": "15000.00000",
"tenor": 3,
"interestRate": "0.53880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "42800a7d-b8cd-4dec-80e2-ce65720272dc",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 131,
"gradeMax": 170,
"amountMin": "9001.00000",
"amountMax": "20500.00000",
"tenor": 6,
"interestRate": "0.53880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "49a4c0ac-8d6f-4d21-b634-15bcb5e684e2",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 131,
"gradeMax": 170,
"amountMin": "15001.00000",
"amountMax": "28000.00000",
"tenor": 9,
"interestRate": "0.53880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "de8e025d-c5b3-4a59-aae3-605fb3aecb50",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 131,
"gradeMax": 170,
"amountMin": "20501.00000",
"amountMax": "40000.00000",
"tenor": 12,
"interestRate": "0.53880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "740e5161-dc2c-4268-a4da-78eb84d48e2f",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 131,
"gradeMax": 170,
"amountMin": "28001.00000",
"amountMax": "50000.00000",
"tenor": 24,
"interestRate": "0.53880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "9be3ccfb-2700-40ba-893d-77a81736f32b",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 171,
"gradeMax": 200,
"amountMin": "2000.00000",
"amountMax": "10000.00000",
"tenor": 1,
"interestRate": "0.29880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "f32c8d18-3461-4ca4-a884-9d0365e995b1",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 171,
"gradeMax": 200,
"amountMin": "8000.00000",
"amountMax": "18000.00000",
"tenor": 3,
"interestRate": "0.29880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "661c5a7c-dbef-48cb-9a37-6997704806bf",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 171,
"gradeMax": 200,
"amountMin": "10001.00000",
"amountMax": "30000.00000",
"tenor": 6,
"interestRate": "0.29880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "9f216dbd-a1d5-4d26-aaa7-22501c6a969a",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 171,
"gradeMax": 200,
"amountMin": "18001.00000",
"amountMax": "50000.00000",
"tenor": 9,
"interestRate": "0.29880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "51eac487-b02a-4415-96b6-c2bba0aaec20",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 171,
"gradeMax": 200,
"amountMin": "30001.00000",
"amountMax": "75000.00000",
"tenor": 12,
"interestRate": "0.29880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
},
{
"id": "1ecba482-df22-4db1-9373-fa050ddf23af",
"productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
"gradeMin": 171,
"gradeMax": 200,
"amountMin": "50001.00000",
"amountMax": "90000.00000",
"tenor": 24,
"interestRate": "0.29880",
"initialFee": "0.00000",
"initialFeePercentage": null,
"monthlyFee": "0.00000",
"monthlyInstallmentMin": "500.00000",
"monthlyInstallmentMax": "10000.00000",
"createdAt": "2022-11-28T12:01:19.439Z",
"clientClass": 1
}
]
}

3. Activate Version

  1. Choose product type

  2. Insert product version

  3. Hit Execute

  4. Check the response

If response was sucessful the desired version has been activated. (We can verify it in next step.)

4. Check Active Version (Optional)

This endpoint can tell us which product version was active at any moment in the past. But we are usually asking which product is active now.

  1. Choose product type

  2. Insert at timestamp (or leave it empty if you are asking for currently active product version)

  3. Hit Execute

  4. Check the response (you can see at which moment the product was activated)

Browse uploaded versions (Optional)

If you want to active version which was uploaded, but you lost it’s product version ID. You can find it’s by using this endpoint.

Example response:

{
  "items": [
    {
      "productVersion": "84b55536-e3f9-419c-a9ca-3269cd67406e",
      "createdAt": "2022-11-28T12:01:19.439Z",
      "activatedAt": "2022-11-28T12:20:35.431Z"
    },
    {
      "productVersion": "bcec5062-1d77-4e64-9121-746179bcc263",
      "createdAt": "2022-11-28T10:26:41.987Z",
      "activatedAt": null
    },
    {
      "productVersion": "af25427c-a350-49f2-a109-6128e08e1937",
      "createdAt": "2022-11-25T14:54:18.446Z",
      "activatedAt": null
    },
    {
      "productVersion": "8958ebb7-d9d1-40a2-851c-bd378178c3fd",
      "createdAt": "2022-11-01T13:57:03.564Z",
      "activatedAt": null
    }
  ]
}