Click or drag to resize

customerMaintenancegetNewCustomer Method

Namespace:  ctDynamicsSL.financial.accountsReceivable.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getNewCustomer", Description = "get a blank CustomerV2 object")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public CustomerV2 getNewCustomer(
	CustomerV2 inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLCustomerV2

Return Value

Type: CustomerV2
See Also