Chilkat Online Tools

unicodeCpp / EDS API / Dokuments "IeIeN pārskats par izmaksām nerezidentiem".

Back to Collection Items

#include <CkHttpW.h>
#include <CkStringBuilderW.h>
#include <CkJsonObjectW.h>

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

    CkHttpW http;
    bool success;

    http.SetRequestHeader(L"Accept",L"application/json");

    CkStringBuilderW sbResponseBody;
    success = http.QuickGetSb(L"https://eds.vid.gov.lv/api/doc/inrv2/:id",sbResponseBody);
    if (success == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkJsonObjectW jResp;
    jResp.LoadSb(sbResponseBody);
    jResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jResp.emit());

    int respStatusCode = http.get_LastStatus();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",http.lastHeader());
        wprintf(L"Failed.\n");
        return;
    }

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

    // {
    //   "ParskGads": 54743069,
    //   "Epasts": "magna ad nostrud occaecat",
    //   "Talrunis": "laboris mollit",
    //   "ParskMen": "commodo deserunt",
    //   "Sagatavotajs": "dolore nulla",
    //   "NmrKods": "nostrud su",
    //   "TabulaFP": [
    //     {
    //       "Vards": "in",
    //       "Uzvards": "sunt in",
    //       "Valsts": "in laborum in ullamco",
    //       "AdrIela": "officia",
    //       "AdrPilseta": "officia aute ad magna do",
    //       "AdrPasts": "elit dolor",
    //       "IenVeids": "velit adipisicing in Excepteur",
    //       "IzmDatums": 17,
    //       "IenSumma": -5811443.522479072,
    //       "NodLikme": 23853015.107451633,
    //       "NodSumma": -35352699.91027565,
    //       "CitsPersKods": "Excepteur fugiat",
    //       "LrNmrKods": "e",
    //       "DzimDatums": "2000-01-31T00:00:00",
    //       "ATVK": "enim non ipsum"
    //     },
    //     {
    //       "Vards": "voluptate cillum laborum",
    //       "Uzvards": "ut velit aliquip occaecat nulla",
    //       "Valsts": "officia reprehenderit sint",
    //       "AdrIela": "dese",
    //       "AdrPilseta": "eu sunt",
    //       "AdrPasts": "et",
    //       "IenVeids": "fugiat eu",
    //       "IzmDatums": 16,
    //       "IenSumma": -3921734.7059562653,
    //       "NodLikme": 23938705.79623814,
    //       "NodSumma": -17258687.90274711,
    //       "CitsPersKods": "sunt minim",
    //       "LrNmrKods": "eu",
    //       "DzimDatums": "2000-01-31T00:00:00",
    //       "ATVK": "ea nisi irure"
    //     }
    //   ],
    //   "TabulaJP": [
    //     {
    //       "Valsts": "ipsum eu id ea",
    //       "AdrIela": "nisi mollit irure Excepteur",
    //       "AdrPilseta": "cillum laborum",
    //       "AdrPasts": "dolor cupidata",
    //       "IenVeids": "fugiat ex consequat",
    //       "IzmDatums": 29,
    //       "IenSumma": 35501102.52214521,
    //       "NodLikme": -40720481.84149244,
    //       "NodSumma": 73375233.76676768,
    //       "JpKods": "mollit est Lorem aute",
    //       "JpNosaukums": "fugiat consequa",
    //       "Piezimes": "veniam in",
    //       "ATVK": "veniam reprehenderit esse adipisicing"
    //     },
    //     {
    //       "Valsts": "Excepteur deserunt",
    //       "AdrIela": "adipisicing labore commodo cillum in",
    //       "AdrPilseta": "labore non nostrud magna",
    //       "AdrPasts": "ut fugiat occaecat ",
    //       "IenVeids": "nisi ex commodo",
    //       "IzmDatums": 24,
    //       "IenSumma": -49006663.90657453,
    //       "NodLikme": 32085369.934580848,
    //       "NodSumma": -55044059.760223664,
    //       "JpKods": "culpa voluptate dolor Duis sed",
    //       "JpNosaukums": "fugiat quis occaecat qui",
    //       "Piezimes": "culpa velit elit",
    //       "ATVK": "Lorem voluptate aliqua ut"
    //     }
    //   ],
    //   "Id": 9851816,
    //   "UID": "officia incididunt quis",
    //   "Precizejums": false,
    //   "PrecizejamaisDokuments": -23042510,
    //   "PrecizejumaPamatojums": "nostrud dolor"
    // }

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

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    const wchar_t *Vards = 0;
    const wchar_t *Uzvards = 0;
    const wchar_t *Valsts = 0;
    const wchar_t *AdrIela = 0;
    const wchar_t *AdrPilseta = 0;
    const wchar_t *AdrPasts = 0;
    const wchar_t *IenVeids = 0;
    int IzmDatums;
    const wchar_t *IenSumma = 0;
    const wchar_t *NodLikme = 0;
    const wchar_t *NodSumma = 0;
    const wchar_t *CitsPersKods = 0;
    const wchar_t *LrNmrKods = 0;
    const wchar_t *DzimDatums = 0;
    const wchar_t *ATVK = 0;
    const wchar_t *JpKods = 0;
    const wchar_t *JpNosaukums = 0;
    const wchar_t *Piezimes = 0;

    int ParskGads = jResp.IntOf(L"ParskGads");
    const wchar_t *Epasts = jResp.stringOf(L"Epasts");
    const wchar_t *Talrunis = jResp.stringOf(L"Talrunis");
    const wchar_t *ParskMen = jResp.stringOf(L"ParskMen");
    const wchar_t *Sagatavotajs = jResp.stringOf(L"Sagatavotajs");
    const wchar_t *NmrKods = jResp.stringOf(L"NmrKods");
    int Id = jResp.IntOf(L"Id");
    const wchar_t *UID = jResp.stringOf(L"UID");
    bool Precizejums = jResp.BoolOf(L"Precizejums");
    int PrecizejamaisDokuments = jResp.IntOf(L"PrecizejamaisDokuments");
    const wchar_t *PrecizejumaPamatojums = jResp.stringOf(L"PrecizejumaPamatojums");
    int i = 0;
    int count_i = jResp.SizeOfArray(L"TabulaFP");
    while (i < count_i) {
        jResp.put_I(i);
        Vards = jResp.stringOf(L"TabulaFP[i].Vards");
        Uzvards = jResp.stringOf(L"TabulaFP[i].Uzvards");
        Valsts = jResp.stringOf(L"TabulaFP[i].Valsts");
        AdrIela = jResp.stringOf(L"TabulaFP[i].AdrIela");
        AdrPilseta = jResp.stringOf(L"TabulaFP[i].AdrPilseta");
        AdrPasts = jResp.stringOf(L"TabulaFP[i].AdrPasts");
        IenVeids = jResp.stringOf(L"TabulaFP[i].IenVeids");
        IzmDatums = jResp.IntOf(L"TabulaFP[i].IzmDatums");
        IenSumma = jResp.stringOf(L"TabulaFP[i].IenSumma");
        NodLikme = jResp.stringOf(L"TabulaFP[i].NodLikme");
        NodSumma = jResp.stringOf(L"TabulaFP[i].NodSumma");
        CitsPersKods = jResp.stringOf(L"TabulaFP[i].CitsPersKods");
        LrNmrKods = jResp.stringOf(L"TabulaFP[i].LrNmrKods");
        DzimDatums = jResp.stringOf(L"TabulaFP[i].DzimDatums");
        ATVK = jResp.stringOf(L"TabulaFP[i].ATVK");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"TabulaJP");
    while (i < count_i) {
        jResp.put_I(i);
        Valsts = jResp.stringOf(L"TabulaJP[i].Valsts");
        AdrIela = jResp.stringOf(L"TabulaJP[i].AdrIela");
        AdrPilseta = jResp.stringOf(L"TabulaJP[i].AdrPilseta");
        AdrPasts = jResp.stringOf(L"TabulaJP[i].AdrPasts");
        IenVeids = jResp.stringOf(L"TabulaJP[i].IenVeids");
        IzmDatums = jResp.IntOf(L"TabulaJP[i].IzmDatums");
        IenSumma = jResp.stringOf(L"TabulaJP[i].IenSumma");
        NodLikme = jResp.stringOf(L"TabulaJP[i].NodLikme");
        NodSumma = jResp.stringOf(L"TabulaJP[i].NodSumma");
        JpKods = jResp.stringOf(L"TabulaJP[i].JpKods");
        JpNosaukums = jResp.stringOf(L"TabulaJP[i].JpNosaukums");
        Piezimes = jResp.stringOf(L"TabulaJP[i].Piezimes");
        ATVK = jResp.stringOf(L"TabulaJP[i].ATVK");
        i = i + 1;
    }
    }

Curl Command

curl -X GET
	-H "Accept: application/json"
https://eds.vid.gov.lv/api/doc/inrv2/:id

Postman Collection Item JSON

{
  "name": "Dokuments \"IeIeN pārskats par izmaksām nerezidentiem\".",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/doc/inrv2/:id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "inrv2",
        ":id"
      ],
      "variable": [
        {
          "key": "id",
          "value": "25210683",
          "description": "(Required) Dokumenta id."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/inrv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "inrv2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"ParskGads\": 54743069,\n  \"Epasts\": \"magna ad nostrud occaecat\",\n  \"Talrunis\": \"laboris mollit\",\n  \"ParskMen\": \"commodo deserunt\",\n  \"Sagatavotajs\": \"dolore nulla\",\n  \"NmrKods\": \"nostrud su\",\n  \"TabulaFP\": [\n    {\n      \"Vards\": \"in\",\n      \"Uzvards\": \"sunt in\",\n      \"Valsts\": \"in laborum in ullamco\",\n      \"AdrIela\": \"officia\",\n      \"AdrPilseta\": \"officia aute ad magna do\",\n      \"AdrPasts\": \"elit dolor\",\n      \"IenVeids\": \"velit adipisicing in Excepteur\",\n      \"IzmDatums\": 17,\n      \"IenSumma\": -5811443.522479072,\n      \"NodLikme\": 23853015.107451633,\n      \"NodSumma\": -35352699.91027565,\n      \"CitsPersKods\": \"Excepteur fugiat\",\n      \"LrNmrKods\": \"e\",\n      \"DzimDatums\": \"2000-01-31T00:00:00\",\n      \"ATVK\": \"enim non ipsum\"\n    },\n    {\n      \"Vards\": \"voluptate cillum laborum\",\n      \"Uzvards\": \"ut velit aliquip occaecat nulla\",\n      \"Valsts\": \"officia reprehenderit sint\",\n      \"AdrIela\": \"dese\",\n      \"AdrPilseta\": \"eu sunt\",\n      \"AdrPasts\": \"et\",\n      \"IenVeids\": \"fugiat eu\",\n      \"IzmDatums\": 16,\n      \"IenSumma\": -3921734.7059562653,\n      \"NodLikme\": 23938705.79623814,\n      \"NodSumma\": -17258687.90274711,\n      \"CitsPersKods\": \"sunt minim\",\n      \"LrNmrKods\": \"eu\",\n      \"DzimDatums\": \"2000-01-31T00:00:00\",\n      \"ATVK\": \"ea nisi irure\"\n    }\n  ],\n  \"TabulaJP\": [\n    {\n      \"Valsts\": \"ipsum eu id ea\",\n      \"AdrIela\": \"nisi mollit irure Excepteur\",\n      \"AdrPilseta\": \"cillum laborum\",\n      \"AdrPasts\": \"dolor cupidata\",\n      \"IenVeids\": \"fugiat ex consequat\",\n      \"IzmDatums\": 29,\n      \"IenSumma\": 35501102.52214521,\n      \"NodLikme\": -40720481.84149244,\n      \"NodSumma\": 73375233.76676768,\n      \"JpKods\": \"mollit est Lorem aute\",\n      \"JpNosaukums\": \"fugiat consequa\",\n      \"Piezimes\": \"veniam in\",\n      \"ATVK\": \"veniam reprehenderit esse adipisicing\"\n    },\n    {\n      \"Valsts\": \"Excepteur deserunt\",\n      \"AdrIela\": \"adipisicing labore commodo cillum in\",\n      \"AdrPilseta\": \"labore non nostrud magna\",\n      \"AdrPasts\": \"ut fugiat occaecat \",\n      \"IenVeids\": \"nisi ex commodo\",\n      \"IzmDatums\": 24,\n      \"IenSumma\": -49006663.90657453,\n      \"NodLikme\": 32085369.934580848,\n      \"NodSumma\": -55044059.760223664,\n      \"JpKods\": \"culpa voluptate dolor Duis sed\",\n      \"JpNosaukums\": \"fugiat quis occaecat qui\",\n      \"Piezimes\": \"culpa velit elit\",\n      \"ATVK\": \"Lorem voluptate aliqua ut\"\n    }\n  ],\n  \"Id\": 9851816,\n  \"UID\": \"officia incididunt quis\",\n  \"Precizejums\": false,\n  \"PrecizejamaisDokuments\": -23042510,\n  \"PrecizejumaPamatojums\": \"nostrud dolor\"\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/inrv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "inrv2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Dokuments neeksistē vai lietotājam nav tiesību.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/inrv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "inrv2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "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/doc/inrv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "inrv2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}