get docs
This commit is contained in:
@@ -1,3 +1,26 @@
|
|||||||
|
❯ grpcurl -plaintext -d '{}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvoCount
|
||||||
|
|
||||||
|
{
|
||||||
|
"count": "4"
|
||||||
|
}
|
||||||
|
❯ grpcurl -plaintext -d '{
|
||||||
|
"position": 2
|
||||||
|
}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvoByPosition
|
||||||
|
|
||||||
|
{
|
||||||
|
"id": "2",
|
||||||
|
"adresarId": "1",
|
||||||
|
"cDokladu": "DOC123",
|
||||||
|
"datum": "01.10.2023",
|
||||||
|
"cFaktury": "INV123",
|
||||||
|
"obsah": "Sample content",
|
||||||
|
"stredisko": "Center A",
|
||||||
|
"cUctu": "ACC123",
|
||||||
|
"md": "MD123",
|
||||||
|
"identif": "ID123",
|
||||||
|
"poznanka": "Sample note",
|
||||||
|
"firma": "AAA"
|
||||||
|
}
|
||||||
❯ grpcurl -plaintext -d '{
|
❯ grpcurl -plaintext -d '{
|
||||||
"id": 1
|
"id": 1
|
||||||
}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvo
|
}' localhost:50051 multieko2.uctovnictvo.Uctovnictvo/GetUctovnictvo
|
||||||
|
|||||||
Reference in New Issue
Block a user