Chilkat Online Tools

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

Back to Collection Items

Dim fso, outFile
Set fso = CreateObject("Scripting.FileSystemObject")
Set outFile = fso.CreateTextFile("output.txt", True)

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

set http = CreateObject("Chilkat_9_5_0.Http")

http.SetRequestHeader "Accept","application/json"

set sbResponseBody = CreateObject("Chilkat_9_5_0.StringBuilder")
success = http.QuickGetSb("https://eds.vid.gov.lv/api/doc/inrv2/:id",sbResponseBody)
If (success = 0) Then
    outFile.WriteLine(http.LastErrorText)
    WScript.Quit
End If

set jResp = CreateObject("Chilkat_9_5_0.JsonObject")
success = jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = 0

outFile.WriteLine("Response Body:")
outFile.WriteLine(jResp.Emit())

respStatusCode = http.LastStatus
outFile.WriteLine("Response Status Code = " & respStatusCode)
If (respStatusCode >= 400) Then
    outFile.WriteLine("Response Header:")
    outFile.WriteLine(http.LastHeader)
    outFile.WriteLine("Failed.")
    WScript.Quit
End If

' 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

ParskGads = jResp.IntOf("ParskGads")
Epasts = jResp.StringOf("Epasts")
Talrunis = jResp.StringOf("Talrunis")
ParskMen = jResp.StringOf("ParskMen")
Sagatavotajs = jResp.StringOf("Sagatavotajs")
NmrKods = jResp.StringOf("NmrKods")
Id = jResp.IntOf("Id")
UID = jResp.StringOf("UID")
Precizejums = jResp.BoolOf("Precizejums")
PrecizejamaisDokuments = jResp.IntOf("PrecizejamaisDokuments")
PrecizejumaPamatojums = jResp.StringOf("PrecizejumaPamatojums")
i = 0
count_i = jResp.SizeOfArray("TabulaFP")
Do While i < count_i
    jResp.I = i
    Vards = jResp.StringOf("TabulaFP[i].Vards")
    Uzvards = jResp.StringOf("TabulaFP[i].Uzvards")
    Valsts = jResp.StringOf("TabulaFP[i].Valsts")
    AdrIela = jResp.StringOf("TabulaFP[i].AdrIela")
    AdrPilseta = jResp.StringOf("TabulaFP[i].AdrPilseta")
    AdrPasts = jResp.StringOf("TabulaFP[i].AdrPasts")
    IenVeids = jResp.StringOf("TabulaFP[i].IenVeids")
    IzmDatums = jResp.IntOf("TabulaFP[i].IzmDatums")
    IenSumma = jResp.StringOf("TabulaFP[i].IenSumma")
    NodLikme = jResp.StringOf("TabulaFP[i].NodLikme")
    NodSumma = jResp.StringOf("TabulaFP[i].NodSumma")
    CitsPersKods = jResp.StringOf("TabulaFP[i].CitsPersKods")
    LrNmrKods = jResp.StringOf("TabulaFP[i].LrNmrKods")
    DzimDatums = jResp.StringOf("TabulaFP[i].DzimDatums")
    ATVK = jResp.StringOf("TabulaFP[i].ATVK")
    i = i + 1
Loop
i = 0
count_i = jResp.SizeOfArray("TabulaJP")
Do While i < count_i
    jResp.I = i
    Valsts = jResp.StringOf("TabulaJP[i].Valsts")
    AdrIela = jResp.StringOf("TabulaJP[i].AdrIela")
    AdrPilseta = jResp.StringOf("TabulaJP[i].AdrPilseta")
    AdrPasts = jResp.StringOf("TabulaJP[i].AdrPasts")
    IenVeids = jResp.StringOf("TabulaJP[i].IenVeids")
    IzmDatums = jResp.IntOf("TabulaJP[i].IzmDatums")
    IenSumma = jResp.StringOf("TabulaJP[i].IenSumma")
    NodLikme = jResp.StringOf("TabulaJP[i].NodLikme")
    NodSumma = jResp.StringOf("TabulaJP[i].NodSumma")
    JpKods = jResp.StringOf("TabulaJP[i].JpKods")
    JpNosaukums = jResp.StringOf("TabulaJP[i].JpNosaukums")
    Piezimes = jResp.StringOf("TabulaJP[i].Piezimes")
    ATVK = jResp.StringOf("TabulaJP[i].ATVK")
    i = i + 1
Loop

outFile.Close

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": ""
    }
  ]
}