Click or drag to resize

statementseditSoShipPayment Method

Add/Edit SoShipPayments entries

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "editSoShipPayment", Description = "Add/Edit SoShipPayments entries")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet editSoShipPayment(
	string actionType,
	string custID,
	statementssoshippayments inSoShipPayment
)

Parameters

actionType
Type: SystemString
custID
Type: SystemString
inSoShipPayment
Type: ctDynamicsSLstatementssoshippayments

Return Value

Type: DataSet
See Also