Swift3 / EDS API / Izveidot dokumentu "Kafijas un bezalkoholisko dzērienu akcīzes nodokļa deklarācija".
Back to Collection Items
func chilkatTest() {
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
let http = CkoHttp()!
var success: Bool
let req = CkoHttpRequest()!
req.addParam("Epasts", value: "reprehenderit")
req.addParam("Talrunis", value: "")
req.addParam("Gads", value: "19484896")
req.addParam("Menesis", value: "1")
req.addParam("Datums", value: "2000-01-31T00:00:00")
req.addParam("SamTermins", value: "2000-01-31T00:00:00")
req.addParam("Statuss", value: "pariatur nostrud irure ex dolore")
req.addParam("R08", value: "ut fugiat")
req.addParam("R09", value: "laborum moll")
req.addParam("Sagatavotajs", value: "ipsum in exercitation")
req.addParam("K1", value: "-18744621.75476648")
req.addParam("K2", value: "66001687.64448723")
req.addParam("K3", value: "47969892.03309175")
req.addParam("K1", value: "-84323041.96018116")
req.addParam("K2", value: "-76940243.12667231")
req.addParam("K3", value: "-41112659.50840606")
req.addParam("K1", value: "46264160.92348099")
req.addParam("K2", value: "44545616.16336274")
req.addParam("K3", value: "65733250.47969526")
req.addParam("K1", value: "-78679331.06815928")
req.addParam("K2", value: "-24917585.712030515")
req.addParam("K3", value: "-29311501.091061175")
req.addParam("K1", value: "18197995.68939735")
req.addParam("K2", value: "28639600.811022088")
req.addParam("K3", value: "-25238215.410085246")
req.addParam("K1", value: "-17635051.83169976")
req.addParam("K2", value: "-97280217.70835862")
req.addParam("K3", value: "-77516156.17455423")
req.addParam("K1", value: "72023361.10935658")
req.addParam("K2", value: "18588360.354098514")
req.addParam("K3", value: "-86442615.2424985")
req.addParam("K1", value: "-58178816.494427465")
req.addParam("K2", value: "20668136.43545431")
req.addParam("K3", value: "-84524528.05957851")
req.addParam("K1", value: "71501484.23896682")
req.addParam("K2", value: "-96138356.04956962")
req.addParam("K3", value: "-35879139.237774946")
req.addParam("K1", value: "-35130520.90232947")
req.addParam("K2", value: "-1932654.984259978")
req.addParam("K3", value: "53461475.28660819")
req.addParam("K1", value: "26780305.651077226")
req.addParam("K2", value: "39333461.03487772")
req.addParam("K3", value: "14528519.190803245")
req.addParam("K1", value: "-3046409.571048647")
req.addParam("K2", value: "36210056.53376734")
req.addParam("K3", value: "36331848.05762926")
req.addParam("K1", value: "-68240910.23127687")
req.addParam("K2", value: "89514624.3054061")
req.addParam("K3", value: "-74905823.11638948")
req.addParam("K1", value: "-1434795.9437219352")
req.addParam("K2", value: "-45336052.59789915")
req.addParam("K3", value: "26991403.116503283")
req.addParam("K1", value: "-49540507.00794661")
req.addParam("K2", value: "-82544449.88092801")
req.addParam("K3", value: "44989166.7590211")
req.addParam("K1", value: "-70666950.37788744")
req.addParam("K2", value: "29355636.76426752")
req.addParam("K3", value: "76512936.76320222")
req.addParam("K1", value: "33682068.1783791")
req.addParam("K2", value: "-2159095.2758674324")
req.addParam("K3", value: "-70440259.27132952")
req.addParam("K1", value: "-96984195.18419068")
req.addParam("K2", value: "78857027.38013384")
req.addParam("K3", value: "-54527496.636993125")
let jsonParam65 = CkoJsonObject()!
jsonParam65.update("Fails.value", value: "<Error: Too many levels of nesting to fake this schema>")
jsonParam65.update("Komentars.value", value: "<Error: Too many levels of nesting to fake this schema>")
req.addParam("PielikumsRindai11", value: jsonParam65.emit())
let jsonParam66 = CkoJsonObject()!
jsonParam66.update("Fails.value", value: "<Error: Too many levels of nesting to fake this schema>")
jsonParam66.update("Komentars.value", value: "<Error: Too many levels of nesting to fake this schema>")
req.addParam("PielikumsRindai25", value: jsonParam66.emit())
let jsonParam67 = CkoJsonArray()!
jsonParam67.addObject(at: -1)
var jsonObj_1: CkoJsonObject? = jsonParam67.object(at: jsonParam67.size.intValue - 1)
jsonObj_1!.update("value", value: "<Error: Too many levels of nesting to fake this schema>")
jsonObj_1 = nil
jsonParam67.addObject(at: -1)
jsonObj_1 = jsonParam67.object(at: jsonParam67.size.intValue - 1)
jsonObj_1!.update("value", value: "<Error: Too many levels of nesting to fake this schema>")
jsonObj_1 = nil
req.addParam("CitiDokumenti", value: jsonParam67.emit())
req.addParam("NmrKods", value: "te")
req.addParam("Precizejums", value: "false")
req.addParam("PrecizejamaisDokuments", value: "7899324")
req.addParam("PrecizejumaPamatojums", value: "non culpa commodo do")
req.addHeader("Accept", value: "application/json")
var resp: CkoHttpResponse? = http.postUrlEncoded("https://eds.vid.gov.lv/api/doc/ankbv2", req: req)
if http.lastMethodSuccess == false {
print("\(http.lastErrorText!)")
return
}
let sbResponseBody = CkoStringBuilder()!
resp!.getBodySb(sbResponseBody)
let jResp = CkoJsonObject()!
jResp.loadSb(sbResponseBody)
jResp.emitCompact = false
print("Response Body:")
print("\(jResp.emit()!)")
var respStatusCode: Int = resp!.statusCode.intValue
print("Response Status Code = \(respStatusCode)")
if respStatusCode >= 400 {
print("Response Header:")
print("\(resp!.header!)")
print("Failed.")
resp = nil
return
}
resp = nil
}
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": ""
}
]
}