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 .jsv suffix or ?format=jsv

HTTP + JSV

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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
			Date_End: 0001-01-01,
			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
		}
	}
}