axFuelService

<back to all web services

GetTfExpenseSpecInvoices

Requires Authentication
The following routes are available for this service:
GET/GetTfExpenseSpecInvoices
GetTfExpenseSpecInvoices Parameters:
NameParameterData TypeRequiredDescription
d1queryDateTimeNo
d2queryDateTimeNo
companyIDqueryint?No
GetTfExpenseSpecInvoicesResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<TfExpenseSpecInvoices>No
TfExpenseSpecInvoices Parameters:
NameParameterData TypeRequiredDescription
idformintNo
ordersf_idformintNo
scountformdecimalNo
priceformdecimalNo
specinvoice_idformint?No
specinvoicedet_idformint?No
specinvoicenumformstringNo
specinvoicestatusformint?No
specinvdateformDateTime?No
specinvtrtypeformint?No
specinvtrbunknumformstringNo
specinvsavedateformDateTime?No
specinvserieformstringNo
crtimeformDateTimeNo
ddateformDateTimeNo
company_idformintNo
fuel_idformintNo
ftypeformintNo
rs_codeformstringNo
companynameformstringNo
fuelcodeformstringNo
fuelnameformstringNo
trtypeformstringNo
withoutvatformboolNo
rsfuel_idformintNo
densityformdecimalNo

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 /GetTfExpenseSpecInvoices HTTP/1.1 
Host: axfuel.apex.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Result: 
	[
		{
			id: 0,
			ordersf_id: 0,
			scount: 0,
			price: 0,
			specinvoice_id: 0,
			specinvoicedet_id: 0,
			specinvoicenum: String,
			specinvoicestatus: 0,
			specinvdate: 0001-01-01,
			specinvtrtype: 0,
			specinvtrbunknum: String,
			specinvsavedate: 0001-01-01,
			specinvserie: String,
			crtime: 0001-01-01,
			ddate: 0001-01-01,
			company_id: 0,
			fuel_id: 0,
			ftype: 0,
			rs_code: String,
			companyname: String,
			fuelcode: String,
			fuelname: String,
			trtype: String,
			withoutvat: False,
			rsfuel_id: 0,
			density: 0
		}
	]
}