Chilkat Online Tools

DataFlex / EDS API / Transakciju pārskats (no 01.01.2021).

Back to Collection Items

Use ChilkatAx-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vQueryParams
    Handle hoQueryParams
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sDatums
    String sSaistibasDokumentaNr
    String sAprekins
    String sAprekinaPamatojums
    String sSaistibasVeids
    String sIenemumuVeids
    String sBudzetaKlasifikacijasKods
    String sSummasVeids
    String sSumma
    String sMaksajumaUzdevumaNr
    String sSaistitaDokumentaNr
    String sInfo
    String sPeriodsNo
    String sPeriodsLidz
    Integer i
    Integer iCount_i
    String sTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoQueryParams
    If (Not(IsComObjectCreated(hoQueryParams))) Begin
        Send CreateComObject of hoQueryParams
    End
    Get ComUpdateString Of hoQueryParams "periodsNo" "nisi cillum sed" To iSuccess
    Get ComUpdateString Of hoQueryParams "periodsLidz" "nisi cillum sed" To iSuccess
    Get ComUpdateString Of hoQueryParams "saistibasDokumentaNr" "qui sed" To iSuccess
    Get ComUpdateString Of hoQueryParams "maksajumaUzdevumaNr" "qui sed" To iSuccess
    Get ComUpdateInt Of hoQueryParams "izlaistIerakstus" 25210683 To iSuccess
    Get ComUpdateInt Of hoQueryParams "atgrieztIerakstus" 25210683 To iSuccess

    Send ComSetRequestHeader To hoHttp "Accept" "application/json"

    Get pvComObject of hoQueryParams to vQueryParams
    Get ComQuickRequestParams Of hoHttp "GET" "https://eds.vid.gov.lv/api/reports/paymenttransactions" vQueryParams To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "Transakcijas": [
    //     {
    //       "Datums": "2000-01-31T00:00:00",
    //       "SaistibasDokumentaNr": "occaec",
    //       "Aprekins": "deserunt consequat laborum officia",
    //       "AprekinaPamatojums": "ut et exercitation",
    //       "SaistibasVeids": "ea enim aliquip do ullamco",
    //       "IenemumuVeids": "ut eu exercitation",
    //       "BudzetaKlasifikacijasKods": "exercitation anim",
    //       "SummasVeids": "sit ullamco irure",
    //       "Summa": 24341259.51378028,
    //       "MaksajumaUzdevumaNr": "veniam quis incididun",
    //       "SaistitaDokumentaNr": "sit cupidatat dolor fugiat",
    //       "Info": "ea quis",
    //       "PeriodsNo": "2000-01-31T00:00:00",
    //       "PeriodsLidz": "2000-01-31T00:00:00"
    //     },
    //     {
    //       "Datums": "2000-01-31T00:00:00",
    //       "SaistibasDokumentaNr": "dolore proident sed",
    //       "Aprekins": "minim sint non",
    //       "AprekinaPamatojums": "Lorem minim id",
    //       "SaistibasVeids": "commodo velit et",
    //       "IenemumuVeids": "est sint",
    //       "BudzetaKlasifikacijasKods": "elit minim proident",
    //       "SummasVeids": "in qui",
    //       "Summa": -45694443.17825795,
    //       "MaksajumaUzdevumaNr": "tempor officia",
    //       "SaistitaDokumentaNr": "ipsum",
    //       "Info": "nulla ad",
    //       "PeriodsNo": "2000-01-31T00:00:00",
    //       "PeriodsLidz": "2000-01-31T00:00:00"
    //     }
    //   ]
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Move 0 To i
    Get ComSizeOfArray Of hoJResp "Transakcijas" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComStringOf Of hoJResp "Transakcijas[i].Datums" To sDatums
        Get ComStringOf Of hoJResp "Transakcijas[i].SaistibasDokumentaNr" To sSaistibasDokumentaNr
        Get ComStringOf Of hoJResp "Transakcijas[i].Aprekins" To sAprekins
        Get ComStringOf Of hoJResp "Transakcijas[i].AprekinaPamatojums" To sAprekinaPamatojums
        Get ComStringOf Of hoJResp "Transakcijas[i].SaistibasVeids" To sSaistibasVeids
        Get ComStringOf Of hoJResp "Transakcijas[i].IenemumuVeids" To sIenemumuVeids
        Get ComStringOf Of hoJResp "Transakcijas[i].BudzetaKlasifikacijasKods" To sBudzetaKlasifikacijasKods
        Get ComStringOf Of hoJResp "Transakcijas[i].SummasVeids" To sSummasVeids
        Get ComStringOf Of hoJResp "Transakcijas[i].Summa" To sSumma
        Get ComStringOf Of hoJResp "Transakcijas[i].MaksajumaUzdevumaNr" To sMaksajumaUzdevumaNr
        Get ComStringOf Of hoJResp "Transakcijas[i].SaistitaDokumentaNr" To sSaistitaDokumentaNr
        Get ComStringOf Of hoJResp "Transakcijas[i].Info" To sInfo
        Get ComStringOf Of hoJResp "Transakcijas[i].PeriodsNo" To sPeriodsNo
        Get ComStringOf Of hoJResp "Transakcijas[i].PeriodsLidz" To sPeriodsLidz
        Move (i + 1) To i
    Loop



End_Procedure

Curl Command

curl -G -d "periodsNo=nisi%20cillum%20sed"
	-d "periodsLidz=nisi%20cillum%20sed"
	-d "saistibasDokumentaNr=qui%20sed"
	-d "maksajumaUzdevumaNr=qui%20sed"
	-d "izlaistIerakstus=25210683"
	-d "atgrieztIerakstus=25210683"
	-H "Accept: application/json"
https://eds.vid.gov.lv/api/reports/paymenttransactions

Postman Collection Item JSON

{
  "name": "Transakciju pārskats (no 01.01.2021).",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/reports/paymenttransactions?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed&saistibasDokumentaNr=qui sed&maksajumaUzdevumaNr=qui sed&izlaistIerakstus=25210683&atgrieztIerakstus=25210683",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "reports",
        "paymenttransactions"
      ],
      "query": [
        {
          "key": "periodsNo",
          "value": "nisi cillum sed",
          "description": "(Required) Periods no."
        },
        {
          "key": "periodsLidz",
          "value": "nisi cillum sed",
          "description": "(Required) Periods līdz."
        },
        {
          "key": "saistibasDokumentaNr",
          "value": "qui sed",
          "description": "Saistības dokumenta Nr."
        },
        {
          "key": "maksajumaUzdevumaNr",
          "value": "qui sed",
          "description": "Maksājuma uzdevuma Nr."
        },
        {
          "key": "izlaistIerakstus",
          "value": "25210683",
          "description": "(Required) No rezultāta izlaižamo ierakstu skaits."
        },
        {
          "key": "atgrieztIerakstus",
          "value": "25210683",
          "description": "(Required) Atgriežamo ierakstu skaits."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/paymenttransactions?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed&saistibasDokumentaNr=qui sed&maksajumaUzdevumaNr=qui sed&izlaistIerakstus=25210683&atgrieztIerakstus=25210683",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "paymenttransactions"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            },
            {
              "key": "saistibasDokumentaNr",
              "value": "qui sed"
            },
            {
              "key": "maksajumaUzdevumaNr",
              "value": "qui sed"
            },
            {
              "key": "izlaistIerakstus",
              "value": "25210683"
            },
            {
              "key": "atgrieztIerakstus",
              "value": "25210683"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"Transakcijas\": [\n    {\n      \"Datums\": \"2000-01-31T00:00:00\",\n      \"SaistibasDokumentaNr\": \"occaec\",\n      \"Aprekins\": \"deserunt consequat laborum officia\",\n      \"AprekinaPamatojums\": \"ut et exercitation\",\n      \"SaistibasVeids\": \"ea enim aliquip do ullamco\",\n      \"IenemumuVeids\": \"ut eu exercitation\",\n      \"BudzetaKlasifikacijasKods\": \"exercitation anim\",\n      \"SummasVeids\": \"sit ullamco irure\",\n      \"Summa\": 24341259.51378028,\n      \"MaksajumaUzdevumaNr\": \"veniam quis incididun\",\n      \"SaistitaDokumentaNr\": \"sit cupidatat dolor fugiat\",\n      \"Info\": \"ea quis\",\n      \"PeriodsNo\": \"2000-01-31T00:00:00\",\n      \"PeriodsLidz\": \"2000-01-31T00:00:00\"\n    },\n    {\n      \"Datums\": \"2000-01-31T00:00:00\",\n      \"SaistibasDokumentaNr\": \"dolore proident sed\",\n      \"Aprekins\": \"minim sint non\",\n      \"AprekinaPamatojums\": \"Lorem minim id\",\n      \"SaistibasVeids\": \"commodo velit et\",\n      \"IenemumuVeids\": \"est sint\",\n      \"BudzetaKlasifikacijasKods\": \"elit minim proident\",\n      \"SummasVeids\": \"in qui\",\n      \"Summa\": -45694443.17825795,\n      \"MaksajumaUzdevumaNr\": \"tempor officia\",\n      \"SaistitaDokumentaNr\": \"ipsum\",\n      \"Info\": \"nulla ad\",\n      \"PeriodsNo\": \"2000-01-31T00:00:00\",\n      \"PeriodsLidz\": \"2000-01-31T00:00:00\"\n    }\n  ]\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/paymenttransactions?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed&saistibasDokumentaNr=qui sed&maksajumaUzdevumaNr=qui sed&izlaistIerakstus=25210683&atgrieztIerakstus=25210683",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "paymenttransactions"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            },
            {
              "key": "saistibasDokumentaNr",
              "value": "qui sed"
            },
            {
              "key": "maksajumaUzdevumaNr",
              "value": "qui sed"
            },
            {
              "key": "izlaistIerakstus",
              "value": "25210683"
            },
            {
              "key": "atgrieztIerakstus",
              "value": "25210683"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Lietotājam nav tiesību veikt šo darbību.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/paymenttransactions?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed&saistibasDokumentaNr=qui sed&maksajumaUzdevumaNr=qui sed&izlaistIerakstus=25210683&atgrieztIerakstus=25210683",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "paymenttransactions"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            },
            {
              "key": "saistibasDokumentaNr",
              "value": "qui sed"
            },
            {
              "key": "maksajumaUzdevumaNr",
              "value": "qui sed"
            },
            {
              "key": "izlaistIerakstus",
              "value": "25210683"
            },
            {
              "key": "atgrieztIerakstus",
              "value": "25210683"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Pārsniegts izsaukumu skaita ierobežojums.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/paymenttransactions?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed&saistibasDokumentaNr=qui sed&maksajumaUzdevumaNr=qui sed&izlaistIerakstus=25210683&atgrieztIerakstus=25210683",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "paymenttransactions"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            },
            {
              "key": "saistibasDokumentaNr",
              "value": "qui sed"
            },
            {
              "key": "maksajumaUzdevumaNr",
              "value": "qui sed"
            },
            {
              "key": "izlaistIerakstus",
              "value": "25210683"
            },
            {
              "key": "atgrieztIerakstus",
              "value": "25210683"
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}