Chilkat Online Tools

Swift3 / EDS API / Dokuments "Sezonas laukstrādnieku ienākuma nodokļa maksātāju ziņojums".

Back to Collection Items

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

    let http = CkoHttp()!
    var success: Bool

    http.setRequestHeader("Accept", value: "application/json")

    let sbResponseBody = CkoStringBuilder()!
    success = http.quickGetSb("https://eds.vid.gov.lv/api/doc/zslv1/:id", sbContent: sbResponseBody)
    if success == false {
        print("\(http.lastErrorText!)")
        return
    }

    let jResp = CkoJsonObject()!
    jResp.loadSb(sbResponseBody)
    jResp.emitCompact = false

    print("Response Body:")
    print("\(jResp.emit()!)")

    var respStatusCode: Int = http.lastStatus.intValue
    print("Response Status Code = \(respStatusCode)")
    if respStatusCode >= 400 {
        print("Response Header:")
        print("\(http.lastHeader!)")
        print("Failed.")
        return
    }

    // 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

    var NsKods: String?
    var NsVardsUzvards: String?
    var NsDarbIenakumi: String?
    var NsAprDarbIenNod: String?
    var NsAprDarbIenNodVsaa: String?
    var NsAprDarbIenNodIin: String?
    var NsNodPerSakums: String?
    var NsNodPerBeigas: String?

    var Epasts: String? = jResp.string(of: "Epasts")
    var ParskGads: Int = jResp.int(of: "ParskGads").intValue
    var Talrunis: String? = jResp.string(of: "Talrunis")
    var Sagatavotajs: String? = jResp.string(of: "Sagatavotajs")
    var ParskMen: String? = jResp.string(of: "ParskMen")
    var Id: Int = jResp.int(of: "Id").intValue
    var UID: String? = jResp.string(of: "UID")
    var NmrKods: String? = jResp.string(of: "NmrKods")
    var Precizejums: Bool = jResp.bool(of: "Precizejums")
    var PrecizejamaisDokuments: Int = jResp.int(of: "PrecizejamaisDokuments").intValue
    var PrecizejumaPamatojums: String? = jResp.string(of: "PrecizejumaPamatojums")
    var i: Int = 0
    var count_i: Int = jResp.size(ofArray: "Rows").intValue
    while i < count_i {
        jResp.i = i
        NsKods = jResp.string(of: "Rows[i].NsKods")
        NsVardsUzvards = jResp.string(of: "Rows[i].NsVardsUzvards")
        NsDarbIenakumi = jResp.string(of: "Rows[i].NsDarbIenakumi")
        NsAprDarbIenNod = jResp.string(of: "Rows[i].NsAprDarbIenNod")
        NsAprDarbIenNodVsaa = jResp.string(of: "Rows[i].NsAprDarbIenNodVsaa")
        NsAprDarbIenNodIin = jResp.string(of: "Rows[i].NsAprDarbIenNodIin")
        NsNodPerSakums = jResp.string(of: "Rows[i].NsNodPerSakums")
        NsNodPerBeigas = jResp.string(of: "Rows[i].NsNodPerBeigas")
        i = i + 1
    }


}

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