Chilkat Online Tools

Xojo / EDS API / Apstiprinātās rezidenta apliecības - iesniegumi nodokļu atvieglojumu piemērošanai.

Back to Collection Items

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

Dim http As New Chilkat.Http
Dim success As Boolean

Dim queryParams As New Chilkat.JsonObject
success = queryParams.UpdateString("periodsNo","nisi cillum sed")
success = queryParams.UpdateString("periodsLidz","nisi cillum sed")

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

Dim resp As Chilkat.HttpResponse
resp = http.QuickRequestParams("GET","https://eds.vid.gov.lv/api/reports/certificatesofresidency",queryParams)
If (http.LastMethodSuccess = False) Then
    System.DebugLog(http.LastErrorText)
    Return
End If

Dim sbResponseBody As New Chilkat.StringBuilder
success = resp.GetBodySb(sbResponseBody)

Dim jResp As New Chilkat.JsonObject
success = jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = False

System.DebugLog("Response Body:")
System.DebugLog(jResp.Emit())

Dim respStatusCode As Int32
respStatusCode = resp.StatusCode
System.DebugLog("Response Status Code = " + Str(respStatusCode))
If (respStatusCode >= 400) Then
    System.DebugLog("Response Header:")
    System.DebugLog(resp.Header)
    System.DebugLog("Failed.")

    Return
End If

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

// {
//   "RezidentaApliecibas": [
//     {
//       "Nosaukums": "sunt reprehenderit cillum Excepteur",
//       "IenakumuVeids": "laboris tempor nisi reprehenderit",
//       "RezidencesValsts": "aliqua deserunt labore laborum do",
//       "DatumsNo": "2000-01-31T00:00:00",
//       "DatumsLidz": "2000-01-31T00:00:00"
//     },
//     {
//       "Nosaukums": "eni",
//       "IenakumuVeids": "cupid",
//       "RezidencesValsts": "non quis adipisicing",
//       "DatumsNo": "2000-01-31T00:00:00",
//       "DatumsLidz": "2000-01-31T00:00:00"
//     }
//   ]
// }

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

Dim Nosaukums As String
Dim IenakumuVeids As String
Dim RezidencesValsts As String
Dim DatumsNo As String
Dim DatumsLidz As String

Dim i As Int32
i = 0
Dim count_i As Int32
count_i = jResp.SizeOfArray("RezidentaApliecibas")
While i < count_i
    jResp.I = i
    Nosaukums = jResp.StringOf("RezidentaApliecibas[i].Nosaukums")
    IenakumuVeids = jResp.StringOf("RezidentaApliecibas[i].IenakumuVeids")
    RezidencesValsts = jResp.StringOf("RezidentaApliecibas[i].RezidencesValsts")
    DatumsNo = jResp.StringOf("RezidentaApliecibas[i].DatumsNo")
    DatumsLidz = jResp.StringOf("RezidentaApliecibas[i].DatumsLidz")
    i = i + 1
Wend

Curl Command

curl -G -d "periodsNo=nisi%20cillum%20sed"
	-d "periodsLidz=nisi%20cillum%20sed"
	-H "Accept: application/json"
https://eds.vid.gov.lv/api/reports/certificatesofresidency

Postman Collection Item JSON

{
  "name": "Apstiprinātās rezidenta apliecības - iesniegumi nodokļu atvieglojumu piemērošanai.",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/reports/certificatesofresidency?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "reports",
        "certificatesofresidency"
      ],
      "query": [
        {
          "key": "periodsNo",
          "value": "nisi cillum sed",
          "description": "(Required) Periods no."
        },
        {
          "key": "periodsLidz",
          "value": "nisi cillum sed",
          "description": "(Required) Periods līdz."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/certificatesofresidency?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "certificatesofresidency"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"RezidentaApliecibas\": [\n    {\n      \"Nosaukums\": \"sunt reprehenderit cillum Excepteur\",\n      \"IenakumuVeids\": \"laboris tempor nisi reprehenderit\",\n      \"RezidencesValsts\": \"aliqua deserunt labore laborum do\",\n      \"DatumsNo\": \"2000-01-31T00:00:00\",\n      \"DatumsLidz\": \"2000-01-31T00:00:00\"\n    },\n    {\n      \"Nosaukums\": \"eni\",\n      \"IenakumuVeids\": \"cupid\",\n      \"RezidencesValsts\": \"non quis adipisicing\",\n      \"DatumsNo\": \"2000-01-31T00:00:00\",\n      \"DatumsLidz\": \"2000-01-31T00:00:00\"\n    }\n  ]\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/certificatesofresidency?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "certificatesofresidency"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Lietotājam nav tiesību veikt šo darbību.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/reports/certificatesofresidency?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "certificatesofresidency"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            }
          ]
        }
      },
      "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/reports/certificatesofresidency?periodsNo=nisi cillum sed&periodsLidz=nisi cillum sed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "reports",
            "certificatesofresidency"
          ],
          "query": [
            {
              "key": "periodsNo",
              "value": "nisi cillum sed"
            },
            {
              "key": "periodsLidz",
              "value": "nisi cillum sed"
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}