Chilkat Online Tools

PowerBuilder / EDS API / Dokuments "Akcīzes nodokļa aprēķins (likmju maiņas gadījumā)".

Back to Collection Items

integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_SbResponseBody
oleobject loo_JResp
integer li_RespStatusCode
integer li_LikmeId
string ls_Kods
integer li_K3
string ls_K4
string ls_Dokuments
string ls_Value
string ls_Komentars
string ls_Talrunis
string ls_Epasts
integer li_NmVeids
string ls_Sagatavotajs
string ls_LikmesDatums
string ls_PrecuGrupas
string ls_InvDatums
string ls_MaksTermins
string ls_NmAkcNumuri
integer li_Id
string ls_UID
string ls_NmrKods
integer li_Precizejums
integer li_PrecizejamaisDokuments
string ls_PrecizejumaPamatojums
integer i
integer li_Count_i

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

loo_Http = create oleobject
li_rc = loo_Http.ConnectToNewObject("Chilkat_9_5_0.Http")
if li_rc < 0 then
    destroy loo_Http
    MessageBox("Error","Connecting to COM object failed")
    return
end if

loo_Http.SetRequestHeader("Accept","application/json")

loo_SbResponseBody = create oleobject
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat_9_5_0.StringBuilder")

li_Success = loo_Http.QuickGetSb("https://eds.vid.gov.lv/api/doc/aniav2/:id",loo_SbResponseBody)
if li_Success = 0 then
    Write-Debug loo_Http.LastErrorText
    destroy loo_Http
    destroy loo_SbResponseBody
    return
end if

loo_JResp = create oleobject
li_rc = loo_JResp.ConnectToNewObject("Chilkat_9_5_0.JsonObject")

loo_JResp.LoadSb(loo_SbResponseBody)
loo_JResp.EmitCompact = 0

Write-Debug "Response Body:"
Write-Debug loo_JResp.Emit()

li_RespStatusCode = loo_Http.LastStatus
Write-Debug "Response Status Code = " + string(li_RespStatusCode)
if li_RespStatusCode >= 400 then
    Write-Debug "Response Header:"
    Write-Debug loo_Http.LastHeader
    Write-Debug "Failed."
    destroy loo_Http
    destroy loo_SbResponseBody
    destroy loo_JResp
    return
end if

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

// {
//   "Talrunis": "anim min",
//   "Epasts": "incididunt",
//   "NmVeids": 73483303,
//   "Sagatavotajs": "nulla culpa adipisicing offi",
//   "LikmesDatums": "2000-01-31T00:00:00",
//   "PrecuGrupas": "aute laboris eu",
//   "InvDatums": "2000-01-31T00:00:00",
//   "MaksTermins": "2000-01-31T00:00:00",
//   "NmAkcNumuri": "eu exercitation",
//   "Tabula": [
//     {
//       "LikmeId": -46648068,
//       "Kods": "in dolore",
//       "K3": 80319392,
//       "K4": -11579514.970326036
//     },
//     {
//       "LikmeId": 37431806,
//       "Kods": "consectetur sit",
//       "K3": 96470892,
//       "K4": 86555560.90828362
//     }
//   ],
//   "Pielikumi": [
//     {
//       "Dokuments": "consectetur cupidatat et",
//       "Fails": {
//         "value": "<Error: Too many levels of nesting to fake this schema>"
//       },
//       "Komentars": "exercitation ei"
//     },
//     {
//       "Dokuments": "dolore ut enim culpa",
//       "Fails": {
//         "value": "<Error: Too many levels of nesting to fake this schema>"
//       },
//       "Komentars": "laboris ut"
//     }
//   ],
//   "Id": 4102027,
//   "UID": "eiusmod labore",
//   "NmrKods": "ex dol",
//   "Precizejums": true,
//   "PrecizejamaisDokuments": 96390767,
//   "PrecizejumaPamatojums": "minim pariatur"
// }

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

ls_Talrunis = loo_JResp.StringOf("Talrunis")
ls_Epasts = loo_JResp.StringOf("Epasts")
li_NmVeids = loo_JResp.IntOf("NmVeids")
ls_Sagatavotajs = loo_JResp.StringOf("Sagatavotajs")
ls_LikmesDatums = loo_JResp.StringOf("LikmesDatums")
ls_PrecuGrupas = loo_JResp.StringOf("PrecuGrupas")
ls_InvDatums = loo_JResp.StringOf("InvDatums")
ls_MaksTermins = loo_JResp.StringOf("MaksTermins")
ls_NmAkcNumuri = loo_JResp.StringOf("NmAkcNumuri")
li_Id = loo_JResp.IntOf("Id")
ls_UID = loo_JResp.StringOf("UID")
ls_NmrKods = loo_JResp.StringOf("NmrKods")
li_Precizejums = loo_JResp.BoolOf("Precizejums")
li_PrecizejamaisDokuments = loo_JResp.IntOf("PrecizejamaisDokuments")
ls_PrecizejumaPamatojums = loo_JResp.StringOf("PrecizejumaPamatojums")
i = 0
li_Count_i = loo_JResp.SizeOfArray("Tabula")
do while i < li_Count_i
    loo_JResp.I = i
    li_LikmeId = loo_JResp.IntOf("Tabula[i].LikmeId")
    ls_Kods = loo_JResp.StringOf("Tabula[i].Kods")
    li_K3 = loo_JResp.IntOf("Tabula[i].K3")
    ls_K4 = loo_JResp.StringOf("Tabula[i].K4")
    i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("Pielikumi")
do while i < li_Count_i
    loo_JResp.I = i
    ls_Dokuments = loo_JResp.StringOf("Pielikumi[i].Dokuments")
    ls_Value = loo_JResp.StringOf("Pielikumi[i].Fails.value")
    ls_Komentars = loo_JResp.StringOf("Pielikumi[i].Komentars")
    i = i + 1
loop


destroy loo_Http
destroy loo_SbResponseBody
destroy loo_JResp

Curl Command

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

Postman Collection Item JSON

{
  "name": "Dokuments \"Akcīzes nodokļa aprēķins (likmju maiņas gadījumā)\".",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/doc/aniav2/:id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "aniav2",
        ":id"
      ],
      "variable": [
        {
          "key": "id",
          "value": "25210683",
          "description": "(Required) Dokumenta id."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav2",
            ":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\": \"anim min\",\n  \"Epasts\": \"incididunt\",\n  \"NmVeids\": 73483303,\n  \"Sagatavotajs\": \"nulla culpa adipisicing offi\",\n  \"LikmesDatums\": \"2000-01-31T00:00:00\",\n  \"PrecuGrupas\": \"aute laboris eu\",\n  \"InvDatums\": \"2000-01-31T00:00:00\",\n  \"MaksTermins\": \"2000-01-31T00:00:00\",\n  \"NmAkcNumuri\": \"eu exercitation\",\n  \"Tabula\": [\n    {\n      \"LikmeId\": -46648068,\n      \"Kods\": \"in dolore\",\n      \"K3\": 80319392,\n      \"K4\": -11579514.970326036\n    },\n    {\n      \"LikmeId\": 37431806,\n      \"Kods\": \"consectetur sit\",\n      \"K3\": 96470892,\n      \"K4\": 86555560.90828362\n    }\n  ],\n  \"Pielikumi\": [\n    {\n      \"Dokuments\": \"consectetur cupidatat et\",\n      \"Fails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Komentars\": \"exercitation ei\"\n    },\n    {\n      \"Dokuments\": \"dolore ut enim culpa\",\n      \"Fails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Komentars\": \"laboris ut\"\n    }\n  ],\n  \"Id\": 4102027,\n  \"UID\": \"eiusmod labore\",\n  \"NmrKods\": \"ex dol\",\n  \"Precizejums\": true,\n  \"PrecizejamaisDokuments\": 96390767,\n  \"PrecizejumaPamatojums\": \"minim pariatur\"\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav2",
            ":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/aniav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav2",
            ":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/aniav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav2",
            ":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": ""
    }
  ]
}