| GET | /GetTicketsForAct |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| preorders_id | query | int? | No | |
| preordersdet_id | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<IFGetTicketsForAct> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| fuel_id | form | int | No | |
| fuelname | form | string | No | |
| fuelnameen | form | string | No | |
| fromticket | form | string | No | |
| toticket | form | string | No | |
| amount | form | int | No | |
| tcount | form | int | No | |
| price | form | decimal | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=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}]}