axFuelService

<back to all web services

GETCntDetailsByCompany

Requires Authentication
The following routes are available for this service:
GET/GETCntDetailsByCompany
GETCntDetailsByCompany Parameters:
NameParameterData TypeRequiredDescription
company_idqueryintNo
ddatequeryDateTimeNo
novatquerybool?No
GETCntDetailsByCompanyResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IFCntDetailsByCompany>No
IFCntDetailsByCompany Parameters:
NameParameterData TypeRequiredDescription
company_idformintNo
cntIDformintNo
CntNameformstringNo
cntVgformdecimal?No
cntVg_usedformdecimal?No
cntDiskGformdecimal?No
cntDiskPformdecimal?No
fuel_idformint?No
detCountformdecimal?No
detCount_usedformdecimal?No
detVgformdecimal?No
detVg_usedformdecimal?No
detPriceformdecimal?No
detDiskPformdecimal?No
detDiskGformdecimal?No
fuelnameformstringNo
unitformstringNo
priceformdecimal?No
codeformstringNo

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 /GETCntDetailsByCompany 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: 
	[
		{
			company_id: 0,
			cntID: 0,
			CntName: String,
			cntVg: 0,
			cntVg_used: 0,
			cntDiskG: 0,
			cntDiskP: 0,
			fuel_id: 0,
			detCount: 0,
			detCount_used: 0,
			detVg: 0,
			detVg_used: 0,
			detPrice: 0,
			detDiskP: 0,
			detDiskG: 0,
			fuelname: String,
			unit: String,
			price: 0,
			code: String
		}
	]
}