docs of get by position now working
This commit is contained in:
26
server/src/tables_data/docs/get_by_position.txt
Normal file
26
server/src/tables_data/docs/get_by_position.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
grpcurl -plaintext -d '{
|
||||
"profile_name": "default",
|
||||
"table_name": "2025_adresar",
|
||||
"position": 1
|
||||
}' localhost:50051 multieko2.tables_data.TablesData/GetTableDataByPosition
|
||||
{
|
||||
"data": {
|
||||
"banka": "New Banka",
|
||||
"deleted": "false",
|
||||
"drc": "New DRC",
|
||||
"fax": "New Fax",
|
||||
"firma": "New Firma",
|
||||
"ico": "New ICO",
|
||||
"id": "2",
|
||||
"kontakt": "New Kontakt",
|
||||
"kz": "New KZ",
|
||||
"mesto": "New Mesto",
|
||||
"psc": "New PSC",
|
||||
"skladm": "New Skladm",
|
||||
"skladu": "New Skladu",
|
||||
"stat": "New Stat",
|
||||
"telefon": "New Telefon",
|
||||
"ucet": "New Ucet",
|
||||
"ulica": "New Ulica"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user