axFuelService

<back to all web services

GetCompanyInvoiceDet

Requires Authentication
The following routes are available for this service:
GET/GetCompanyInvoiceDet
GetCompanyInvoiceDet Parameters:
NameParameterData TypeRequiredDescription
InvoiceIdqueryint?No
CompanyIdqueryint?No
GetInvoiceDetResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<tfInvoiceDet>No
tfInvoiceDet Parameters:
NameParameterData TypeRequiredDescription
FuelIdformintNo
FuelnameformstringNo
Fuelname_enformstringNo
UnitformstringNo
PriceformdecimalNo
DiscountformdecimalNo
CodeformstringNo
InvoicedetIdformint?No
Scountformdecimal?No
InvoiceIdformint?No

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 /GetCompanyInvoiceDet 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":[{"FuelId":0,"Fuelname":"String","Fuelname_en":"String","Unit":"String","Price":0,"Discount":0,"Code":"String","InvoicedetId":0,"Scount":0,"InvoiceId":0}]}