Click or drag to resize

statementsgetSoShipPayments Method

Get 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 = "getSoShipPayments", Description = "Get SoShipPayments entries")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet getSoShipPayments(
	string cpnyID,
	string shipperID
)

Parameters

cpnyID
Type: SystemString
shipperID
Type: SystemString

Return Value

Type: DataSet
See Also