Chilkat Online Tools

unicodeCpp / EDS API / Dokuments "Kafijas un bezalkoholisko dzērienu akcīzes nodokļa deklarācija".

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

    // {
    //   "Epasts": "consectetur aliqui",
    //   "Talrunis": "Lorem est ",
    //   "Gads": 55791739,
    //   "Menesis": 3,
    //   "Datums": "2000-01-31T00:00:00",
    //   "SamTermins": "2000-01-31T00:00:00",
    //   "Statuss": "non nostrud ut aute",
    //   "R08": "elit aliquip esse culpa ad",
    //   "R09": "incididunt cillum ex",
    //   "Sagatavotajs": "dolore magna",
    //   "R10": {
    //     "K1": 56269837.42085248,
    //     "K2": -97298581.74073067,
    //     "K3": 12294961.351833716
    //   },
    //   "R11": {
    //     "K1": 41022931.67948061,
    //     "K2": -68712318.08074483,
    //     "K3": 90842091.99793217
    //   },
    //   "R12": {
    //     "K1": 84287865.76155868,
    //     "K2": -75203210.86545718,
    //     "K3": 96069798.82083505
    //   },
    //   "R13": {
    //     "K1": 19153612.749102816,
    //     "K2": 69191084.53138548,
    //     "K3": -41146809.24410861
    //   },
    //   "R14": {
    //     "K1": -25589893.00259231,
    //     "K2": -40394478.88604588,
    //     "K3": -67509512.05558807
    //   },
    //   "R15": {
    //     "K1": -13389900.565754324,
    //     "K2": -67256828.72786547,
    //     "K3": 9963358.057663158
    //   },
    //   "R16": {
    //     "K1": 40630728.91606638,
    //     "K2": 36694283.38713309,
    //     "K3": -94233825.83611923
    //   },
    //   "R17": {
    //     "K1": 9514933.913133025,
    //     "K2": -96214731.34989595,
    //     "K3": -40894391.21104315
    //   },
    //   "R18": {
    //     "K1": -26335901.074957892,
    //     "K2": 89969023.26793891,
    //     "K3": -32821793.514351994
    //   },
    //   "R19": {
    //     "K1": -66751306.14344158,
    //     "K2": -81422919.1551168,
    //     "K3": 83748164.62387183
    //   },
    //   "R20": {
    //     "K1": -92844504.24250332,
    //     "K2": 9964276.005876243,
    //     "K3": 55762994.440933555
    //   },
    //   "R21": {
    //     "K1": 68143846.12130961,
    //     "K2": -70891897.90269752,
    //     "K3": -323941.36614084244
    //   },
    //   "R22": {
    //     "K1": -59236603.09707017,
    //     "K2": -77585980.67387563,
    //     "K3": 81620375.05168778
    //   },
    //   "R23": {
    //     "K1": 84614414.77212152,
    //     "K2": -13312758.937248185,
    //     "K3": -19915436.80421537
    //   },
    //   "R24": {
    //     "K1": 5935688.459061697,
    //     "K2": -69949002.14066488,
    //     "K3": -44295563.71114125
    //   },
    //   "R25": {
    //     "K1": 35596437.75422415,
    //     "K2": -59318538.3605745,
    //     "K3": 76529327.62100697
    //   },
    //   "R26": {
    //     "K1": 43057819.54356083,
    //     "K2": 29875064.405484915,
    //     "K3": 64398434.4663541
    //   },
    //   "R27": {
    //     "K1": 13984380.364867061,
    //     "K2": -32033218.33421868,
    //     "K3": -42390871.13414248
    //   },
    //   "R29": {
    //     "PielikumsRindai11": {
    //       "Fails": {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       },
    //       "Komentars": {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       }
    //     },
    //     "PielikumsRindai25": {
    //       "Fails": {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       },
    //       "Komentars": {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       }
    //     },
    //     "CitiDokumenti": [
    //       {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       },
    //       {
    //         "value": "<Error: Too many levels of nesting to fake this schema>"
    //       }
    //     ]
    //   },
    //   "Id": -79018099,
    //   "UID": "eu consequat do",
    //   "NmrKods": "est temp",
    //   "Precizejums": true,
    //   "PrecizejamaisDokuments": -14482926,
    //   "PrecizejumaPamatojums": "ullamco commodo"
    // }

    // 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 *value = 0;

    const wchar_t *Epasts = jResp.stringOf(L"Epasts");
    const wchar_t *Talrunis = jResp.stringOf(L"Talrunis");
    int Gads = jResp.IntOf(L"Gads");
    int Menesis = jResp.IntOf(L"Menesis");
    const wchar_t *Datums = jResp.stringOf(L"Datums");
    const wchar_t *SamTermins = jResp.stringOf(L"SamTermins");
    const wchar_t *Statuss = jResp.stringOf(L"Statuss");
    const wchar_t *R08 = jResp.stringOf(L"R08");
    const wchar_t *R09 = jResp.stringOf(L"R09");
    const wchar_t *Sagatavotajs = jResp.stringOf(L"Sagatavotajs");
    const wchar_t *K1 = jResp.stringOf(L"R10.K1");
    const wchar_t *K2 = jResp.stringOf(L"R10.K2");
    const wchar_t *K3 = jResp.stringOf(L"R10.K3");
    const wchar_t *R11K1 = jResp.stringOf(L"R11.K1");
    const wchar_t *R11K2 = jResp.stringOf(L"R11.K2");
    const wchar_t *R11K3 = jResp.stringOf(L"R11.K3");
    const wchar_t *R12K1 = jResp.stringOf(L"R12.K1");
    const wchar_t *R12K2 = jResp.stringOf(L"R12.K2");
    const wchar_t *R12K3 = jResp.stringOf(L"R12.K3");
    const wchar_t *R13K1 = jResp.stringOf(L"R13.K1");
    const wchar_t *R13K2 = jResp.stringOf(L"R13.K2");
    const wchar_t *R13K3 = jResp.stringOf(L"R13.K3");
    const wchar_t *R14K1 = jResp.stringOf(L"R14.K1");
    const wchar_t *R14K2 = jResp.stringOf(L"R14.K2");
    const wchar_t *R14K3 = jResp.stringOf(L"R14.K3");
    const wchar_t *R15K1 = jResp.stringOf(L"R15.K1");
    const wchar_t *R15K2 = jResp.stringOf(L"R15.K2");
    const wchar_t *R15K3 = jResp.stringOf(L"R15.K3");
    const wchar_t *R16K1 = jResp.stringOf(L"R16.K1");
    const wchar_t *R16K2 = jResp.stringOf(L"R16.K2");
    const wchar_t *R16K3 = jResp.stringOf(L"R16.K3");
    const wchar_t *R17K1 = jResp.stringOf(L"R17.K1");
    const wchar_t *R17K2 = jResp.stringOf(L"R17.K2");
    const wchar_t *R17K3 = jResp.stringOf(L"R17.K3");
    const wchar_t *R18K1 = jResp.stringOf(L"R18.K1");
    const wchar_t *R18K2 = jResp.stringOf(L"R18.K2");
    const wchar_t *R18K3 = jResp.stringOf(L"R18.K3");
    const wchar_t *R19K1 = jResp.stringOf(L"R19.K1");
    const wchar_t *R19K2 = jResp.stringOf(L"R19.K2");
    const wchar_t *R19K3 = jResp.stringOf(L"R19.K3");
    const wchar_t *R20K1 = jResp.stringOf(L"R20.K1");
    const wchar_t *R20K2 = jResp.stringOf(L"R20.K2");
    const wchar_t *R20K3 = jResp.stringOf(L"R20.K3");
    const wchar_t *R21K1 = jResp.stringOf(L"R21.K1");
    const wchar_t *R21K2 = jResp.stringOf(L"R21.K2");
    const wchar_t *R21K3 = jResp.stringOf(L"R21.K3");
    const wchar_t *R22K1 = jResp.stringOf(L"R22.K1");
    const wchar_t *R22K2 = jResp.stringOf(L"R22.K2");
    const wchar_t *R22K3 = jResp.stringOf(L"R22.K3");
    const wchar_t *R23K1 = jResp.stringOf(L"R23.K1");
    const wchar_t *R23K2 = jResp.stringOf(L"R23.K2");
    const wchar_t *R23K3 = jResp.stringOf(L"R23.K3");
    const wchar_t *R24K1 = jResp.stringOf(L"R24.K1");
    const wchar_t *R24K2 = jResp.stringOf(L"R24.K2");
    const wchar_t *R24K3 = jResp.stringOf(L"R24.K3");
    const wchar_t *R25K1 = jResp.stringOf(L"R25.K1");
    const wchar_t *R25K2 = jResp.stringOf(L"R25.K2");
    const wchar_t *R25K3 = jResp.stringOf(L"R25.K3");
    const wchar_t *R26K1 = jResp.stringOf(L"R26.K1");
    const wchar_t *R26K2 = jResp.stringOf(L"R26.K2");
    const wchar_t *R26K3 = jResp.stringOf(L"R26.K3");
    const wchar_t *R27K1 = jResp.stringOf(L"R27.K1");
    const wchar_t *R27K2 = jResp.stringOf(L"R27.K2");
    const wchar_t *R27K3 = jResp.stringOf(L"R27.K3");
    const wchar_t *Value = jResp.stringOf(L"R29.PielikumsRindai11.Fails.value");
    const wchar_t *KomentarsValue = jResp.stringOf(L"R29.PielikumsRindai11.Komentars.value");
    const wchar_t *FailsValue = jResp.stringOf(L"R29.PielikumsRindai25.Fails.value");
    KomentarsValue = jResp.stringOf(L"R29.PielikumsRindai25.Komentars.value");
    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"R29.CitiDokumenti");
    while (i < count_i) {
        jResp.put_I(i);
        value = jResp.stringOf(L"R29.CitiDokumenti[i].value");
        i = i + 1;
    }
    }

Curl Command

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

Postman Collection Item JSON

{
  "name": "Dokuments \"Kafijas un bezalkoholisko dzērienu akcīzes nodokļa deklarācija\".",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/doc/ankbv2/:id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "ankbv2",
        ":id"
      ],
      "variable": [
        {
          "key": "id",
          "value": "25210683",
          "description": "(Required) Dokumenta id."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2",
            ":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  \"Epasts\": \"consectetur aliqui\",\n  \"Talrunis\": \"Lorem est \",\n  \"Gads\": 55791739,\n  \"Menesis\": 3,\n  \"Datums\": \"2000-01-31T00:00:00\",\n  \"SamTermins\": \"2000-01-31T00:00:00\",\n  \"Statuss\": \"non nostrud ut aute\",\n  \"R08\": \"elit aliquip esse culpa ad\",\n  \"R09\": \"incididunt cillum ex\",\n  \"Sagatavotajs\": \"dolore magna\",\n  \"R10\": {\n    \"K1\": 56269837.42085248,\n    \"K2\": -97298581.74073067,\n    \"K3\": 12294961.351833716\n  },\n  \"R11\": {\n    \"K1\": 41022931.67948061,\n    \"K2\": -68712318.08074483,\n    \"K3\": 90842091.99793217\n  },\n  \"R12\": {\n    \"K1\": 84287865.76155868,\n    \"K2\": -75203210.86545718,\n    \"K3\": 96069798.82083505\n  },\n  \"R13\": {\n    \"K1\": 19153612.749102816,\n    \"K2\": 69191084.53138548,\n    \"K3\": -41146809.24410861\n  },\n  \"R14\": {\n    \"K1\": -25589893.00259231,\n    \"K2\": -40394478.88604588,\n    \"K3\": -67509512.05558807\n  },\n  \"R15\": {\n    \"K1\": -13389900.565754324,\n    \"K2\": -67256828.72786547,\n    \"K3\": 9963358.057663158\n  },\n  \"R16\": {\n    \"K1\": 40630728.91606638,\n    \"K2\": 36694283.38713309,\n    \"K3\": -94233825.83611923\n  },\n  \"R17\": {\n    \"K1\": 9514933.913133025,\n    \"K2\": -96214731.34989595,\n    \"K3\": -40894391.21104315\n  },\n  \"R18\": {\n    \"K1\": -26335901.074957892,\n    \"K2\": 89969023.26793891,\n    \"K3\": -32821793.514351994\n  },\n  \"R19\": {\n    \"K1\": -66751306.14344158,\n    \"K2\": -81422919.1551168,\n    \"K3\": 83748164.62387183\n  },\n  \"R20\": {\n    \"K1\": -92844504.24250332,\n    \"K2\": 9964276.005876243,\n    \"K3\": 55762994.440933555\n  },\n  \"R21\": {\n    \"K1\": 68143846.12130961,\n    \"K2\": -70891897.90269752,\n    \"K3\": -323941.36614084244\n  },\n  \"R22\": {\n    \"K1\": -59236603.09707017,\n    \"K2\": -77585980.67387563,\n    \"K3\": 81620375.05168778\n  },\n  \"R23\": {\n    \"K1\": 84614414.77212152,\n    \"K2\": -13312758.937248185,\n    \"K3\": -19915436.80421537\n  },\n  \"R24\": {\n    \"K1\": 5935688.459061697,\n    \"K2\": -69949002.14066488,\n    \"K3\": -44295563.71114125\n  },\n  \"R25\": {\n    \"K1\": 35596437.75422415,\n    \"K2\": -59318538.3605745,\n    \"K3\": 76529327.62100697\n  },\n  \"R26\": {\n    \"K1\": 43057819.54356083,\n    \"K2\": 29875064.405484915,\n    \"K3\": 64398434.4663541\n  },\n  \"R27\": {\n    \"K1\": 13984380.364867061,\n    \"K2\": -32033218.33421868,\n    \"K3\": -42390871.13414248\n  },\n  \"R29\": {\n    \"PielikumsRindai11\": {\n      \"Fails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Komentars\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"PielikumsRindai25\": {\n      \"Fails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Komentars\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"CitiDokumenti\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"Id\": -79018099,\n  \"UID\": \"eu consequat do\",\n  \"NmrKods\": \"est temp\",\n  \"Precizejums\": true,\n  \"PrecizejamaisDokuments\": -14482926,\n  \"PrecizejumaPamatojums\": \"ullamco commodo\"\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2",
            ":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/ankbv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2",
            ":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/ankbv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2",
            ":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": ""
    }
  ]
}