ApexERPHost

<back to all web services

SaveHRBank

ინახავს ბანკს ბანკების ცხრილში

Requires Authentication
The following routes are available for this service:
POST/HR/Bank
SaveHRBank Parameters:
NameParameterData TypeRequiredDescription
BankbodyBankNoბანკი
Bank Parameters:
NameParameterData TypeRequiredDescription
CodeIdformintNo
UnidformGuidNo
CityIdformintNo
HnameformstringNo
HnameeformstringNo
Mgridformint?No
AddressformstringNo
BikformstringNo
HccrtformstringNo
AccformstringNo
DefvalformboolNo
CrtimeformDateTime?No
CanceledformboolNo
HrclvlformintNo
CityNformstringNo
CountryNformstringNo
SaveHRBankResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .x-protobuf suffix or ?format=x-protobuf

HTTP + X-PROTOBUF

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /HR/Bank HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
Content-Type: application/x-protobuf
Content-Length: length

{"Bank":{"CodeId":0,"Unid":"00000000000000000000000000000000","CityId":0,"Hname":"String","Hnamee":"String","Mgrid":0,"Address":"String","Bik":"String","Hccrt":"String","Acc":"String","Defval":false,"Crtime":"\/Date(-62135596800000-0000)\/","Canceled":false,"Hrclvl":0,"CityN":"String","CountryN":"String"}}
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":0}