Chilkat Online Tools

unicodeCpp / EDS API / Dokuments "Paziņojums par kapitālsabiedrības valsts kapitāla izmantošanu".

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/kvkiv1/: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)

    // {
    //   "Talrunis": "Duis s",
    //   "SapulceGadaParskats": "2000-01-31T00:00:00",
    //   "SapulceIzmaksa": "2000-01-31T00:00:00",
    //   "Pamatkapitals": 90212148.52912736,
    //   "Pelna": -72905987.0307577,
    //   "IemaksajamaSumma": 27706721.681724608,
    //   "IemaksasDatums": "2000-01-31T00:00:00",
    //   "TaksGads": -52696560,
    //   "ValstsParstavji": [
    //     {
    //       "ValstsParstavis": "magna in nostrud",
    //       "ValstsDala": 3.865663881687098
    //     },
    //     {
    //       "ValstsParstavis": "adipisicing amet",
    //       "ValstsDala": 13.633319635530782
    //     }
    //   ],
    //   "MeituSabiedribas": [
    //     {
    //       "ValstsKods": "mo",
    //       "NmrKods": "elit",
    //       "Nosaukums": "ipsum consequat deserunt in exercitation"
    //     },
    //     {
    //       "ValstsKods": "d",
    //       "NmrKods": "exercitatio",
    //       "Nosaukums": "cillum minim dolor"
    //     }
    //   ],
    //   "PelnaMeitu": -78146907.7543265,
    //   "IenakumuIemaksa": -94222836.58243935,
    //   "Pielikumi": [
    //     {
    //       "Fails": {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       },
    //       "Komentars": "sit nulla tempor"
    //     },
    //     {
    //       "Fails": {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       },
    //       "Komentars": "aute et cillum mollit"
    //     }
    //   ],
    //   "Id": 62935092,
    //   "UID": "non ut",
    //   "NmrKods": "nostrud q",
    //   "Precizejums": true,
    //   "PrecizejamaisDokuments": 7244971,
    //   "PrecizejumaPamatojums": "fugiat officia aliqua ullamco"
    // }

    // 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 *ValstsParstavis = 0;
    const wchar_t *ValstsDala = 0;
    const wchar_t *ValstsKods = 0;
    const wchar_t *Nosaukums = 0;
    const wchar_t *Value = 0;
    const wchar_t *Komentars = 0;

    const wchar_t *Talrunis = jResp.stringOf(L"Talrunis");
    const wchar_t *SapulceGadaParskats = jResp.stringOf(L"SapulceGadaParskats");
    const wchar_t *SapulceIzmaksa = jResp.stringOf(L"SapulceIzmaksa");
    const wchar_t *Pamatkapitals = jResp.stringOf(L"Pamatkapitals");
    const wchar_t *Pelna = jResp.stringOf(L"Pelna");
    const wchar_t *IemaksajamaSumma = jResp.stringOf(L"IemaksajamaSumma");
    const wchar_t *IemaksasDatums = jResp.stringOf(L"IemaksasDatums");
    int TaksGads = jResp.IntOf(L"TaksGads");
    const wchar_t *PelnaMeitu = jResp.stringOf(L"PelnaMeitu");
    const wchar_t *IenakumuIemaksa = jResp.stringOf(L"IenakumuIemaksa");
    int Id = jResp.IntOf(L"Id");
    const wchar_t *UID = jResp.stringOf(L"UID");
    const wchar_t *NmrKods = jResp.stringOf(L"NmrKods");
    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"ValstsParstavji");
    while (i < count_i) {
        jResp.put_I(i);
        ValstsParstavis = jResp.stringOf(L"ValstsParstavji[i].ValstsParstavis");
        ValstsDala = jResp.stringOf(L"ValstsParstavji[i].ValstsDala");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"MeituSabiedribas");
    while (i < count_i) {
        jResp.put_I(i);
        ValstsKods = jResp.stringOf(L"MeituSabiedribas[i].ValstsKods");
        NmrKods = jResp.stringOf(L"MeituSabiedribas[i].NmrKods");
        Nosaukums = jResp.stringOf(L"MeituSabiedribas[i].Nosaukums");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"Pielikumi");
    while (i < count_i) {
        jResp.put_I(i);
        Value = jResp.stringOf(L"Pielikumi[i].Fails.value");
        Komentars = jResp.stringOf(L"Pielikumi[i].Komentars");
        i = i + 1;
    }
    }

Curl Command

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

Postman Collection Item JSON

{
  "name": "Dokuments \"Paziņojums par kapitālsabiedrības valsts kapitāla izmantošanu\".",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/doc/kvkiv1/:id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "kvkiv1",
        ":id"
      ],
      "variable": [
        {
          "key": "id",
          "value": "25210683",
          "description": "(Required) Dokumenta id."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/kvkiv1/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "kvkiv1",
            ":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  \"Talrunis\": \"Duis s\",\n  \"SapulceGadaParskats\": \"2000-01-31T00:00:00\",\n  \"SapulceIzmaksa\": \"2000-01-31T00:00:00\",\n  \"Pamatkapitals\": 90212148.52912736,\n  \"Pelna\": -72905987.0307577,\n  \"IemaksajamaSumma\": 27706721.681724608,\n  \"IemaksasDatums\": \"2000-01-31T00:00:00\",\n  \"TaksGads\": -52696560,\n  \"ValstsParstavji\": [\n    {\n      \"ValstsParstavis\": \"magna in nostrud\",\n      \"ValstsDala\": 3.865663881687098\n    },\n    {\n      \"ValstsParstavis\": \"adipisicing amet\",\n      \"ValstsDala\": 13.633319635530782\n    }\n  ],\n  \"MeituSabiedribas\": [\n    {\n      \"ValstsKods\": \"mo\",\n      \"NmrKods\": \"elit\",\n      \"Nosaukums\": \"ipsum consequat deserunt in exercitation\"\n    },\n    {\n      \"ValstsKods\": \"d\",\n      \"NmrKods\": \"exercitatio\",\n      \"Nosaukums\": \"cillum minim dolor\"\n    }\n  ],\n  \"PelnaMeitu\": -78146907.7543265,\n  \"IenakumuIemaksa\": -94222836.58243935,\n  \"Pielikumi\": [\n    {\n      \"Fails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Komentars\": \"sit nulla tempor\"\n    },\n    {\n      \"Fails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Komentars\": \"aute et cillum mollit\"\n    }\n  ],\n  \"Id\": 62935092,\n  \"UID\": \"non ut\",\n  \"NmrKods\": \"nostrud q\",\n  \"Precizejums\": true,\n  \"PrecizejamaisDokuments\": 7244971,\n  \"PrecizejumaPamatojums\": \"fugiat officia aliqua ullamco\"\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/kvkiv1/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "kvkiv1",
            ":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/kvkiv1/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "kvkiv1",
            ":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/kvkiv1/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "kvkiv1",
            ":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": ""
    }
  ]
}