ApexERPHost

<back to all web services

FaInventoryViewQuery

Requires Authentication
The following routes are available for this service:
GET/Accounting/FixedAssets/Inventory/View
FaInventoryViewQuery Parameters:
NameParameterData TypeRequiredDescription
TaxGroupIdParamqueryint?No
FinxGroupIdParamqueryint?No
LocationIdParamqueryint?No
PersonIdParamqueryint?No
ExpAccParamquerystringNo
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
FainventoryView Parameters:
NameParameterData TypeRequiredDescription
suppd_idformintNo
supp_idformintNo
dbformstringNo
crformstringNo
dDateformDateTimeNo
numberinformstringNo
numberoutformstringNo
invlistidformintNo
fingroupidformintNo
taxgroupidformintNo
producer_idformstringNo
icountformdecimalNo
deprformdecimalNo
deprtypeformintNo
exp_accformstringNo
nodeprformboolNo
nopropertytaxformboolNo
rcountformdecimalNo
invnumberformstringNo
book_idformstringNo
isoldformboolNo
issuedformint?No
lifeyearsformdecimalNo
locationidformint?No
noteformstringNo
personidformint?No
statusformint?No
svgformdecimalNo
unidformGuidNo
vgformdecimalNo
vcustomgformdecimalNo
pnameformstringNo
pernumformstringNo
nameformstringNo
hcodeformstringNo
fanameformstringNo
fanameaformstringNo
fanameeformstringNo
detailedformboolNo
packcountformshortNo
unitformstringNo
sdateformDateTime?No
acum_deprformdecimal?No
cr_nuformstringNo
carrying_valueformdecimal?No
tax_group_nameformstringNo
fin_group_nameformstringNo
producer_nuformstringNo
location_branch_nameformstringNo
full_vgformdecimal?No
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/FixedAssets/Inventory/View 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: 
	[
		{
			suppd_id: 0,
			supp_id: 0,
			db: String,
			cr: String,
			dDate: 0001-01-01,
			numberin: String,
			numberout: String,
			invlistid: 0,
			fingroupid: 0,
			taxgroupid: 0,
			producer_id: String,
			icount: 0,
			depr: 0,
			deprtype: 0,
			exp_acc: String,
			nodepr: False,
			nopropertytax: False,
			rcount: 0,
			invnumber: String,
			book_id: String,
			isold: False,
			issued: 0,
			lifeyears: 0,
			locationid: 0,
			note: String,
			personid: 0,
			status: 0,
			svg: 0,
			unid: 00000000000000000000000000000000,
			vg: 0,
			vcustomg: 0,
			pname: String,
			pernum: String,
			name: String,
			hcode: String,
			faname: String,
			fanamea: String,
			fanamee: String,
			detailed: False,
			packcount: 0,
			unit: String,
			sdate: 0001-01-01,
			acum_depr: 0,
			cr_nu: String,
			carrying_value: 0,
			tax_group_name: String,
			fin_group_name: String,
			producer_nu: String,
			location_branch_name: String,
			full_vg: 0
		}
	],
	Meta: 
	{
		String: String
	},
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}