ApexERPHost

<back to all web services

CrmBranchAccountsQuery

Requires Authentication
The following routes are available for this service:
GET/Crm/Accounts/Query
CrmBranchAccountsQuery Parameters:
NameParameterData TypeRequiredDescription
AccTypequeryint?No
OnlyNotBoundqueryboolNo
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
CrmAccountView Parameters:
NameParameterData TypeRequiredDescription
AccformstringNo
CardformstringNo
Lapformbool?No
acc_neformstringNo
Acc_nuformstringNo
AccAltformstringNo
lQuantitativeformboolNo
Spendformbool?No
LOffformbool?No
Recalcformbool?No
unidformGuidNo
AccountDetailsaddressformstringNo
AccountDetailsjur_addressformstringNo
AccountDetailssnformstringNo
AccountDetailsowner_nameformstringNo
CurrencyCurrency_CodeformstringNo
Date_StartformDateTimeNo
Date_EndformDateTime?No
CurrencyCurrency_IdformstringNo
CurrencyCurrency_nuformstringNo
AccountDetailsdata_typeformint?No
Place_idformint?No
prsIDformint?No
Clients_idformstringNo
AccountsformstringNo
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<T>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo

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.

GET /Crm/Accounts/Query HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"Offset":0,"Total":0,"Results":[{"Acc":"String","Card":"String","Lap":false,"acc_ne":"String","Acc_nu":"String","AccAlt":"String","lQuantitative":false,"Spend":false,"LOff":false,"Recalc":false,"unid":"00000000000000000000000000000000","AccountDetailsaddress":"String","AccountDetailsjur_address":"String","AccountDetailssn":"String","AccountDetailsowner_name":"String","CurrencyCurrency_Code":"String","Date_Start":"\/Date(-62135596800000-0000)\/","Date_End":"\/Date(-62135596800000-0000)\/","CurrencyCurrency_Id":"String","CurrencyCurrency_nu":"String","AccountDetailsdata_type":0,"Place_id":0,"prsID":0,"Clients_id":"String","Accounts":"String"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}