autoit / EDS API / Dokuments "IeIeN pārskats par izmaksām nerezidentiem".
Back to Collection Items
; This example assumes the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.
$oHttp = ObjCreate("Chilkat.Http")
Local $bSuccess
$oHttp.SetRequestHeader "Accept","application/json"
$oSbResponseBody = ObjCreate("Chilkat.StringBuilder")
$bSuccess = $oHttp.QuickGetSb("https://eds.vid.gov.lv/api/doc/inrv2/:id",$oSbResponseBody)
If ($bSuccess = False) Then
ConsoleWrite($oHttp.LastErrorText & @CRLF)
Exit
EndIf
$oJResp = ObjCreate("Chilkat.JsonObject")
$oJResp.LoadSb($oSbResponseBody)
$oJResp.EmitCompact = False
ConsoleWrite("Response Body:" & @CRLF)
ConsoleWrite($oJResp.Emit() & @CRLF)
Local $iRespStatusCode = $oHttp.LastStatus
ConsoleWrite("Response Status Code = " & $iRespStatusCode & @CRLF)
If ($iRespStatusCode >= 400) Then
ConsoleWrite("Response Header:" & @CRLF)
ConsoleWrite($oHttp.LastHeader & @CRLF)
ConsoleWrite("Failed." & @CRLF)
Exit
EndIf
; 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
Local $sVards
Local $sUzvards
Local $sValsts
Local $sAdrIela
Local $sAdrPilseta
Local $sAdrPasts
Local $sIenVeids
Local $iIzmDatums
Local $sIenSumma
Local $sNodLikme
Local $sNodSumma
Local $sCitsPersKods
Local $sLrNmrKods
Local $sDzimDatums
Local $sATVK
Local $sJpKods
Local $sJpNosaukums
Local $sPiezimes
Local $iParskGads = $oJResp.IntOf("ParskGads")
Local $sEpasts = $oJResp.StringOf("Epasts")
Local $sTalrunis = $oJResp.StringOf("Talrunis")
Local $sParskMen = $oJResp.StringOf("ParskMen")
Local $sSagatavotajs = $oJResp.StringOf("Sagatavotajs")
Local $sNmrKods = $oJResp.StringOf("NmrKods")
Local $iId = $oJResp.IntOf("Id")
Local $sUID = $oJResp.StringOf("UID")
Local $bPrecizejums = $oJResp.BoolOf("Precizejums")
Local $iPrecizejamaisDokuments = $oJResp.IntOf("PrecizejamaisDokuments")
Local $sPrecizejumaPamatojums = $oJResp.StringOf("PrecizejumaPamatojums")
Local $i = 0
Local $iCount_i = $oJResp.SizeOfArray("TabulaFP")
While $i < $iCount_i
$oJResp.I = $i
$sVards = $oJResp.StringOf("TabulaFP[i].Vards")
$sUzvards = $oJResp.StringOf("TabulaFP[i].Uzvards")
$sValsts = $oJResp.StringOf("TabulaFP[i].Valsts")
$sAdrIela = $oJResp.StringOf("TabulaFP[i].AdrIela")
$sAdrPilseta = $oJResp.StringOf("TabulaFP[i].AdrPilseta")
$sAdrPasts = $oJResp.StringOf("TabulaFP[i].AdrPasts")
$sIenVeids = $oJResp.StringOf("TabulaFP[i].IenVeids")
$iIzmDatums = $oJResp.IntOf("TabulaFP[i].IzmDatums")
$sIenSumma = $oJResp.StringOf("TabulaFP[i].IenSumma")
$sNodLikme = $oJResp.StringOf("TabulaFP[i].NodLikme")
$sNodSumma = $oJResp.StringOf("TabulaFP[i].NodSumma")
$sCitsPersKods = $oJResp.StringOf("TabulaFP[i].CitsPersKods")
$sLrNmrKods = $oJResp.StringOf("TabulaFP[i].LrNmrKods")
$sDzimDatums = $oJResp.StringOf("TabulaFP[i].DzimDatums")
$sATVK = $oJResp.StringOf("TabulaFP[i].ATVK")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("TabulaJP")
While $i < $iCount_i
$oJResp.I = $i
$sValsts = $oJResp.StringOf("TabulaJP[i].Valsts")
$sAdrIela = $oJResp.StringOf("TabulaJP[i].AdrIela")
$sAdrPilseta = $oJResp.StringOf("TabulaJP[i].AdrPilseta")
$sAdrPasts = $oJResp.StringOf("TabulaJP[i].AdrPasts")
$sIenVeids = $oJResp.StringOf("TabulaJP[i].IenVeids")
$iIzmDatums = $oJResp.IntOf("TabulaJP[i].IzmDatums")
$sIenSumma = $oJResp.StringOf("TabulaJP[i].IenSumma")
$sNodLikme = $oJResp.StringOf("TabulaJP[i].NodLikme")
$sNodSumma = $oJResp.StringOf("TabulaJP[i].NodSumma")
$sJpKods = $oJResp.StringOf("TabulaJP[i].JpKods")
$sJpNosaukums = $oJResp.StringOf("TabulaJP[i].JpNosaukums")
$sPiezimes = $oJResp.StringOf("TabulaJP[i].Piezimes")
$sATVK = $oJResp.StringOf("TabulaJP[i].ATVK")
$i = $i + 1
Wend
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": ""
}
]
}