Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceSaveCustomerOrder Method

Saves a customer order for an article.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebOrderRegistration SaveCustomerOrder(
	int customerNumber,
	string titleCode,
	string articleNumber,
	string quantity,
	string orderDiscountCode,
	DateTime startDate,
	DateTime stopDate,
	string comment,
	string marketingActivityCode,
	string salesPersonCode,
	string orderSource
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the subscription title
articleNumber  String
The ID number for the article
quantity  String
The Quantity - number of articles
orderDiscountCode  String
The order discount code
startDate  DateTime
The start date
stopDate  DateTime
The stop date
comment  String
The comment
marketingActivityCode  String
The marketing activity code
salesPersonCode  String
The sales person code
orderSource  String
The order source

Return Value

InfoWebOrderRegistration
InfoWebOrderRegistration object with status code '00' if the order was saved successfully. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also