|
InfoWebXMLWebServiceSaveCustomerOrder Method |
Saves a customer order for an article.
Namespace: Infosoft.WebservicesAssembly: 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
)
No code example is currently available or this language may not be supported.
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
InfoWebOrderRegistrationInfoWebOrderRegistration object with status code '00' if the order was saved successfully. For other possible status codes, look under
Remarks.
Remarks See Also