mojoPortal API Documentation
CreateOrder Method (rowGuid, siteGuid, featureGuid, moduleGuid, userGuid, orderGuid, billingFirstName, billingLastName, billingCompany, billingAddress1, billingAddress2, billingSuburb, billingCity, billingPostalCode, billingState, billingCountry, paymentMethod, subTotal, taxTotal, shippingTotal, orderTotal, orderDateUtc, adminOrderLink, userOrderLink, rowCreatedUtc)
mojoPortalmojoPortal.BusinessCommerceReportCreateOrder(Guid, Guid, Guid, Guid, Guid, Guid, String, String, String, String, String, String, String, String, String, String, String, Decimal, Decimal, Decimal, Decimal, DateTime, String, String, DateTime)
Inserts a row in the mp_CommerceReportOrders table. Returns rows affected count.
Declaration Syntax
C#
public static int CreateOrder(
	Guid rowGuid,
	Guid siteGuid,
	Guid featureGuid,
	Guid moduleGuid,
	Guid userGuid,
	Guid orderGuid,
	string billingFirstName,
	string billingLastName,
	string billingCompany,
	string billingAddress1,
	string billingAddress2,
	string billingSuburb,
	string billingCity,
	string billingPostalCode,
	string billingState,
	string billingCountry,
	string paymentMethod,
	decimal subTotal,
	decimal taxTotal,
	decimal shippingTotal,
	decimal orderTotal,
	DateTime orderDateUtc,
	string adminOrderLink,
	string userOrderLink,
	DateTime rowCreatedUtc
)
Parameters
rowGuid (Guid)
rowGuid
siteGuid (Guid)
siteGuid
featureGuid (Guid)
featureGuid
moduleGuid (Guid)
moduleGuid
userGuid (Guid)
userGuid
orderGuid (Guid)
orderGuid
billingFirstName (String)
billingFirstName
billingLastName (String)
billingLastName
billingCompany (String)
billingCompany
billingAddress1 (String)
billingAddress1
billingAddress2 (String)
billingAddress2
billingSuburb (String)
billingSuburb
billingCity (String)
billingCity
billingPostalCode (String)
billingPostalCode
billingState (String)
billingState
billingCountry (String)
billingCountry
paymentMethod (String)
paymentMethod
subTotal (Decimal)
subTotal
taxTotal (Decimal)
taxTotal
shippingTotal (Decimal)
shippingTotal
orderTotal (Decimal)
orderTotal
orderDateUtc (DateTime)
orderDateUtc
adminOrderLink (String)
adminOrderLink
userOrderLink (String)
userOrderLink
rowCreatedUtc (DateTime)
rowCreatedUtc
Return Value
int

Assembly: mojoPortal.Business (Module: mojoPortal.Business) Version: 1.0.4378.24525