ApexERPHost

<back to all web services

AccountQuery

Requires Authentication
The following routes are available for this service:
GET/Accounting/AccCard/Accounts/Query
AccountQuery Parameters:
NameParameterData TypeRequiredDescription
AccStartsWithquerystringNo
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
AccountQueryResult Parameters:
NameParameterData TypeRequiredDescription
AccformstringNo
Clients_idformstringNo
Place_idformint?No
CardformstringNo
AccountsformstringNo
Lapformbool?No
Currency_IdformstringNo
acc_neformstringNo
Acc_nuformstringNo
AccAltformstringNo
lQuantitativeformboolNo
Date_StartformDateTimeNo
Date_EndformDateTime?No
Spendformbool?No
LOffformbool?No
Recalcformbool?No
prsIDformint?No
unidformGuidNo
addressformstringNo
JurAddressformstringNo
OwnerCompanyNameformstringNo
OwnerSnformstringNo
Currency_CodeformstringNo
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 /Accounting/AccCard/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,
			Clients_id: String,
			Place_id: 0,
			Card: String,
			Accounts: String,
			Lap: False,
			Currency_Id: String,
			acc_ne: String,
			Acc_nu: String,
			AccAlt: String,
			lQuantitative: False,
			Date_Start: 0001-01-01,
			Date_End: 0001-01-01,
			Spend: False,
			LOff: False,
			Recalc: False,
			prsID: 0,
			unid: 00000000000000000000000000000000,
			address: String,
			JurAddress: String,
			OwnerCompanyName: String,
			OwnerSn: String,
			Currency_Code: String
		}
	],
	Meta: 
	{
		String: String
	},
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}