axFuelService

<back to all web services

SaveOrders

Requires Authentication
The following routes are available for this service:
PUT/SaveOrders
SaveOrders Parameters:
NameParameterData TypeRequiredDescription
OrderbodyOrdersNo
appnamebodystringNo
hostnamebodystringNo
Orders Parameters:
NameParameterData TypeRequiredDescription
idformintNo
ordersf_idformintNo
scountformdecimalNo
priceformdecimalNo
specinvoice_idformint?No
specinvoicedet_idformint?No
specinvoicenumformstringNo
specinvoicestatusformint?No
specinvdateformDateTime?No
specinvtrtypeformint?No
specinvtrbunknumformstringNo
specinvsavedateformDateTime?No
specinvserieformstringNo
crtimeformDateTime?No
SaveOrdersResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformintNo

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.

PUT /SaveOrders HTTP/1.1 
Host: axfuel.apex.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Order":{"id":0,"ordersf_id":0,"scount":0,"price":0,"specinvoice_id":0,"specinvoicedet_id":0,"specinvoicenum":"String","specinvoicestatus":0,"specinvdate":"\/Date(-62135596800000-0000)\/","specinvtrtype":0,"specinvtrbunknum":"String","specinvsavedate":"\/Date(-62135596800000-0000)\/","specinvserie":"String","crtime":"\/Date(-62135596800000-0000)\/"},"appname":"String","hostname":"String"}
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":0}