axFuelService

<back to all web services

GetPreordersDetTickets

Requires Authentication
The following routes are available for this service:
GET/GetPreordersDetTickets
GetPreordersDetTickets Parameters:
NameParameterData TypeRequiredDescription
preordersdet_idqueryintNo
GetPreordersDetTicketsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IFPreordersDetTickets>No
IFPreordersDetTickets Parameters:
NameParameterData TypeRequiredDescription
idformintNo
ticket_idformstringNo
amountformdecimalNo
status_idformintNo
printedformboolNo

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 /GetPreordersDetTickets 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":[{"id":0,"ticket_id":"String","amount":0,"status_id":0,"printed":false}]}