Objective-C / EDS API / Izveidot dokumentu "Akcīzes nodokļa aprēķins (likmju maiņas gadījumā)".
Back to Collection Items
#import <CkoHttp.h>
#import <CkoHttpRequest.h>
#import <CkoJsonObject.h>
#import <CkoHttpResponse.h>
#import <CkoStringBuilder.h>
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkoHttp *http = [[CkoHttp alloc] init];
BOOL success;
CkoHttpRequest *req = [[CkoHttpRequest alloc] init];
[req AddParam: @"Talrunis" value: @"officia"];
[req AddParam: @"Epasts" value: @"sed Duis ipsum velit"];
[req AddParam: @"NmVeids" value: @"consectetur eiusmod"];
[req AddParam: @"Sagatavotajs" value: @"in dolor fugiat"];
[req AddParam: @"LikmesDatums" value: @"2000-01-31T00:00:00"];
[req AddParam: @"PrecuGrupas" value: @"Lorem ipsum in eiusmod Duis"];
[req AddParam: @"InvDatums" value: @"2000-01-31T00:00:00"];
[req AddParam: @"MaksTermins" value: @"2000-01-31T00:00:00"];
[req AddParam: @"NmAkcNumuri" value: @"exercitation proident amet minim"];
CkoJsonObject *jsonParam10 = [[CkoJsonObject alloc] init];
[jsonParam10 UpdateInt: @"LikmeId" value: [NSNumber numberWithInt: 19045861]];
[jsonParam10 UpdateString: @"Kods" value: @"ea eiusmod minim"];
[jsonParam10 UpdateNumber: @"K3" numericStr: @"99072710.93324569"];
[jsonParam10 UpdateNumber: @"K4" numericStr: @"-52288543.80061416"];
[req AddParam: @"Tabula" value: [jsonParam10 Emit]];
CkoJsonObject *jsonParam11 = [[CkoJsonObject alloc] init];
[jsonParam11 UpdateInt: @"LikmeId" value: [NSNumber numberWithInt: 58464960]];
[jsonParam11 UpdateString: @"Kods" value: @"incididunt ad elit dolore"];
[jsonParam11 UpdateNumber: @"K3" numericStr: @"-66438685.93992628"];
[jsonParam11 UpdateNumber: @"K4" numericStr: @"-76963244.11346848"];
[req AddParam: @"Tabula" value: [jsonParam11 Emit]];
CkoJsonObject *jsonParam12 = [[CkoJsonObject alloc] init];
[jsonParam12 UpdateString: @"Dokuments" value: @"tempor reprehenderit"];
[jsonParam12 UpdateString: @"Fails.value" value: @"<Error: Too many levels of nesting to fake this schema>"];
[jsonParam12 UpdateString: @"Komentars" value: @"ex ullamco sint dolor"];
[req AddParam: @"Pielikumi" value: [jsonParam12 Emit]];
CkoJsonObject *jsonParam13 = [[CkoJsonObject alloc] init];
[jsonParam13 UpdateString: @"Dokuments" value: @"incididunt"];
[jsonParam13 UpdateString: @"Fails.value" value: @"<Error: Too many levels of nesting to fake this schema>"];
[jsonParam13 UpdateString: @"Komentars" value: @"quis deserunt est laboris"];
[req AddParam: @"Pielikumi" value: [jsonParam13 Emit]];
[req AddParam: @"NmrKods" value: @"in"];
[req AddParam: @"Precizejums" value: @"false"];
[req AddParam: @"PrecizejamaisDokuments" value: @"-79541863"];
[req AddParam: @"PrecizejumaPamatojums" value: @"Lorem ut sed"];
[req AddHeader: @"Accept" value: @"application/json"];
CkoHttpResponse *resp = [http PostUrlEncoded: @"https://eds.vid.gov.lv/api/doc/aniav3" req: req];
if (http.LastMethodSuccess == NO) {
NSLog(@"%@",http.LastErrorText);
return;
}
CkoStringBuilder *sbResponseBody = [[CkoStringBuilder alloc] init];
[resp GetBodySb: sbResponseBody];
CkoJsonObject *jResp = [[CkoJsonObject alloc] init];
[jResp LoadSb: sbResponseBody];
jResp.EmitCompact = NO;
NSLog(@"%@",@"Response Body:");
NSLog(@"%@",[jResp Emit]);
int respStatusCode = [resp.StatusCode intValue];
NSLog(@"%@%d",@"Response Status Code = ",respStatusCode);
if (respStatusCode >= 400) {
NSLog(@"%@",@"Response Header:");
NSLog(@"%@",resp.Header);
NSLog(@"%@",@"Failed.");
return;
}
Curl Command
curl -X POST
-H "Content-Type: application/x-www-form-urlencoded"
-H "Accept: application/json"
--data-urlencode 'Talrunis=officia'
--data-urlencode 'Epasts=sed Duis ipsum velit'
--data-urlencode 'NmVeids=consectetur eiusmod'
--data-urlencode 'Sagatavotajs=in dolor fugiat'
--data-urlencode 'LikmesDatums=2000-01-31T00:00:00'
--data-urlencode 'PrecuGrupas=Lorem ipsum in eiusmod Duis'
--data-urlencode 'InvDatums=2000-01-31T00:00:00'
--data-urlencode 'MaksTermins=2000-01-31T00:00:00'
--data-urlencode 'NmAkcNumuri=exercitation proident amet minim'
--data-urlencode 'Tabula={"LikmeId":19045861,"Kods":"ea eiusmod minim","K3":99072710.93324569,"K4":-52288543.80061416}'
--data-urlencode 'Tabula={"LikmeId":58464960,"Kods":"incididunt ad elit dolore","K3":-66438685.93992628,"K4":-76963244.11346848}'
--data-urlencode 'Pielikumi={"Dokuments":"tempor reprehenderit","Fails":{"value":"<Error: Too many levels of nesting to fake this schema>"},"Komentars":"ex ullamco sint dolor"}'
--data-urlencode 'Pielikumi={"Dokuments":"incididunt","Fails":{"value":"<Error: Too many levels of nesting to fake this schema>"},"Komentars":"quis deserunt est laboris"}'
--data-urlencode 'NmrKods=in'
--data-urlencode 'Precizejums=false'
--data-urlencode 'PrecizejamaisDokuments=-79541863'
--data-urlencode 'PrecizejumaPamatojums=Lorem ut sed'
https://eds.vid.gov.lv/api/doc/aniav3
Postman Collection Item JSON
{
"name": "Izveidot dokumentu \"Akcīzes nodokļa aprēķins (likmju maiņas gadījumā)\".",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "officia",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "sed Duis ipsum velit",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "consectetur eiusmod",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "in dolor fugiat",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "Lorem ipsum in eiusmod Duis",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "exercitation proident amet minim",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":19045861,\"Kods\":\"ea eiusmod minim\",\"K3\":99072710.93324569,\"K4\":-52288543.80061416}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":58464960,\"Kods\":\"incididunt ad elit dolore\",\"K3\":-66438685.93992628,\"K4\":-76963244.11346848}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"tempor reprehenderit\",\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"ex ullamco sint dolor\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"incididunt\",\"Fails\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Komentars\":\"quis deserunt est laboris\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "in",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "false",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-79541863",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "Lorem ut sed",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "cul",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "Ut eu q",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "dolore Ut dolor sint",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "anim",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "aute incididunt",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "Ut mollit in ex sed",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "sunt ut ad",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "true",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-3355090",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "dolore ex ut",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "-12855709"
},
{
"name": "Pieprasījuma dati ir kļūdaini.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "cul",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "Ut eu q",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "dolore Ut dolor sint",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "anim",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "aute incididunt",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "Ut mollit in ex sed",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "sunt ut ad",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "true",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-3355090",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "dolore ex ut",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "Lietotājs nav autentificēts.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "cul",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "Ut eu q",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "dolore Ut dolor sint",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "anim",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "aute incididunt",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "Ut mollit in ex sed",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "sunt ut ad",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "true",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-3355090",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "dolore ex ut",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "Lietotājam nav tiesību veikt šo darbību.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "cul",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "Ut eu q",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "dolore Ut dolor sint",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "anim",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "aute incididunt",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "Ut mollit in ex sed",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "sunt ut ad",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "true",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-3355090",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "dolore ex ut",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "Dokumenta unikalitātes ierobežojums. Dokuments par norādīto periodu jau izveidots. Lai izveidotu atkārtoti, izmantojiet jaunu drošības talonu.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "cul",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "Ut eu q",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "dolore Ut dolor sint",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "anim",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "aute incididunt",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "Ut mollit in ex sed",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "sunt ut ad",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "true",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-3355090",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "dolore ex ut",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"status": "Conflict",
"code": 409,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "Pārsniegts izsaukumu skaita ierobežojums.",
"originalRequest": {
"method": "POST",
"header": [
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "Talrunis",
"value": "cul",
"description": "(Required) Iesniedzēja tālrunis."
},
{
"key": "Epasts",
"value": "Ut eu q",
"description": "(Required) Epasta adrese."
},
{
"key": "NmVeids",
"value": "dolore Ut dolor sint",
"description": "(Required) Nodokļa maksātāja veids."
},
{
"key": "Sagatavotajs",
"value": "anim",
"description": "Sagatavotāja vārds, uzvārds."
},
{
"key": "LikmesDatums",
"value": "2000-01-31T00:00:00",
"description": "Nodokļa likmes datums."
},
{
"key": "PrecuGrupas",
"value": "aute incididunt",
"description": "Nodokļa likmes preču grupas kods."
},
{
"key": "InvDatums",
"value": "2000-01-31T00:00:00",
"description": "Inventarizācijas datums."
},
{
"key": "MaksTermins",
"value": "2000-01-31T00:00:00",
"description": "Maksāšanas termiņš."
},
{
"key": "NmAkcNumuri",
"value": "Ut mollit in ex sed",
"description": "Nodokļa maksātāja licences."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":36595467,\"Kods\":\"Lorem \",\"K3\":8035602.526792958,\"K4\":-15821692.419058532}",
"description": "Dokumenta rindas."
},
{
"key": "Tabula",
"value": "{\"LikmeId\":-81895303,\"Kods\":\"enim amet\",\"K3\":-41971694.69063775,\"K4\":85874129.78431109}",
"description": "Dokumenta rindas."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"in proident\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"Duis ipsum elit veniam\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "Pielikumi",
"value": "{\"Dokuments\":\"mollit Lorem\",\"Fails\":{\"Nosaukums\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"Saturs\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}},\"Komentars\":\"ex velit\"}",
"description": "Pievienotie attaisnojuma dokumenti."
},
{
"key": "NmrKods",
"value": "sunt ut ad",
"description": "Nodokļu maksātāja kods."
},
{
"key": "Precizejums",
"value": "true",
"description": "Vai dokuments ir precizējums."
},
{
"key": "PrecizejamaisDokuments",
"value": "-3355090",
"description": "Precizējamā dokumenta numurs."
},
{
"key": "PrecizejumaPamatojums",
"value": "dolore ex ut",
"description": "Precizējuma pamatojums."
}
]
},
"url": {
"raw": "{{baseUrl}}/api/doc/aniav3",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"doc",
"aniav3"
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
}
]
}