axFuelService

<back to all web services

SavePreOrdersDet

Requires Authentication
SavePreOrdersDet Parameters:
NameParameterData TypeRequiredDescription
preOrderqueryPreOrdersDetNo
appnamequerystringNo
hostnamequerystringNo
PreOrdersDet Parameters:
NameParameterData TypeRequiredDescription
idformintNo
preorder_idformintNo
fuel_idformintNo
scountformdecimalNo
priceformdecimalNo
specinvoice_idformint?No
specinvoicedet_idformint?No
specinvoicenumformstringNo
specinvoicestatusformint?No
specinvdateformDateTime?No
specinvtrtypeformint?No
specinvtrbunknumformstringNo
specinvsavedateformDateTime?No
specinvserieformstringNo
actdateformDateTime?No
actnumformstringNo
SavePreOrdersDetResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
Resultformint?No

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

HTTP + JSV

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

POST /jsv/reply/SavePreOrdersDet HTTP/1.1 
Host: axfuel.apex.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	preOrder: 
	{
		id: 0,
		preorder_id: 0,
		fuel_id: 0,
		scount: 0,
		price: 0,
		specinvoice_id: 0,
		specinvoicedet_id: 0,
		specinvoicenum: String,
		specinvoicestatus: 0,
		specinvdate: 0001-01-01,
		specinvtrtype: 0,
		specinvtrbunknum: String,
		specinvsavedate: 0001-01-01,
		specinvserie: String,
		actdate: 0001-01-01,
		actnum: String
	},
	appname: String,
	hostname: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}