axFuelService

<back to all web services

GetCardsByCompany

Requires Authentication
The following routes are available for this service:
GET/GetCardsByCompany
GetCardsByCompany Parameters:
NameParameterData TypeRequiredDescription
cardidquerystringNo
UserNamequerystringNo
PasswordquerystringNo
DqueryDateTime?No
GetCardsByCompanyResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<CardsByCompany>No
CardsByCompany Parameters:
NameParameterData TypeRequiredDescription
card_idformstringNo
owner_nameformstringNo
crtimeformDateTimeNo
isbasicformboolNo
pincodeformstringNo
spendformboolNo
fuel_idformintNo
rcountformdecimalNo
rcount_nolifeformdecimalNo
codeformstringNo
fuelnameformstringNo
owner_mobileformstringNo
owner_carformstringNo
limitformdecimalNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /GetCardsByCompany HTTP/1.1 
Host: axfuel.apex.ge 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"card_id":"String","owner_name":"String","crtime":"\/Date(-62135596800000-0000)\/","isbasic":false,"pincode":"String","spend":false,"fuel_id":0,"rcount":0,"rcount_nolife":0,"code":"String","fuelname":"String","owner_mobile":"String","owner_car":"String","limit":0}]}