Chilkat Online Tools

unicodeCpp / EDS API / Izveidot dokumentu "Akcīzes nodokļa aprēķins (likmju maiņas gadījumā)".

Back to Collection Items

#include <CkHttpW.h>
#include <CkHttpRequestW.h>
#include <CkJsonObjectW.h>
#include <CkHttpResponseW.h>
#include <CkStringBuilderW.h>

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

    CkHttpW http;
    bool success;

    CkHttpRequestW req;
    req.AddParam(L"Talrunis",L"officia");
    req.AddParam(L"Epasts",L"sed Duis ipsum velit");
    req.AddParam(L"NmVeids",L"consectetur eiusmod");
    req.AddParam(L"Sagatavotajs",L"in dolor fugiat");
    req.AddParam(L"LikmesDatums",L"2000-01-31T00:00:00");
    req.AddParam(L"PrecuGrupas",L"Lorem ipsum in eiusmod Duis");
    req.AddParam(L"InvDatums",L"2000-01-31T00:00:00");
    req.AddParam(L"MaksTermins",L"2000-01-31T00:00:00");
    req.AddParam(L"NmAkcNumuri",L"exercitation proident amet minim");

    CkJsonObjectW jsonParam10;
    jsonParam10.UpdateInt(L"LikmeId",19045861);
    jsonParam10.UpdateString(L"Kods",L"ea eiusmod minim");
    jsonParam10.UpdateNumber(L"K3",L"99072710.93324569");
    jsonParam10.UpdateNumber(L"K4",L"-52288543.80061416");
    req.AddParam(L"Tabula",jsonParam10.emit());

    CkJsonObjectW jsonParam11;
    jsonParam11.UpdateInt(L"LikmeId",58464960);
    jsonParam11.UpdateString(L"Kods",L"incididunt ad elit dolore");
    jsonParam11.UpdateNumber(L"K3",L"-66438685.93992628");
    jsonParam11.UpdateNumber(L"K4",L"-76963244.11346848");
    req.AddParam(L"Tabula",jsonParam11.emit());

    CkJsonObjectW jsonParam12;
    jsonParam12.UpdateString(L"Dokuments",L"tempor reprehenderit");
    jsonParam12.UpdateString(L"Fails.value",L"<Error: Too many levels of nesting to fake this schema>");
    jsonParam12.UpdateString(L"Komentars",L"ex ullamco sint dolor");
    req.AddParam(L"Pielikumi",jsonParam12.emit());

    CkJsonObjectW jsonParam13;
    jsonParam13.UpdateString(L"Dokuments",L"incididunt");
    jsonParam13.UpdateString(L"Fails.value",L"<Error: Too many levels of nesting to fake this schema>");
    jsonParam13.UpdateString(L"Komentars",L"quis deserunt est laboris");
    req.AddParam(L"Pielikumi",jsonParam13.emit());
    req.AddParam(L"NmrKods",L"in");
    req.AddParam(L"Precizejums",L"false");
    req.AddParam(L"PrecizejamaisDokuments",L"-79541863");
    req.AddParam(L"PrecizejumaPamatojums",L"Lorem ut sed");

    req.AddHeader(L"Accept",L"application/json");

    CkHttpResponseW *resp = http.PostUrlEncoded(L"https://eds.vid.gov.lv/api/doc/aniav3",req);
    if (http.get_LastMethodSuccess() == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkStringBuilderW sbResponseBody;
    resp->GetBodySb(sbResponseBody);

    CkJsonObjectW jResp;
    jResp.LoadSb(sbResponseBody);
    jResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jResp.emit());

    int respStatusCode = resp->get_StatusCode();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",resp->header());
        wprintf(L"Failed.\n");
        delete resp;
        return;
    }

    delete resp;
    }

Curl Command

curl -X POST
	-H "Content-Type: application/x-www-form-urlencoded"
	-H "Accept: application/json"
	--data-urlencode 'Talrunis=officia'
	--data-urlencode 'Epasts=sed Duis ipsum velit'
	--data-urlencode 'NmVeids=consectetur eiusmod'
	--data-urlencode 'Sagatavotajs=in dolor fugiat'
	--data-urlencode 'LikmesDatums=2000-01-31T00:00:00'
	--data-urlencode 'PrecuGrupas=Lorem ipsum in eiusmod Duis'
	--data-urlencode 'InvDatums=2000-01-31T00:00:00'
	--data-urlencode 'MaksTermins=2000-01-31T00:00:00'
	--data-urlencode 'NmAkcNumuri=exercitation proident amet minim'
	--data-urlencode 'Tabula={"LikmeId":19045861,"Kods":"ea eiusmod minim","K3":99072710.93324569,"K4":-52288543.80061416}'
	--data-urlencode 'Tabula={"LikmeId":58464960,"Kods":"incididunt ad elit dolore","K3":-66438685.93992628,"K4":-76963244.11346848}'
	--data-urlencode 'Pielikumi={"Dokuments":"tempor reprehenderit","Fails":{"value":"<Error: Too many levels of nesting to fake this schema>"},"Komentars":"ex ullamco sint dolor"}'
	--data-urlencode 'Pielikumi={"Dokuments":"incididunt","Fails":{"value":"<Error: Too many levels of nesting to fake this schema>"},"Komentars":"quis deserunt est laboris"}'
	--data-urlencode 'NmrKods=in'
	--data-urlencode 'Precizejums=false'
	--data-urlencode 'PrecizejamaisDokuments=-79541863'
	--data-urlencode 'PrecizejumaPamatojums=Lorem ut sed'
https://eds.vid.gov.lv/api/doc/aniav3

Postman Collection Item JSON

{
  "name": "Izveidot dokumentu \"Akcīzes nodokļa aprēķins (likmju maiņas gadījumā)\".",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/x-www-form-urlencoded"
      },
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "urlencoded",
      "urlencoded": [
        {
          "key": "Talrunis",
          "value": "officia",
          "description": "(Required) Iesniedzēja tālrunis."
        },
        {
          "key": "Epasts",
          "value": "sed Duis ipsum velit",
          "description": "(Required) Epasta adrese."
        },
        {
          "key": "NmVeids",
          "value": "consectetur eiusmod",
          "description": "(Required) Nodokļa maksātāja veids."
        },
        {
          "key": "Sagatavotajs",
          "value": "in dolor fugiat",
          "description": "Sagatavotāja vārds, uzvārds."
        },
        {
          "key": "LikmesDatums",
          "value": "2000-01-31T00:00:00",
          "description": "Nodokļa likmes datums."
        },
        {
          "key": "PrecuGrupas",
          "value": "Lorem ipsum in eiusmod Duis",
          "description": "Nodokļa likmes preču grupas kods."
        },
        {
          "key": "InvDatums",
          "value": "2000-01-31T00:00:00",
          "description": "Inventarizācijas datums."
        },
        {
          "key": "MaksTermins",
          "value": "2000-01-31T00:00:00",
          "description": "Maksāšanas termiņš."
        },
        {
          "key": "NmAkcNumuri",
          "value": "exercitation proident amet minim",
          "description": "Nodokļa maksātāja licences."
        },
        {
          "key": "Tabula",
          "value": "{\"LikmeId\":19045861,\"Kods\":\"ea eiusmod minim\",\"K3\":99072710.93324569,\"K4\":-52288543.80061416}",
          "description": "Dokumenta rindas."
        },
        {
          "key": "Tabula",
          "value": "{\"LikmeId\":58464960,\"Kods\":\"incididunt ad elit dolore\",\"K3\":-66438685.93992628,\"K4\":-76963244.11346848}",
          "description": "Dokumenta rindas."
        },
        {
          "key": "Pielikumi",
          "value": "{\"Dokuments\":\"tempor reprehenderit\",\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"ex ullamco sint dolor\"}",
          "description": "Pievienotie attaisnojuma dokumenti."
        },
        {
          "key": "Pielikumi",
          "value": "{\"Dokuments\":\"incididunt\",\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"quis deserunt est laboris\"}",
          "description": "Pievienotie attaisnojuma dokumenti."
        },
        {
          "key": "NmrKods",
          "value": "in",
          "description": "Nodokļu maksātāja kods."
        },
        {
          "key": "Precizejums",
          "value": "false",
          "description": "Vai dokuments ir precizējums."
        },
        {
          "key": "PrecizejamaisDokuments",
          "value": "-79541863",
          "description": "Precizējamā dokumenta numurs."
        },
        {
          "key": "PrecizejumaPamatojums",
          "value": "Lorem ut sed",
          "description": "Precizējuma pamatojums."
        }
      ]
    },
    "url": {
      "raw": "{{baseUrl}}/api/doc/aniav3",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "aniav3"
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Talrunis",
              "value": "cul",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Epasts",
              "value": "Ut eu q",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "NmVeids",
              "value": "dolore Ut dolor sint",
              "description": "(Required) Nodokļa maksātāja veids."
            },
            {
              "key": "Sagatavotajs",
              "value": "anim",
              "description": "Sagatavotāja vārds, uzvārds."
            },
            {
              "key": "LikmesDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Nodokļa likmes datums."
            },
            {
              "key": "PrecuGrupas",
              "value": "aute incididunt",
              "description": "Nodokļa likmes preču grupas kods."
            },
            {
              "key": "InvDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Inventarizācijas datums."
            },
            {
              "key": "MaksTermins",
              "value": "2000-01-31T00:00:00",
              "description": "Maksāšanas termiņš."
            },
            {
              "key": "NmAkcNumuri",
              "value": "Ut mollit in ex sed",
              "description": "Nodokļa maksātāja licences."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "NmrKods",
              "value": "sunt ut ad",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "true",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "-3355090",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "dolore ex ut",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav3"
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "-12855709"
    },
    {
      "name": "Pieprasījuma dati ir kļūdaini.",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Talrunis",
              "value": "cul",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Epasts",
              "value": "Ut eu q",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "NmVeids",
              "value": "dolore Ut dolor sint",
              "description": "(Required) Nodokļa maksātāja veids."
            },
            {
              "key": "Sagatavotajs",
              "value": "anim",
              "description": "Sagatavotāja vārds, uzvārds."
            },
            {
              "key": "LikmesDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Nodokļa likmes datums."
            },
            {
              "key": "PrecuGrupas",
              "value": "aute incididunt",
              "description": "Nodokļa likmes preču grupas kods."
            },
            {
              "key": "InvDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Inventarizācijas datums."
            },
            {
              "key": "MaksTermins",
              "value": "2000-01-31T00:00:00",
              "description": "Maksāšanas termiņš."
            },
            {
              "key": "NmAkcNumuri",
              "value": "Ut mollit in ex sed",
              "description": "Nodokļa maksātāja licences."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "NmrKods",
              "value": "sunt ut ad",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "true",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "-3355090",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "dolore ex ut",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav3"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Talrunis",
              "value": "cul",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Epasts",
              "value": "Ut eu q",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "NmVeids",
              "value": "dolore Ut dolor sint",
              "description": "(Required) Nodokļa maksātāja veids."
            },
            {
              "key": "Sagatavotajs",
              "value": "anim",
              "description": "Sagatavotāja vārds, uzvārds."
            },
            {
              "key": "LikmesDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Nodokļa likmes datums."
            },
            {
              "key": "PrecuGrupas",
              "value": "aute incididunt",
              "description": "Nodokļa likmes preču grupas kods."
            },
            {
              "key": "InvDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Inventarizācijas datums."
            },
            {
              "key": "MaksTermins",
              "value": "2000-01-31T00:00:00",
              "description": "Maksāšanas termiņš."
            },
            {
              "key": "NmAkcNumuri",
              "value": "Ut mollit in ex sed",
              "description": "Nodokļa maksātāja licences."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "NmrKods",
              "value": "sunt ut ad",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "true",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "-3355090",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "dolore ex ut",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav3"
          ]
        }
      },
      "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": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Talrunis",
              "value": "cul",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Epasts",
              "value": "Ut eu q",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "NmVeids",
              "value": "dolore Ut dolor sint",
              "description": "(Required) Nodokļa maksātāja veids."
            },
            {
              "key": "Sagatavotajs",
              "value": "anim",
              "description": "Sagatavotāja vārds, uzvārds."
            },
            {
              "key": "LikmesDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Nodokļa likmes datums."
            },
            {
              "key": "PrecuGrupas",
              "value": "aute incididunt",
              "description": "Nodokļa likmes preču grupas kods."
            },
            {
              "key": "InvDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Inventarizācijas datums."
            },
            {
              "key": "MaksTermins",
              "value": "2000-01-31T00:00:00",
              "description": "Maksāšanas termiņš."
            },
            {
              "key": "NmAkcNumuri",
              "value": "Ut mollit in ex sed",
              "description": "Nodokļa maksātāja licences."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "NmrKods",
              "value": "sunt ut ad",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "true",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "-3355090",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "dolore ex ut",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav3"
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Dokumenta unikalitātes ierobežojums. Dokuments par norādīto periodu jau izveidots. Lai izveidotu atkārtoti, izmantojiet jaunu drošības talonu.",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Talrunis",
              "value": "cul",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Epasts",
              "value": "Ut eu q",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "NmVeids",
              "value": "dolore Ut dolor sint",
              "description": "(Required) Nodokļa maksātāja veids."
            },
            {
              "key": "Sagatavotajs",
              "value": "anim",
              "description": "Sagatavotāja vārds, uzvārds."
            },
            {
              "key": "LikmesDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Nodokļa likmes datums."
            },
            {
              "key": "PrecuGrupas",
              "value": "aute incididunt",
              "description": "Nodokļa likmes preču grupas kods."
            },
            {
              "key": "InvDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Inventarizācijas datums."
            },
            {
              "key": "MaksTermins",
              "value": "2000-01-31T00:00:00",
              "description": "Maksāšanas termiņš."
            },
            {
              "key": "NmAkcNumuri",
              "value": "Ut mollit in ex sed",
              "description": "Nodokļa maksātāja licences."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "NmrKods",
              "value": "sunt ut ad",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "true",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "-3355090",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "dolore ex ut",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav3"
          ]
        }
      },
      "status": "Conflict",
      "code": 409,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Pārsniegts izsaukumu skaita ierobežojums.",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Talrunis",
              "value": "cul",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Epasts",
              "value": "Ut eu q",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "NmVeids",
              "value": "dolore Ut dolor sint",
              "description": "(Required) Nodokļa maksātāja veids."
            },
            {
              "key": "Sagatavotajs",
              "value": "anim",
              "description": "Sagatavotāja vārds, uzvārds."
            },
            {
              "key": "LikmesDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Nodokļa likmes datums."
            },
            {
              "key": "PrecuGrupas",
              "value": "aute incididunt",
              "description": "Nodokļa likmes preču grupas kods."
            },
            {
              "key": "InvDatums",
              "value": "2000-01-31T00:00:00",
              "description": "Inventarizācijas datums."
            },
            {
              "key": "MaksTermins",
              "value": "2000-01-31T00:00:00",
              "description": "Maksāšanas termiņš."
            },
            {
              "key": "NmAkcNumuri",
              "value": "Ut mollit in ex sed",
              "description": "Nodokļa maksātāja licences."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Tabula",
              "value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
              "description": "Dokumenta rindas."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "Pielikumi",
              "value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
              "description": "Pievienotie attaisnojuma dokumenti."
            },
            {
              "key": "NmrKods",
              "value": "sunt ut ad",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "true",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "-3355090",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "dolore ex ut",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/aniav3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "aniav3"
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}