ApexERPHost

<back to all web services

GetAvailableFaSuppDetsQuery

Requires Authentication
The following routes are available for this service:
GET/Accounting/FixedAsets/Supp/Det/Available/Lite/Query
GetAvailableFaSuppDetsQuery Parameters:
NameParameterData TypeRequiredDescription
DDatequeryDateTimeNo
AccquerystringNo
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
FaSuppDetReminderByDateLite Parameters:
NameParameterData TypeRequiredDescription
suppd_idformintNo
rcountformdecimalNo
invnumberformstringNo
noteformstringNo
invlistidformintNo
taxgroupidformintNo
fingroupidformintNo
invnameformstringNo
fanameformstringNo
fanameaformstringNo
location_nameformstringNo
vgformdecimalNo
vuformdecimalNo
vcformdecimalNo
icountformdecimalNo
vcustomgformdecimalNo
vcustomuformdecimalNo
vcustomcformdecimalNo
depr_vgformdecimal?No
depr_vuformdecimal?No
supp_dateformDateTimeNo
supp_numberinformstringNo
supp_numberoutformstringNo
supplierformstringNo
supplier_nameformstringNo
carrying_valueformdecimal?No
carrying_value_uformdecimal?No
locationidformint?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/FixedAsets/Supp/Det/Available/Lite/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: 
	[
		{
			suppd_id: 0,
			rcount: 0,
			invnumber: String,
			note: String,
			invlistid: 0,
			taxgroupid: 0,
			fingroupid: 0,
			invname: String,
			faname: String,
			fanamea: String,
			location_name: String,
			vg: 0,
			vu: 0,
			vc: 0,
			icount: 0,
			vcustomg: 0,
			vcustomu: 0,
			vcustomc: 0,
			depr_vg: 0,
			depr_vu: 0,
			supp_date: 0001-01-01,
			supp_numberin: String,
			supp_numberout: String,
			supplier: String,
			supplier_name: String,
			carrying_value: 0,
			carrying_value_u: 0,
			locationid: 0
		}
	],
	Meta: 
	{
		String: String
	},
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}