axFuelService

<back to all web services

GetIfPreOrdersDetFuels

Requires Authentication
The following routes are available for this service:
GET/GetIfPreOrdersDetFuels
GetIfPreOrdersDetFuels Parameters:
NameParameterData TypeRequiredDescription
preorder_idqueryint?No
ddatequeryDateTime?No
company_idqueryint?No
novatquerybool?No
GetIfPreOrdersDetFuelsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IfPreOrdersDetFuels>No
IfPreOrdersDetFuels Parameters:
NameParameterData TypeRequiredDescription
fuel_idformintNo
fuelnameformstringNo
fuelname_enformstringNo
unitformstringNo
priceformdecimalNo
codeformstringNo
rsfuel_idformint?No
densityformdecimalNo
preordersdet_idformintNo
scountformdecimalNo
amountformdecimalNo
specinvoice_idformint?No
specinvoicedet_idformint?No
specinvoicenumformstringNo
specinvoicestatusformint?No
specinvdateformDateTime?No
specinvtrtypeformint?No
specinvtrbunknumformstringNo
preorder_idformintNo
specinvsavedateformDateTime?No
specinvserieformstringNo
actdateformDateTime?No
actnumformstringNo
cntidformint?No
docs_idformstringNo
life_dateformDateTime?No

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 /GetIfPreOrdersDetFuels 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: 
	[
		{
			fuel_id: 0,
			fuelname: String,
			fuelname_en: String,
			unit: String,
			price: 0,
			code: String,
			rsfuel_id: 0,
			density: 0,
			preordersdet_id: 0,
			scount: 0,
			amount: 0,
			specinvoice_id: 0,
			specinvoicedet_id: 0,
			specinvoicenum: String,
			specinvoicestatus: 0,
			specinvdate: 0001-01-01,
			specinvtrtype: 0,
			specinvtrbunknum: String,
			preorder_id: 0,
			specinvsavedate: 0001-01-01,
			specinvserie: String,
			actdate: 0001-01-01,
			actnum: String,
			cntid: 0,
			docs_id: String,
			life_date: 0001-01-01
		}
	]
}