Sage.PL.WebAPI.Interface.BankAccounts.Interfaces Namespace > IBankAccountsController Interface > IBankAccountsController Methods > GetListByContractor Method  > GetListByContractor Method (String)

Drukuj

.NET Framework Class Library

IBankAccountsController.GetListByContractor Method (String)

Namespace: Sage.PL.WebAPI.Interface.BankAccounts.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.BankAccounts (in Sage.PL.WebAPI.Interface.BankAccounts.dll) Version: 25.10.1.0 (25.10.1.0)

Syntax

Visual Basic

Function GetListByContractor ( _
 contractorCode As String _
As IHttpActionResult

C#

IHttpActionResult GetListByContractor(
 string contractorCode
)

Visual C++

IHttpActionResultGetListByContractor(
 StringcontractorCode
)

JavaScript

function getListByContractor(contractorCode);

Parameters

contractorCode

Type: System.String

See Also

IBankAccountsController Interface

IBankAccountsController Members

GetListByContractor Overload

Sage.PL.WebAPI.Interface.BankAccounts.Interfaces Namespace