Chilkat Online Tools

ERROR!

------------------- GenerateCode ----------------------
ImpliedContentType: application/x-www-form-urlencoded
explicitContentType: application/x-www-form-urlencoded
---- begin chilkat script ----
// This example assumes the Chilkat API to have been previously unlocked.
// See {{-global_unlock:::Global Unlock Sample-}} for sample code.

new Http http;
ckbool success;

new HttpRequest req;
call req.AddParam("Epasts","reprehenderit");
call req.AddParam("Talrunis","");
call req.AddParam("Gads","19484896");
call req.AddParam("Menesis","1");
call req.AddParam("Datums","2000-01-31T00:00:00");
call req.AddParam("SamTermins","2000-01-31T00:00:00");
call req.AddParam("Statuss","pariatur nostrud irure ex dolore");
call req.AddParam("R08","ut fugiat");
call req.AddParam("R09","laborum moll");
call req.AddParam("Sagatavotajs","ipsum in exercitation");
call req.AddParam("K1","-18744621.75476648");
call req.AddParam("K2","66001687.64448723");
call req.AddParam("K3","47969892.03309175");
call req.AddParam("K1","-84323041.96018116");
call req.AddParam("K2","-76940243.12667231");
call req.AddParam("K3","-41112659.50840606");
call req.AddParam("K1","46264160.92348099");
call req.AddParam("K2","44545616.16336274");
call req.AddParam("K3","65733250.47969526");
call req.AddParam("K1","-78679331.06815928");
call req.AddParam("K2","-24917585.712030515");
call req.AddParam("K3","-29311501.091061175");
call req.AddParam("K1","18197995.68939735");
call req.AddParam("K2","28639600.811022088");
call req.AddParam("K3","-25238215.410085246");
call req.AddParam("K1","-17635051.83169976");
call req.AddParam("K2","-97280217.70835862");
call req.AddParam("K3","-77516156.17455423");
call req.AddParam("K1","72023361.10935658");
call req.AddParam("K2","18588360.354098514");
call req.AddParam("K3","-86442615.2424985");
call req.AddParam("K1","-58178816.494427465");
call req.AddParam("K2","20668136.43545431");
call req.AddParam("K3","-84524528.05957851");
call req.AddParam("K1","71501484.23896682");
call req.AddParam("K2","-96138356.04956962");
call req.AddParam("K3","-35879139.237774946");
call req.AddParam("K1","-35130520.90232947");
call req.AddParam("K2","-1932654.984259978");
call req.AddParam("K3","53461475.28660819");
call req.AddParam("K1","26780305.651077226");
call req.AddParam("K2","39333461.03487772");
call req.AddParam("K3","14528519.190803245");
call req.AddParam("K1","-3046409.571048647");
call req.AddParam("K2","36210056.53376734");
call req.AddParam("K3","36331848.05762926");
call req.AddParam("K1","-68240910.23127687");
call req.AddParam("K2","89514624.3054061");
call req.AddParam("K3","-74905823.11638948");
call req.AddParam("K1","-1434795.9437219352");
call req.AddParam("K2","-45336052.59789915");
call req.AddParam("K3","26991403.116503283");
call req.AddParam("K1","-49540507.00794661");
call req.AddParam("K2","-82544449.88092801");
call req.AddParam("K3","44989166.7590211");
call req.AddParam("K1","-70666950.37788744");
call req.AddParam("K2","29355636.76426752");
call req.AddParam("K3","76512936.76320222");
call req.AddParam("K1","33682068.1783791");
call req.AddParam("K2","-2159095.2758674324");
call req.AddParam("K3","-70440259.27132952");
call req.AddParam("K1","-96984195.18419068");
call req.AddParam("K2","78857027.38013384");
call req.AddParam("K3","-54527496.636993125");

new JsonObject jsonParam65;
ignore = jsonParam65.UpdateString("Fails.value","<Error: Too many levels of nesting to fake this schema>");
ignore = jsonParam65.UpdateString("Komentars.value","<Error: Too many levels of nesting to fake this schema>");
call req.AddParam("PielikumsRindai11",jsonParam65.Emit());

new JsonObject jsonParam66;
ignore = jsonParam66.UpdateString("Fails.value","<Error: Too many levels of nesting to fake this schema>");
ignore = jsonParam66.UpdateString("Komentars.value","<Error: Too many levels of nesting to fake this schema>");
call req.AddParam("PielikumsRindai25",jsonParam66.Emit());

new JsonArray jsonParam67;

ignore = jsonParam67.AddObjectAt(-1);
JsonObject jsonObj_1 = jsonParam67.ObjectAt(jsonParam67.Size - 1);
ignore = jsonObj_1.UpdateString("value","<Error: Too many levels of nesting to fake this schema>");
delete jsonObj_1;


ignore = jsonParam67.AddObjectAt(-1);
jsonObj_1 = jsonParam67.ObjectAt(jsonParam67.Size - 1);
ignore = jsonObj_1.UpdateString("value","<Error: Too many levels of nesting to fake this schema>");
delete jsonObj_1;

call req.AddParam("CitiDokumenti",jsonParam67.Emit());
call req.AddParam("NmrKods","te");
call req.AddParam("Precizejums","false");
call req.AddParam("PrecizejamaisDokuments","7899324");
call req.AddParam("PrecizejumaPamatojums","non culpa commodo do");

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

new HttpResponse resp;
req.HttpVerb = "POST";
req.ContentType = "application/x-www-form-urlencoded";
success = http.PostUrlEncoded("https://eds.vid.gov.lv/api/doc/ankbv2", req,resp);
if (success == ckfalse) {
println http.LastErrorText;
return;
}

new StringBuilder sbResponseBody;
ignore = resp.GetBodySb(sbResponseBody);

new JsonObject jResp;
call jResp.LoadSb(sbResponseBody);
jResp.EmitCompact = ckfalse;

println "Response Body:";
println jResp.Emit();

int respStatusCode = resp.StatusCode;
println "Response Status Code = ",respStatusCode;
if (respStatusCode >= 400) {
    println "Response Header:";
    println resp.Header;
    println "Failed.";
    return;
}

---- end chilkat script ----

Xojo / EDS API / Izveidot dokumentu "Kafijas un bezalkoholisko dzērienu akcīzes nodokļa deklarācija".

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 req As New Chilkat.HttpRequest
req.AddParam "Epasts","reprehenderit"
req.AddParam "Talrunis",""
req.AddParam "Gads","19484896"
req.AddParam "Menesis","1"
req.AddParam "Datums","2000-01-31T00:00:00"
req.AddParam "SamTermins","2000-01-31T00:00:00"
req.AddParam "Statuss","pariatur nostrud irure ex dolore"
req.AddParam "R08","ut fugiat"
req.AddParam "R09","laborum moll"
req.AddParam "Sagatavotajs","ipsum in exercitation"
req.AddParam "K1","-18744621.75476648"
req.AddParam "K2","66001687.64448723"
req.AddParam "K3","47969892.03309175"
req.AddParam "K1","-84323041.96018116"
req.AddParam "K2","-76940243.12667231"
req.AddParam "K3","-41112659.50840606"
req.AddParam "K1","46264160.92348099"
req.AddParam "K2","44545616.16336274"
req.AddParam "K3","65733250.47969526"
req.AddParam "K1","-78679331.06815928"
req.AddParam "K2","-24917585.712030515"
req.AddParam "K3","-29311501.091061175"
req.AddParam "K1","18197995.68939735"
req.AddParam "K2","28639600.811022088"
req.AddParam "K3","-25238215.410085246"
req.AddParam "K1","-17635051.83169976"
req.AddParam "K2","-97280217.70835862"
req.AddParam "K3","-77516156.17455423"
req.AddParam "K1","72023361.10935658"
req.AddParam "K2","18588360.354098514"
req.AddParam "K3","-86442615.2424985"
req.AddParam "K1","-58178816.494427465"
req.AddParam "K2","20668136.43545431"
req.AddParam "K3","-84524528.05957851"
req.AddParam "K1","71501484.23896682"
req.AddParam "K2","-96138356.04956962"
req.AddParam "K3","-35879139.237774946"
req.AddParam "K1","-35130520.90232947"
req.AddParam "K2","-1932654.984259978"
req.AddParam "K3","53461475.28660819"
req.AddParam "K1","26780305.651077226"
req.AddParam "K2","39333461.03487772"
req.AddParam "K3","14528519.190803245"
req.AddParam "K1","-3046409.571048647"
req.AddParam "K2","36210056.53376734"
req.AddParam "K3","36331848.05762926"
req.AddParam "K1","-68240910.23127687"
req.AddParam "K2","89514624.3054061"
req.AddParam "K3","-74905823.11638948"
req.AddParam "K1","-1434795.9437219352"
req.AddParam "K2","-45336052.59789915"
req.AddParam "K3","26991403.116503283"
req.AddParam "K1","-49540507.00794661"
req.AddParam "K2","-82544449.88092801"
req.AddParam "K3","44989166.7590211"
req.AddParam "K1","-70666950.37788744"
req.AddParam "K2","29355636.76426752"
req.AddParam "K3","76512936.76320222"
req.AddParam "K1","33682068.1783791"
req.AddParam "K2","-2159095.2758674324"
req.AddParam "K3","-70440259.27132952"
req.AddParam "K1","-96984195.18419068"
req.AddParam "K2","78857027.38013384"
req.AddParam "K3","-54527496.636993125"

Dim jsonParam65 As New Chilkat.JsonObject
success = jsonParam65.UpdateString("Fails.value","<Error: Too many levels of nesting to fake this schema>")
success = jsonParam65.UpdateString("Komentars.value","<Error: Too many levels of nesting to fake this schema>")
req.AddParam "PielikumsRindai11",jsonParam65.Emit()

Dim jsonParam66 As New Chilkat.JsonObject
success = jsonParam66.UpdateString("Fails.value","<Error: Too many levels of nesting to fake this schema>")
success = jsonParam66.UpdateString("Komentars.value","<Error: Too many levels of nesting to fake this schema>")
req.AddParam "PielikumsRindai25",jsonParam66.Emit()

Dim jsonParam67 As New Chilkat.JsonArray

success = jsonParam67.AddObjectAt(-1)
Dim jsonObj_1 As Chilkat.JsonObject
jsonObj_1 = jsonParam67.ObjectAt(jsonParam67.Size - 1)
success = jsonObj_1.UpdateString("value","<Error: Too many levels of nesting to fake this schema>")

success = jsonParam67.AddObjectAt(-1)
jsonObj_1 = jsonParam67.ObjectAt(jsonParam67.Size - 1)
success = jsonObj_1.UpdateString("value","<Error: Too many levels of nesting to fake this schema>")

req.AddParam "CitiDokumenti",jsonParam67.Emit()
req.AddParam "NmrKods","te"
req.AddParam "Precizejums","false"
req.AddParam "PrecizejamaisDokuments","7899324"
req.AddParam "PrecizejumaPamatojums","non culpa commodo do"

req.AddHeader "Accept","application/json"

Dim resp As New Chilkat.HttpResponse
req.HttpVerb = "POST"
req.ContentType = "application/x-www-form-urlencoded"
ERROR: Assignment type mismatch.  ExpressionType=HttpResponse, atgType=ckbool

If (success = 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

Curl Command

curl -X POST
	-H "Content-Type: application/x-www-form-urlencoded"
	-H "Accept: application/json"
	--data-urlencode 'Epasts=reprehenderit'
	--data-urlencode 'Talrunis='
	--data-urlencode 'Gads=19484896'
	--data-urlencode 'Menesis=1'
	--data-urlencode 'Datums=2000-01-31T00:00:00'
	--data-urlencode 'SamTermins=2000-01-31T00:00:00'
	--data-urlencode 'Statuss=pariatur nostrud irure ex dolore'
	--data-urlencode 'R08=ut fugiat'
	--data-urlencode 'R09=laborum moll'
	--data-urlencode 'Sagatavotajs=ipsum in exercitation'
	--data-urlencode 'K1=-18744621.75476648'
	--data-urlencode 'K2=66001687.64448723'
	--data-urlencode 'K3=47969892.03309175'
	--data-urlencode 'K1=-84323041.96018116'
	--data-urlencode 'K2=-76940243.12667231'
	--data-urlencode 'K3=-41112659.50840606'
	--data-urlencode 'K1=46264160.92348099'
	--data-urlencode 'K2=44545616.16336274'
	--data-urlencode 'K3=65733250.47969526'
	--data-urlencode 'K1=-78679331.06815928'
	--data-urlencode 'K2=-24917585.712030515'
	--data-urlencode 'K3=-29311501.091061175'
	--data-urlencode 'K1=18197995.68939735'
	--data-urlencode 'K2=28639600.811022088'
	--data-urlencode 'K3=-25238215.410085246'
	--data-urlencode 'K1=-17635051.83169976'
	--data-urlencode 'K2=-97280217.70835862'
	--data-urlencode 'K3=-77516156.17455423'
	--data-urlencode 'K1=72023361.10935658'
	--data-urlencode 'K2=18588360.354098514'
	--data-urlencode 'K3=-86442615.2424985'
	--data-urlencode 'K1=-58178816.494427465'
	--data-urlencode 'K2=20668136.43545431'
	--data-urlencode 'K3=-84524528.05957851'
	--data-urlencode 'K1=71501484.23896682'
	--data-urlencode 'K2=-96138356.04956962'
	--data-urlencode 'K3=-35879139.237774946'
	--data-urlencode 'K1=-35130520.90232947'
	--data-urlencode 'K2=-1932654.984259978'
	--data-urlencode 'K3=53461475.28660819'
	--data-urlencode 'K1=26780305.651077226'
	--data-urlencode 'K2=39333461.03487772'
	--data-urlencode 'K3=14528519.190803245'
	--data-urlencode 'K1=-3046409.571048647'
	--data-urlencode 'K2=36210056.53376734'
	--data-urlencode 'K3=36331848.05762926'
	--data-urlencode 'K1=-68240910.23127687'
	--data-urlencode 'K2=89514624.3054061'
	--data-urlencode 'K3=-74905823.11638948'
	--data-urlencode 'K1=-1434795.9437219352'
	--data-urlencode 'K2=-45336052.59789915'
	--data-urlencode 'K3=26991403.116503283'
	--data-urlencode 'K1=-49540507.00794661'
	--data-urlencode 'K2=-82544449.88092801'
	--data-urlencode 'K3=44989166.7590211'
	--data-urlencode 'K1=-70666950.37788744'
	--data-urlencode 'K2=29355636.76426752'
	--data-urlencode 'K3=76512936.76320222'
	--data-urlencode 'K1=33682068.1783791'
	--data-urlencode 'K2=-2159095.2758674324'
	--data-urlencode 'K3=-70440259.27132952'
	--data-urlencode 'K1=-96984195.18419068'
	--data-urlencode 'K2=78857027.38013384'
	--data-urlencode 'K3=-54527496.636993125'
	--data-urlencode 'PielikumsRindai11={"Fails":{"value":"<Error: Too many levels of nesting to fake this schema>"},"Komentars":{"value":"<Error: Too many levels of nesting to fake this schema>"}}'
	--data-urlencode 'PielikumsRindai25={"Fails":{"value":"<Error: Too many levels of nesting to fake this schema>"},"Komentars":{"value":"<Error: Too many levels of nesting to fake this schema>"}}'
	--data-urlencode 'CitiDokumenti=[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]'
	--data-urlencode 'NmrKods=te'
	--data-urlencode 'Precizejums=false'
	--data-urlencode 'PrecizejamaisDokuments=7899324'
	--data-urlencode 'PrecizejumaPamatojums=non culpa commodo do'
https://eds.vid.gov.lv/api/doc/ankbv2

Postman Collection Item JSON

{
  "name": "Izveidot dokumentu \"Kafijas un bezalkoholisko dzērienu akcīzes nodokļa deklarācija\".",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/x-www-form-urlencoded"
      },
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "urlencoded",
      "urlencoded": [
        {
          "key": "Epasts",
          "value": "reprehenderit",
          "description": "(Required) Epasta adrese."
        },
        {
          "key": "Talrunis",
          "value": "",
          "description": "(Required) Iesniedzēja tālrunis."
        },
        {
          "key": "Gads",
          "value": "19484896",
          "description": "(Required) R1 Perioda gads."
        },
        {
          "key": "Menesis",
          "value": "1",
          "description": "(Required) R2 Perioda mēnesis."
        },
        {
          "key": "Datums",
          "value": "2000-01-31T00:00:00",
          "description": "(Required) R3 Periods datums."
        },
        {
          "key": "SamTermins",
          "value": "2000-01-31T00:00:00",
          "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
        },
        {
          "key": "Statuss",
          "value": "pariatur nostrud irure ex dolore",
          "description": "(Required) R5 NM statuss."
        },
        {
          "key": "R08",
          "value": "ut fugiat",
          "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
        },
        {
          "key": "R09",
          "value": "laborum moll",
          "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
        },
        {
          "key": "Sagatavotajs",
          "value": "ipsum in exercitation",
          "description": "Sagatavotāja vārds."
        },
        {
          "key": "K1",
          "value": "-18744621.75476648"
        },
        {
          "key": "K2",
          "value": "66001687.64448723"
        },
        {
          "key": "K3",
          "value": "47969892.03309175"
        },
        {
          "key": "K1",
          "value": "-84323041.96018116"
        },
        {
          "key": "K2",
          "value": "-76940243.12667231"
        },
        {
          "key": "K3",
          "value": "-41112659.50840606"
        },
        {
          "key": "K1",
          "value": "46264160.92348099"
        },
        {
          "key": "K2",
          "value": "44545616.16336274"
        },
        {
          "key": "K3",
          "value": "65733250.47969526"
        },
        {
          "key": "K1",
          "value": "-78679331.06815928"
        },
        {
          "key": "K2",
          "value": "-24917585.712030515"
        },
        {
          "key": "K3",
          "value": "-29311501.091061175"
        },
        {
          "key": "K1",
          "value": "18197995.68939735"
        },
        {
          "key": "K2",
          "value": "28639600.811022088"
        },
        {
          "key": "K3",
          "value": "-25238215.410085246"
        },
        {
          "key": "K1",
          "value": "-17635051.83169976"
        },
        {
          "key": "K2",
          "value": "-97280217.70835862"
        },
        {
          "key": "K3",
          "value": "-77516156.17455423"
        },
        {
          "key": "K1",
          "value": "72023361.10935658"
        },
        {
          "key": "K2",
          "value": "18588360.354098514"
        },
        {
          "key": "K3",
          "value": "-86442615.2424985"
        },
        {
          "key": "K1",
          "value": "-58178816.494427465"
        },
        {
          "key": "K2",
          "value": "20668136.43545431"
        },
        {
          "key": "K3",
          "value": "-84524528.05957851"
        },
        {
          "key": "K1",
          "value": "71501484.23896682"
        },
        {
          "key": "K2",
          "value": "-96138356.04956962"
        },
        {
          "key": "K3",
          "value": "-35879139.237774946"
        },
        {
          "key": "K1",
          "value": "-35130520.90232947"
        },
        {
          "key": "K2",
          "value": "-1932654.984259978"
        },
        {
          "key": "K3",
          "value": "53461475.28660819"
        },
        {
          "key": "K1",
          "value": "26780305.651077226"
        },
        {
          "key": "K2",
          "value": "39333461.03487772"
        },
        {
          "key": "K3",
          "value": "14528519.190803245"
        },
        {
          "key": "K1",
          "value": "-3046409.571048647"
        },
        {
          "key": "K2",
          "value": "36210056.53376734"
        },
        {
          "key": "K3",
          "value": "36331848.05762926"
        },
        {
          "key": "K1",
          "value": "-68240910.23127687"
        },
        {
          "key": "K2",
          "value": "89514624.3054061"
        },
        {
          "key": "K3",
          "value": "-74905823.11638948"
        },
        {
          "key": "K1",
          "value": "-1434795.9437219352"
        },
        {
          "key": "K2",
          "value": "-45336052.59789915"
        },
        {
          "key": "K3",
          "value": "26991403.116503283"
        },
        {
          "key": "K1",
          "value": "-49540507.00794661"
        },
        {
          "key": "K2",
          "value": "-82544449.88092801"
        },
        {
          "key": "K3",
          "value": "44989166.7590211"
        },
        {
          "key": "K1",
          "value": "-70666950.37788744"
        },
        {
          "key": "K2",
          "value": "29355636.76426752"
        },
        {
          "key": "K3",
          "value": "76512936.76320222"
        },
        {
          "key": "K1",
          "value": "33682068.1783791"
        },
        {
          "key": "K2",
          "value": "-2159095.2758674324"
        },
        {
          "key": "K3",
          "value": "-70440259.27132952"
        },
        {
          "key": "K1",
          "value": "-96984195.18419068"
        },
        {
          "key": "K2",
          "value": "78857027.38013384"
        },
        {
          "key": "K3",
          "value": "-54527496.636993125"
        },
        {
          "key": "PielikumsRindai11",
          "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}"
        },
        {
          "key": "PielikumsRindai25",
          "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}"
        },
        {
          "key": "CitiDokumenti",
          "value": "[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"
        },
        {
          "key": "NmrKods",
          "value": "te",
          "description": "Nodokļu maksātāja kods."
        },
        {
          "key": "Precizejums",
          "value": "false",
          "description": "Vai dokuments ir precizējums."
        },
        {
          "key": "PrecizejamaisDokuments",
          "value": "7899324",
          "description": "Precizējamā dokumenta numurs."
        },
        {
          "key": "PrecizejumaPamatojums",
          "value": "non culpa commodo do",
          "description": "Precizējuma pamatojums."
        }
      ]
    },
    "url": {
      "raw": "{{baseUrl}}/api/doc/ankbv2",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "ankbv2"
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "urlencoded",
          "urlencoded": [
            {
              "key": "Epasts",
              "value": "in ea",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "Talrunis",
              "value": "quis consectetur",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Gads",
              "value": "-88908975",
              "description": "(Required) R1 Perioda gads."
            },
            {
              "key": "Menesis",
              "value": "10",
              "description": "(Required) R2 Perioda mēnesis."
            },
            {
              "key": "Datums",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R3 Periods datums."
            },
            {
              "key": "SamTermins",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
            },
            {
              "key": "Statuss",
              "value": "",
              "description": "(Required) R5 NM statuss."
            },
            {
              "key": "R08",
              "value": "sunt Ut",
              "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
            },
            {
              "key": "R09",
              "value": "laboris dolor",
              "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
            },
            {
              "key": "Sagatavotajs",
              "value": "veniam in ut sit",
              "description": "Sagatavotāja vārds."
            },
            {
              "key": "K1",
              "value": "59149890.17348212"
            },
            {
              "key": "K2",
              "value": "17686005.87638533"
            },
            {
              "key": "K3",
              "value": "31885744.15313092"
            },
            {
              "key": "K1",
              "value": "-24185391.434158638"
            },
            {
              "key": "K2",
              "value": "41715325.544988334"
            },
            {
              "key": "K3",
              "value": "69593330.35170487"
            },
            {
              "key": "K1",
              "value": "34986362.49905181"
            },
            {
              "key": "K2",
              "value": "-56828913.58582771"
            },
            {
              "key": "K3",
              "value": "61233133.569681495"
            },
            {
              "key": "K1",
              "value": "88641725.4275972"
            },
            {
              "key": "K2",
              "value": "-3963428.0101121813"
            },
            {
              "key": "K3",
              "value": "-98924540.2842192"
            },
            {
              "key": "K1",
              "value": "-32299786.816640228"
            },
            {
              "key": "K2",
              "value": "-40440722.015530415"
            },
            {
              "key": "K3",
              "value": "55651926.71609634"
            },
            {
              "key": "K1",
              "value": "-78527178.2803132"
            },
            {
              "key": "K2",
              "value": "-34629291.24637326"
            },
            {
              "key": "K3",
              "value": "26837728.64630209"
            },
            {
              "key": "K1",
              "value": "65604198.66573763"
            },
            {
              "key": "K2",
              "value": "89197037.81155524"
            },
            {
              "key": "K3",
              "value": "98764184.92505485"
            },
            {
              "key": "K1",
              "value": "-47533674.80503128"
            },
            {
              "key": "K2",
              "value": "-8814892.186996385"
            },
            {
              "key": "K3",
              "value": "-99932938.99772708"
            },
            {
              "key": "K1",
              "value": "-69583886.0493505"
            },
            {
              "key": "K2",
              "value": "5144577.794949263"
            },
            {
              "key": "K3",
              "value": "-50365864.27633853"
            },
            {
              "key": "K1",
              "value": "-13664073.111564472"
            },
            {
              "key": "K2",
              "value": "23270941.25585836"
            },
            {
              "key": "K3",
              "value": "-84134604.4486595"
            },
            {
              "key": "K1",
              "value": "-25568381.52525121"
            },
            {
              "key": "K2",
              "value": "-5918985.554699674"
            },
            {
              "key": "K3",
              "value": "-24942374.1506626"
            },
            {
              "key": "K1",
              "value": "36405984.37099522"
            },
            {
              "key": "K2",
              "value": "-28908833.39990218"
            },
            {
              "key": "K3",
              "value": "93335922.90662"
            },
            {
              "key": "K1",
              "value": "-67239876.68609133"
            },
            {
              "key": "K2",
              "value": "-54788139.56742479"
            },
            {
              "key": "K3",
              "value": "-59251539.97524349"
            },
            {
              "key": "K1",
              "value": "81280343.8867819"
            },
            {
              "key": "K2",
              "value": "-84594228.93773519"
            },
            {
              "key": "K3",
              "value": "88065115.37900016"
            },
            {
              "key": "K1",
              "value": "85320694.36813253"
            },
            {
              "key": "K2",
              "value": "31682365.918128237"
            },
            {
              "key": "K3",
              "value": "13066769.852883726"
            },
            {
              "key": "K1",
              "value": "-85206845.68589205"
            },
            {
              "key": "K2",
              "value": "58783894.68407503"
            },
            {
              "key": "K3",
              "value": "65464542.460543305"
            },
            {
              "key": "K1",
              "value": "50382261.44569808"
            },
            {
              "key": "K2",
              "value": "47999149.91270873"
            },
            {
              "key": "K3",
              "value": "-9211652.363619253"
            },
            {
              "key": "K1",
              "value": "-96733690.12489252"
            },
            {
              "key": "K2",
              "value": "11890220.45524694"
            },
            {
              "key": "K3",
              "value": "54208716.87395871"
            },
            {
              "key": "PielikumsRindai11",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"non pariatur occaecat adipisicing\"}"
            },
            {
              "key": "PielikumsRindai25",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"id reprehenderit in eiusmod\"}"
            },
            {
              "key": "CitiDokumenti",
              "value": "[{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}]"
            },
            {
              "key": "NmrKods",
              "value": "non est e",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "false",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "41709096",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "ipsum officia dolor dolore",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2"
          ]
        }
      },
      "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": "Epasts",
              "value": "in ea",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "Talrunis",
              "value": "quis consectetur",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Gads",
              "value": "-88908975",
              "description": "(Required) R1 Perioda gads."
            },
            {
              "key": "Menesis",
              "value": "10",
              "description": "(Required) R2 Perioda mēnesis."
            },
            {
              "key": "Datums",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R3 Periods datums."
            },
            {
              "key": "SamTermins",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
            },
            {
              "key": "Statuss",
              "value": "",
              "description": "(Required) R5 NM statuss."
            },
            {
              "key": "R08",
              "value": "sunt Ut",
              "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
            },
            {
              "key": "R09",
              "value": "laboris dolor",
              "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
            },
            {
              "key": "Sagatavotajs",
              "value": "veniam in ut sit",
              "description": "Sagatavotāja vārds."
            },
            {
              "key": "K1",
              "value": "59149890.17348212"
            },
            {
              "key": "K2",
              "value": "17686005.87638533"
            },
            {
              "key": "K3",
              "value": "31885744.15313092"
            },
            {
              "key": "K1",
              "value": "-24185391.434158638"
            },
            {
              "key": "K2",
              "value": "41715325.544988334"
            },
            {
              "key": "K3",
              "value": "69593330.35170487"
            },
            {
              "key": "K1",
              "value": "34986362.49905181"
            },
            {
              "key": "K2",
              "value": "-56828913.58582771"
            },
            {
              "key": "K3",
              "value": "61233133.569681495"
            },
            {
              "key": "K1",
              "value": "88641725.4275972"
            },
            {
              "key": "K2",
              "value": "-3963428.0101121813"
            },
            {
              "key": "K3",
              "value": "-98924540.2842192"
            },
            {
              "key": "K1",
              "value": "-32299786.816640228"
            },
            {
              "key": "K2",
              "value": "-40440722.015530415"
            },
            {
              "key": "K3",
              "value": "55651926.71609634"
            },
            {
              "key": "K1",
              "value": "-78527178.2803132"
            },
            {
              "key": "K2",
              "value": "-34629291.24637326"
            },
            {
              "key": "K3",
              "value": "26837728.64630209"
            },
            {
              "key": "K1",
              "value": "65604198.66573763"
            },
            {
              "key": "K2",
              "value": "89197037.81155524"
            },
            {
              "key": "K3",
              "value": "98764184.92505485"
            },
            {
              "key": "K1",
              "value": "-47533674.80503128"
            },
            {
              "key": "K2",
              "value": "-8814892.186996385"
            },
            {
              "key": "K3",
              "value": "-99932938.99772708"
            },
            {
              "key": "K1",
              "value": "-69583886.0493505"
            },
            {
              "key": "K2",
              "value": "5144577.794949263"
            },
            {
              "key": "K3",
              "value": "-50365864.27633853"
            },
            {
              "key": "K1",
              "value": "-13664073.111564472"
            },
            {
              "key": "K2",
              "value": "23270941.25585836"
            },
            {
              "key": "K3",
              "value": "-84134604.4486595"
            },
            {
              "key": "K1",
              "value": "-25568381.52525121"
            },
            {
              "key": "K2",
              "value": "-5918985.554699674"
            },
            {
              "key": "K3",
              "value": "-24942374.1506626"
            },
            {
              "key": "K1",
              "value": "36405984.37099522"
            },
            {
              "key": "K2",
              "value": "-28908833.39990218"
            },
            {
              "key": "K3",
              "value": "93335922.90662"
            },
            {
              "key": "K1",
              "value": "-67239876.68609133"
            },
            {
              "key": "K2",
              "value": "-54788139.56742479"
            },
            {
              "key": "K3",
              "value": "-59251539.97524349"
            },
            {
              "key": "K1",
              "value": "81280343.8867819"
            },
            {
              "key": "K2",
              "value": "-84594228.93773519"
            },
            {
              "key": "K3",
              "value": "88065115.37900016"
            },
            {
              "key": "K1",
              "value": "85320694.36813253"
            },
            {
              "key": "K2",
              "value": "31682365.918128237"
            },
            {
              "key": "K3",
              "value": "13066769.852883726"
            },
            {
              "key": "K1",
              "value": "-85206845.68589205"
            },
            {
              "key": "K2",
              "value": "58783894.68407503"
            },
            {
              "key": "K3",
              "value": "65464542.460543305"
            },
            {
              "key": "K1",
              "value": "50382261.44569808"
            },
            {
              "key": "K2",
              "value": "47999149.91270873"
            },
            {
              "key": "K3",
              "value": "-9211652.363619253"
            },
            {
              "key": "K1",
              "value": "-96733690.12489252"
            },
            {
              "key": "K2",
              "value": "11890220.45524694"
            },
            {
              "key": "K3",
              "value": "54208716.87395871"
            },
            {
              "key": "PielikumsRindai11",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"non pariatur occaecat adipisicing\"}"
            },
            {
              "key": "PielikumsRindai25",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"id reprehenderit in eiusmod\"}"
            },
            {
              "key": "CitiDokumenti",
              "value": "[{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}]"
            },
            {
              "key": "NmrKods",
              "value": "non est e",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "false",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "41709096",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "ipsum officia dolor dolore",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2"
          ]
        }
      },
      "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": "Epasts",
              "value": "in ea",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "Talrunis",
              "value": "quis consectetur",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Gads",
              "value": "-88908975",
              "description": "(Required) R1 Perioda gads."
            },
            {
              "key": "Menesis",
              "value": "10",
              "description": "(Required) R2 Perioda mēnesis."
            },
            {
              "key": "Datums",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R3 Periods datums."
            },
            {
              "key": "SamTermins",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
            },
            {
              "key": "Statuss",
              "value": "",
              "description": "(Required) R5 NM statuss."
            },
            {
              "key": "R08",
              "value": "sunt Ut",
              "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
            },
            {
              "key": "R09",
              "value": "laboris dolor",
              "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
            },
            {
              "key": "Sagatavotajs",
              "value": "veniam in ut sit",
              "description": "Sagatavotāja vārds."
            },
            {
              "key": "K1",
              "value": "59149890.17348212"
            },
            {
              "key": "K2",
              "value": "17686005.87638533"
            },
            {
              "key": "K3",
              "value": "31885744.15313092"
            },
            {
              "key": "K1",
              "value": "-24185391.434158638"
            },
            {
              "key": "K2",
              "value": "41715325.544988334"
            },
            {
              "key": "K3",
              "value": "69593330.35170487"
            },
            {
              "key": "K1",
              "value": "34986362.49905181"
            },
            {
              "key": "K2",
              "value": "-56828913.58582771"
            },
            {
              "key": "K3",
              "value": "61233133.569681495"
            },
            {
              "key": "K1",
              "value": "88641725.4275972"
            },
            {
              "key": "K2",
              "value": "-3963428.0101121813"
            },
            {
              "key": "K3",
              "value": "-98924540.2842192"
            },
            {
              "key": "K1",
              "value": "-32299786.816640228"
            },
            {
              "key": "K2",
              "value": "-40440722.015530415"
            },
            {
              "key": "K3",
              "value": "55651926.71609634"
            },
            {
              "key": "K1",
              "value": "-78527178.2803132"
            },
            {
              "key": "K2",
              "value": "-34629291.24637326"
            },
            {
              "key": "K3",
              "value": "26837728.64630209"
            },
            {
              "key": "K1",
              "value": "65604198.66573763"
            },
            {
              "key": "K2",
              "value": "89197037.81155524"
            },
            {
              "key": "K3",
              "value": "98764184.92505485"
            },
            {
              "key": "K1",
              "value": "-47533674.80503128"
            },
            {
              "key": "K2",
              "value": "-8814892.186996385"
            },
            {
              "key": "K3",
              "value": "-99932938.99772708"
            },
            {
              "key": "K1",
              "value": "-69583886.0493505"
            },
            {
              "key": "K2",
              "value": "5144577.794949263"
            },
            {
              "key": "K3",
              "value": "-50365864.27633853"
            },
            {
              "key": "K1",
              "value": "-13664073.111564472"
            },
            {
              "key": "K2",
              "value": "23270941.25585836"
            },
            {
              "key": "K3",
              "value": "-84134604.4486595"
            },
            {
              "key": "K1",
              "value": "-25568381.52525121"
            },
            {
              "key": "K2",
              "value": "-5918985.554699674"
            },
            {
              "key": "K3",
              "value": "-24942374.1506626"
            },
            {
              "key": "K1",
              "value": "36405984.37099522"
            },
            {
              "key": "K2",
              "value": "-28908833.39990218"
            },
            {
              "key": "K3",
              "value": "93335922.90662"
            },
            {
              "key": "K1",
              "value": "-67239876.68609133"
            },
            {
              "key": "K2",
              "value": "-54788139.56742479"
            },
            {
              "key": "K3",
              "value": "-59251539.97524349"
            },
            {
              "key": "K1",
              "value": "81280343.8867819"
            },
            {
              "key": "K2",
              "value": "-84594228.93773519"
            },
            {
              "key": "K3",
              "value": "88065115.37900016"
            },
            {
              "key": "K1",
              "value": "85320694.36813253"
            },
            {
              "key": "K2",
              "value": "31682365.918128237"
            },
            {
              "key": "K3",
              "value": "13066769.852883726"
            },
            {
              "key": "K1",
              "value": "-85206845.68589205"
            },
            {
              "key": "K2",
              "value": "58783894.68407503"
            },
            {
              "key": "K3",
              "value": "65464542.460543305"
            },
            {
              "key": "K1",
              "value": "50382261.44569808"
            },
            {
              "key": "K2",
              "value": "47999149.91270873"
            },
            {
              "key": "K3",
              "value": "-9211652.363619253"
            },
            {
              "key": "K1",
              "value": "-96733690.12489252"
            },
            {
              "key": "K2",
              "value": "11890220.45524694"
            },
            {
              "key": "K3",
              "value": "54208716.87395871"
            },
            {
              "key": "PielikumsRindai11",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"non pariatur occaecat adipisicing\"}"
            },
            {
              "key": "PielikumsRindai25",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"id reprehenderit in eiusmod\"}"
            },
            {
              "key": "CitiDokumenti",
              "value": "[{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}]"
            },
            {
              "key": "NmrKods",
              "value": "non est e",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "false",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "41709096",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "ipsum officia dolor dolore",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2"
          ]
        }
      },
      "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": "Epasts",
              "value": "in ea",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "Talrunis",
              "value": "quis consectetur",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Gads",
              "value": "-88908975",
              "description": "(Required) R1 Perioda gads."
            },
            {
              "key": "Menesis",
              "value": "10",
              "description": "(Required) R2 Perioda mēnesis."
            },
            {
              "key": "Datums",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R3 Periods datums."
            },
            {
              "key": "SamTermins",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
            },
            {
              "key": "Statuss",
              "value": "",
              "description": "(Required) R5 NM statuss."
            },
            {
              "key": "R08",
              "value": "sunt Ut",
              "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
            },
            {
              "key": "R09",
              "value": "laboris dolor",
              "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
            },
            {
              "key": "Sagatavotajs",
              "value": "veniam in ut sit",
              "description": "Sagatavotāja vārds."
            },
            {
              "key": "K1",
              "value": "59149890.17348212"
            },
            {
              "key": "K2",
              "value": "17686005.87638533"
            },
            {
              "key": "K3",
              "value": "31885744.15313092"
            },
            {
              "key": "K1",
              "value": "-24185391.434158638"
            },
            {
              "key": "K2",
              "value": "41715325.544988334"
            },
            {
              "key": "K3",
              "value": "69593330.35170487"
            },
            {
              "key": "K1",
              "value": "34986362.49905181"
            },
            {
              "key": "K2",
              "value": "-56828913.58582771"
            },
            {
              "key": "K3",
              "value": "61233133.569681495"
            },
            {
              "key": "K1",
              "value": "88641725.4275972"
            },
            {
              "key": "K2",
              "value": "-3963428.0101121813"
            },
            {
              "key": "K3",
              "value": "-98924540.2842192"
            },
            {
              "key": "K1",
              "value": "-32299786.816640228"
            },
            {
              "key": "K2",
              "value": "-40440722.015530415"
            },
            {
              "key": "K3",
              "value": "55651926.71609634"
            },
            {
              "key": "K1",
              "value": "-78527178.2803132"
            },
            {
              "key": "K2",
              "value": "-34629291.24637326"
            },
            {
              "key": "K3",
              "value": "26837728.64630209"
            },
            {
              "key": "K1",
              "value": "65604198.66573763"
            },
            {
              "key": "K2",
              "value": "89197037.81155524"
            },
            {
              "key": "K3",
              "value": "98764184.92505485"
            },
            {
              "key": "K1",
              "value": "-47533674.80503128"
            },
            {
              "key": "K2",
              "value": "-8814892.186996385"
            },
            {
              "key": "K3",
              "value": "-99932938.99772708"
            },
            {
              "key": "K1",
              "value": "-69583886.0493505"
            },
            {
              "key": "K2",
              "value": "5144577.794949263"
            },
            {
              "key": "K3",
              "value": "-50365864.27633853"
            },
            {
              "key": "K1",
              "value": "-13664073.111564472"
            },
            {
              "key": "K2",
              "value": "23270941.25585836"
            },
            {
              "key": "K3",
              "value": "-84134604.4486595"
            },
            {
              "key": "K1",
              "value": "-25568381.52525121"
            },
            {
              "key": "K2",
              "value": "-5918985.554699674"
            },
            {
              "key": "K3",
              "value": "-24942374.1506626"
            },
            {
              "key": "K1",
              "value": "36405984.37099522"
            },
            {
              "key": "K2",
              "value": "-28908833.39990218"
            },
            {
              "key": "K3",
              "value": "93335922.90662"
            },
            {
              "key": "K1",
              "value": "-67239876.68609133"
            },
            {
              "key": "K2",
              "value": "-54788139.56742479"
            },
            {
              "key": "K3",
              "value": "-59251539.97524349"
            },
            {
              "key": "K1",
              "value": "81280343.8867819"
            },
            {
              "key": "K2",
              "value": "-84594228.93773519"
            },
            {
              "key": "K3",
              "value": "88065115.37900016"
            },
            {
              "key": "K1",
              "value": "85320694.36813253"
            },
            {
              "key": "K2",
              "value": "31682365.918128237"
            },
            {
              "key": "K3",
              "value": "13066769.852883726"
            },
            {
              "key": "K1",
              "value": "-85206845.68589205"
            },
            {
              "key": "K2",
              "value": "58783894.68407503"
            },
            {
              "key": "K3",
              "value": "65464542.460543305"
            },
            {
              "key": "K1",
              "value": "50382261.44569808"
            },
            {
              "key": "K2",
              "value": "47999149.91270873"
            },
            {
              "key": "K3",
              "value": "-9211652.363619253"
            },
            {
              "key": "K1",
              "value": "-96733690.12489252"
            },
            {
              "key": "K2",
              "value": "11890220.45524694"
            },
            {
              "key": "K3",
              "value": "54208716.87395871"
            },
            {
              "key": "PielikumsRindai11",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"non pariatur occaecat adipisicing\"}"
            },
            {
              "key": "PielikumsRindai25",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"id reprehenderit in eiusmod\"}"
            },
            {
              "key": "CitiDokumenti",
              "value": "[{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}]"
            },
            {
              "key": "NmrKods",
              "value": "non est e",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "false",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "41709096",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "ipsum officia dolor dolore",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2"
          ]
        }
      },
      "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": "Epasts",
              "value": "in ea",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "Talrunis",
              "value": "quis consectetur",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Gads",
              "value": "-88908975",
              "description": "(Required) R1 Perioda gads."
            },
            {
              "key": "Menesis",
              "value": "10",
              "description": "(Required) R2 Perioda mēnesis."
            },
            {
              "key": "Datums",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R3 Periods datums."
            },
            {
              "key": "SamTermins",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
            },
            {
              "key": "Statuss",
              "value": "",
              "description": "(Required) R5 NM statuss."
            },
            {
              "key": "R08",
              "value": "sunt Ut",
              "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
            },
            {
              "key": "R09",
              "value": "laboris dolor",
              "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
            },
            {
              "key": "Sagatavotajs",
              "value": "veniam in ut sit",
              "description": "Sagatavotāja vārds."
            },
            {
              "key": "K1",
              "value": "59149890.17348212"
            },
            {
              "key": "K2",
              "value": "17686005.87638533"
            },
            {
              "key": "K3",
              "value": "31885744.15313092"
            },
            {
              "key": "K1",
              "value": "-24185391.434158638"
            },
            {
              "key": "K2",
              "value": "41715325.544988334"
            },
            {
              "key": "K3",
              "value": "69593330.35170487"
            },
            {
              "key": "K1",
              "value": "34986362.49905181"
            },
            {
              "key": "K2",
              "value": "-56828913.58582771"
            },
            {
              "key": "K3",
              "value": "61233133.569681495"
            },
            {
              "key": "K1",
              "value": "88641725.4275972"
            },
            {
              "key": "K2",
              "value": "-3963428.0101121813"
            },
            {
              "key": "K3",
              "value": "-98924540.2842192"
            },
            {
              "key": "K1",
              "value": "-32299786.816640228"
            },
            {
              "key": "K2",
              "value": "-40440722.015530415"
            },
            {
              "key": "K3",
              "value": "55651926.71609634"
            },
            {
              "key": "K1",
              "value": "-78527178.2803132"
            },
            {
              "key": "K2",
              "value": "-34629291.24637326"
            },
            {
              "key": "K3",
              "value": "26837728.64630209"
            },
            {
              "key": "K1",
              "value": "65604198.66573763"
            },
            {
              "key": "K2",
              "value": "89197037.81155524"
            },
            {
              "key": "K3",
              "value": "98764184.92505485"
            },
            {
              "key": "K1",
              "value": "-47533674.80503128"
            },
            {
              "key": "K2",
              "value": "-8814892.186996385"
            },
            {
              "key": "K3",
              "value": "-99932938.99772708"
            },
            {
              "key": "K1",
              "value": "-69583886.0493505"
            },
            {
              "key": "K2",
              "value": "5144577.794949263"
            },
            {
              "key": "K3",
              "value": "-50365864.27633853"
            },
            {
              "key": "K1",
              "value": "-13664073.111564472"
            },
            {
              "key": "K2",
              "value": "23270941.25585836"
            },
            {
              "key": "K3",
              "value": "-84134604.4486595"
            },
            {
              "key": "K1",
              "value": "-25568381.52525121"
            },
            {
              "key": "K2",
              "value": "-5918985.554699674"
            },
            {
              "key": "K3",
              "value": "-24942374.1506626"
            },
            {
              "key": "K1",
              "value": "36405984.37099522"
            },
            {
              "key": "K2",
              "value": "-28908833.39990218"
            },
            {
              "key": "K3",
              "value": "93335922.90662"
            },
            {
              "key": "K1",
              "value": "-67239876.68609133"
            },
            {
              "key": "K2",
              "value": "-54788139.56742479"
            },
            {
              "key": "K3",
              "value": "-59251539.97524349"
            },
            {
              "key": "K1",
              "value": "81280343.8867819"
            },
            {
              "key": "K2",
              "value": "-84594228.93773519"
            },
            {
              "key": "K3",
              "value": "88065115.37900016"
            },
            {
              "key": "K1",
              "value": "85320694.36813253"
            },
            {
              "key": "K2",
              "value": "31682365.918128237"
            },
            {
              "key": "K3",
              "value": "13066769.852883726"
            },
            {
              "key": "K1",
              "value": "-85206845.68589205"
            },
            {
              "key": "K2",
              "value": "58783894.68407503"
            },
            {
              "key": "K3",
              "value": "65464542.460543305"
            },
            {
              "key": "K1",
              "value": "50382261.44569808"
            },
            {
              "key": "K2",
              "value": "47999149.91270873"
            },
            {
              "key": "K3",
              "value": "-9211652.363619253"
            },
            {
              "key": "K1",
              "value": "-96733690.12489252"
            },
            {
              "key": "K2",
              "value": "11890220.45524694"
            },
            {
              "key": "K3",
              "value": "54208716.87395871"
            },
            {
              "key": "PielikumsRindai11",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"non pariatur occaecat adipisicing\"}"
            },
            {
              "key": "PielikumsRindai25",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"id reprehenderit in eiusmod\"}"
            },
            {
              "key": "CitiDokumenti",
              "value": "[{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}]"
            },
            {
              "key": "NmrKods",
              "value": "non est e",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "false",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "41709096",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "ipsum officia dolor dolore",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2"
          ]
        }
      },
      "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": "Epasts",
              "value": "in ea",
              "description": "(Required) Epasta adrese."
            },
            {
              "key": "Talrunis",
              "value": "quis consectetur",
              "description": "(Required) Iesniedzēja tālrunis."
            },
            {
              "key": "Gads",
              "value": "-88908975",
              "description": "(Required) R1 Perioda gads."
            },
            {
              "key": "Menesis",
              "value": "10",
              "description": "(Required) R2 Perioda mēnesis."
            },
            {
              "key": "Datums",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R3 Periods datums."
            },
            {
              "key": "SamTermins",
              "value": "2000-01-31T00:00:00",
              "description": "(Required) R4 Likuma \"Par akcīzes nodokli\" 23.pantā noteiktais nodokļa samaksas termiņš."
            },
            {
              "key": "Statuss",
              "value": "",
              "description": "(Required) R5 NM statuss."
            },
            {
              "key": "R08",
              "value": "sunt Ut",
              "description": "(Required) R8 nodokļa maksātāja akcīzes identifikācijas numurs."
            },
            {
              "key": "R09",
              "value": "laboris dolor",
              "description": "(Required) R9 noliktavas akcīzes identifikācijas numurs."
            },
            {
              "key": "Sagatavotajs",
              "value": "veniam in ut sit",
              "description": "Sagatavotāja vārds."
            },
            {
              "key": "K1",
              "value": "59149890.17348212"
            },
            {
              "key": "K2",
              "value": "17686005.87638533"
            },
            {
              "key": "K3",
              "value": "31885744.15313092"
            },
            {
              "key": "K1",
              "value": "-24185391.434158638"
            },
            {
              "key": "K2",
              "value": "41715325.544988334"
            },
            {
              "key": "K3",
              "value": "69593330.35170487"
            },
            {
              "key": "K1",
              "value": "34986362.49905181"
            },
            {
              "key": "K2",
              "value": "-56828913.58582771"
            },
            {
              "key": "K3",
              "value": "61233133.569681495"
            },
            {
              "key": "K1",
              "value": "88641725.4275972"
            },
            {
              "key": "K2",
              "value": "-3963428.0101121813"
            },
            {
              "key": "K3",
              "value": "-98924540.2842192"
            },
            {
              "key": "K1",
              "value": "-32299786.816640228"
            },
            {
              "key": "K2",
              "value": "-40440722.015530415"
            },
            {
              "key": "K3",
              "value": "55651926.71609634"
            },
            {
              "key": "K1",
              "value": "-78527178.2803132"
            },
            {
              "key": "K2",
              "value": "-34629291.24637326"
            },
            {
              "key": "K3",
              "value": "26837728.64630209"
            },
            {
              "key": "K1",
              "value": "65604198.66573763"
            },
            {
              "key": "K2",
              "value": "89197037.81155524"
            },
            {
              "key": "K3",
              "value": "98764184.92505485"
            },
            {
              "key": "K1",
              "value": "-47533674.80503128"
            },
            {
              "key": "K2",
              "value": "-8814892.186996385"
            },
            {
              "key": "K3",
              "value": "-99932938.99772708"
            },
            {
              "key": "K1",
              "value": "-69583886.0493505"
            },
            {
              "key": "K2",
              "value": "5144577.794949263"
            },
            {
              "key": "K3",
              "value": "-50365864.27633853"
            },
            {
              "key": "K1",
              "value": "-13664073.111564472"
            },
            {
              "key": "K2",
              "value": "23270941.25585836"
            },
            {
              "key": "K3",
              "value": "-84134604.4486595"
            },
            {
              "key": "K1",
              "value": "-25568381.52525121"
            },
            {
              "key": "K2",
              "value": "-5918985.554699674"
            },
            {
              "key": "K3",
              "value": "-24942374.1506626"
            },
            {
              "key": "K1",
              "value": "36405984.37099522"
            },
            {
              "key": "K2",
              "value": "-28908833.39990218"
            },
            {
              "key": "K3",
              "value": "93335922.90662"
            },
            {
              "key": "K1",
              "value": "-67239876.68609133"
            },
            {
              "key": "K2",
              "value": "-54788139.56742479"
            },
            {
              "key": "K3",
              "value": "-59251539.97524349"
            },
            {
              "key": "K1",
              "value": "81280343.8867819"
            },
            {
              "key": "K2",
              "value": "-84594228.93773519"
            },
            {
              "key": "K3",
              "value": "88065115.37900016"
            },
            {
              "key": "K1",
              "value": "85320694.36813253"
            },
            {
              "key": "K2",
              "value": "31682365.918128237"
            },
            {
              "key": "K3",
              "value": "13066769.852883726"
            },
            {
              "key": "K1",
              "value": "-85206845.68589205"
            },
            {
              "key": "K2",
              "value": "58783894.68407503"
            },
            {
              "key": "K3",
              "value": "65464542.460543305"
            },
            {
              "key": "K1",
              "value": "50382261.44569808"
            },
            {
              "key": "K2",
              "value": "47999149.91270873"
            },
            {
              "key": "K3",
              "value": "-9211652.363619253"
            },
            {
              "key": "K1",
              "value": "-96733690.12489252"
            },
            {
              "key": "K2",
              "value": "11890220.45524694"
            },
            {
              "key": "K3",
              "value": "54208716.87395871"
            },
            {
              "key": "PielikumsRindai11",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"non pariatur occaecat adipisicing\"}"
            },
            {
              "key": "PielikumsRindai25",
              "value": "{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"id reprehenderit in eiusmod\"}"
            },
            {
              "key": "CitiDokumenti",
              "value": "[{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},{\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}]"
            },
            {
              "key": "NmrKods",
              "value": "non est e",
              "description": "Nodokļu maksātāja kods."
            },
            {
              "key": "Precizejums",
              "value": "false",
              "description": "Vai dokuments ir precizējums."
            },
            {
              "key": "PrecizejamaisDokuments",
              "value": "41709096",
              "description": "Precizējamā dokumenta numurs."
            },
            {
              "key": "PrecizejumaPamatojums",
              "value": "ipsum officia dolor dolore",
              "description": "Precizējuma pamatojums."
            }
          ]
        },
        "url": {
          "raw": "{{baseUrl}}/api/doc/ankbv2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ankbv2"
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}