Click or drag to resize

customersupdateCustomerCard Method

Update customer credit card. This will save the credit card information back into the customer record for future use.

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "updateCustomerCard", Description = "Update customer credit card.  This will save the credit card information back into the customer record for future use.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public string updateCustomerCard(
	string custID,
	string cardNumber,
	string cardHolderName,
	DateTime cardExpDate,
	string cardType
)

Parameters

custID
Type: SystemString
cardNumber
Type: SystemString
cardHolderName
Type: SystemString
cardExpDate
Type: SystemDateTime
cardType
Type: SystemString

Return Value

Type: String
See Also