working put
This commit is contained in:
@@ -10,6 +10,7 @@ service DataProcessor {
|
||||
service Adresar {
|
||||
rpc CreateAdresar (AdresarRequest) returns (AdresarResponse);
|
||||
rpc GetAdresar (GetAdresarRequest) returns (AdresarResponse);
|
||||
rpc UpdateAdresar (UpdateAdresarRequest) returns (AdresarResponse);
|
||||
}
|
||||
|
||||
message GetAdresarRequest {
|
||||
@@ -53,6 +54,25 @@ message AdresarResponse {
|
||||
string fax = 16;
|
||||
}
|
||||
|
||||
message UpdateAdresarRequest {
|
||||
int64 id = 1; // The ID of the Adresar entry to update
|
||||
string firma = 2;
|
||||
string kz = 3;
|
||||
string drc = 4;
|
||||
string ulica = 5;
|
||||
string psc = 6;
|
||||
string mesto = 7;
|
||||
string stat = 8;
|
||||
string banka = 9;
|
||||
string ucet = 10;
|
||||
string skladm = 11;
|
||||
string ico = 12;
|
||||
string kontakt = 13;
|
||||
string telefon = 14;
|
||||
string skladu = 15;
|
||||
string fax = 16;
|
||||
}
|
||||
|
||||
message DataRequest {
|
||||
string data = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user