VB6 / EDS API / Dokuments "Sezonas laukstrādnieku ienākuma nodokļa maksātāju ziņojums".
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 ChilkatHttp
Dim success As Long
http.SetRequestHeader "Accept","application/json"
Dim sbResponseBody As New ChilkatStringBuilder
success = http.QuickGetSb("https://eds.vid.gov.lv/api/doc/zslv1/:id",sbResponseBody)
If (success = 0) Then
Debug.Print http.LastErrorText
Exit Sub
End If
Dim jResp As New ChilkatJsonObject
success = jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = 0
Debug.Print "Response Body:"
Debug.Print jResp.Emit()
Dim respStatusCode As Long
respStatusCode = http.LastStatus
Debug.Print "Response Status Code = " & respStatusCode
If (respStatusCode >= 400) Then
Debug.Print "Response Header:"
Debug.Print http.LastHeader
Debug.Print "Failed."
Exit Sub
End If
' Sample JSON response:
' (Sample code for parsing the JSON response is shown below)
' {
' "Epasts": "proiden",
' "ParskGads": 35993643,
' "Rows": [
' {
' "NsKods": "",
' "NsVardsUzvards": "laboris Lorem sit",
' "NsDarbIenakumi": 59350597.88631284,
' "NsAprDarbIenNod": -79594800.9111087,
' "NsAprDarbIenNodVsaa": 18090204.875320956,
' "NsAprDarbIenNodIin": 99734532.28436688,
' "NsNodPerSakums": "2000-01-31T00:00:00",
' "NsNodPerBeigas": "2000-01-31T00:00:00"
' },
' {
' "NsKods": "Lor",
' "NsVardsUzvards": "ea mo",
' "NsDarbIenakumi": 65826386.003358364,
' "NsAprDarbIenNod": 73077787.6981282,
' "NsAprDarbIenNodVsaa": -95033070.46884166,
' "NsAprDarbIenNodIin": 62367378.140794486,
' "NsNodPerSakums": "2000-01-31T00:00:00",
' "NsNodPerBeigas": "2000-01-31T00:00:00"
' }
' ],
' "Talrunis": "quis ex",
' "Sagatavotajs": "adipisicing sunt ullamco ut eu",
' "ParskMen": "reprehenderit cupidatat aute id",
' "Id": -40093190,
' "UID": "Excepteur pariatur Lorem",
' "NmrKods": "ut l",
' "Precizejums": true,
' "PrecizejamaisDokuments": -70893075,
' "PrecizejumaPamatojums": "sed dolo"
' }
' Sample code for parsing the JSON response...
' Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
Dim NsKods As String
Dim NsVardsUzvards As String
Dim NsDarbIenakumi As String
Dim NsAprDarbIenNod As String
Dim NsAprDarbIenNodVsaa As String
Dim NsAprDarbIenNodIin As String
Dim NsNodPerSakums As String
Dim NsNodPerBeigas As String
Dim Epasts As String
Epasts = jResp.StringOf("Epasts")
Dim ParskGads As Long
ParskGads = jResp.IntOf("ParskGads")
Dim Talrunis As String
Talrunis = jResp.StringOf("Talrunis")
Dim Sagatavotajs As String
Sagatavotajs = jResp.StringOf("Sagatavotajs")
Dim ParskMen As String
ParskMen = jResp.StringOf("ParskMen")
Dim Id As Long
Id = jResp.IntOf("Id")
Dim UID As String
UID = jResp.StringOf("UID")
Dim NmrKods As String
NmrKods = jResp.StringOf("NmrKods")
Dim Precizejums As Long
Precizejums = jResp.BoolOf("Precizejums")
Dim PrecizejamaisDokuments As Long
PrecizejamaisDokuments = jResp.IntOf("PrecizejamaisDokuments")
Dim PrecizejumaPamatojums As String
PrecizejumaPamatojums = jResp.StringOf("PrecizejumaPamatojums")
Dim i As Long
i = 0
Dim count_i As Long
count_i = jResp.SizeOfArray("Rows")
Do While i < count_i
jResp.I = i
NsKods = jResp.StringOf("Rows[i].NsKods")
NsVardsUzvards = jResp.StringOf("Rows[i].NsVardsUzvards")
NsDarbIenakumi = jResp.StringOf("Rows[i].NsDarbIenakumi")
NsAprDarbIenNod = jResp.StringOf("Rows[i].NsAprDarbIenNod")
NsAprDarbIenNodVsaa = jResp.StringOf("Rows[i].NsAprDarbIenNodVsaa")
NsAprDarbIenNodIin = jResp.StringOf("Rows[i].NsAprDarbIenNodIin")
NsNodPerSakums = jResp.StringOf("Rows[i].NsNodPerSakums")
NsNodPerBeigas = jResp.StringOf("Rows[i].NsNodPerBeigas")
i = i + 1
Loop
Curl Command
curl -X GET
-H "Accept: application/json"
https://eds.vid.gov.lv/api/doc/zslv1/:id
Postman Collection Item JSON
{
"name": "Dokuments \"Sezonas laukstrādnieku ienākuma nodokļa maksātāju ziņojums\".",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/doc/zslv1/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"zslv1",
":id"
],
"variable": [
{
"key": "id",
"value": "25210683",
"description": "(Required) Dokumenta id."
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "{{baseUrl}}/api/doc/zslv1/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"zslv1",
":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\": \"proiden\",\n \"ParskGads\": 35993643,\n \"Rows\": [\n {\n \"NsKods\": \"\",\n \"NsVardsUzvards\": \"laboris Lorem sit\",\n \"NsDarbIenakumi\": 59350597.88631284,\n \"NsAprDarbIenNod\": -79594800.9111087,\n \"NsAprDarbIenNodVsaa\": 18090204.875320956,\n \"NsAprDarbIenNodIin\": 99734532.28436688,\n \"NsNodPerSakums\": \"2000-01-31T00:00:00\",\n \"NsNodPerBeigas\": \"2000-01-31T00:00:00\"\n },\n {\n \"NsKods\": \"Lor\",\n \"NsVardsUzvards\": \"ea mo\",\n \"NsDarbIenakumi\": 65826386.003358364,\n \"NsAprDarbIenNod\": 73077787.6981282,\n \"NsAprDarbIenNodVsaa\": -95033070.46884166,\n \"NsAprDarbIenNodIin\": 62367378.140794486,\n \"NsNodPerSakums\": \"2000-01-31T00:00:00\",\n \"NsNodPerBeigas\": \"2000-01-31T00:00:00\"\n }\n ],\n \"Talrunis\": \"quis ex\",\n \"Sagatavotajs\": \"adipisicing sunt ullamco ut eu\",\n \"ParskMen\": \"reprehenderit cupidatat aute id\",\n \"Id\": -40093190,\n \"UID\": \"Excepteur pariatur Lorem\",\n \"NmrKods\": \"ut l\",\n \"Precizejums\": true,\n \"PrecizejamaisDokuments\": -70893075,\n \"PrecizejumaPamatojums\": \"sed dolo\"\n}"
},
{
"name": "Lietotājs nav autentificēts.",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "{{baseUrl}}/api/doc/zslv1/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"zslv1",
":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/zslv1/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"zslv1",
":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/zslv1/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"zslv1",
":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": ""
}
]
}