axFuelService

<back to all web services

GetTicketsForAct

Requires Authentication
The following routes are available for this service:
GET/GetTicketsForAct
GetTicketsForAct Parameters:
NameParameterData TypeRequiredDescription
preorders_idqueryint?No
preordersdet_idqueryint?No
GetTicketsForActResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IFGetTicketsForAct>No
IFGetTicketsForAct Parameters:
NameParameterData TypeRequiredDescription
fuel_idformintNo
fuelnameformstringNo
fuelnameenformstringNo
fromticketformstringNo
toticketformstringNo
amountformintNo
tcountformintNo
priceformdecimalNo

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

HTTP + CSV

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

GET /GetTicketsForAct HTTP/1.1 
Host: axfuel.apex.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
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","fuelnameen":"String","fromticket":"String","toticket":"String","amount":0,"tcount":0,"price":0}]}