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)

Metoda umożliwia pobranie listy rachunków bankowych kontrahenta o podanym kodzie.

[GET] /api/BankAccounts?contractorCode=kod_kontrahenta

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

Assembly:  Sage.PL.WebAPI.Interface.BankAccounts (in Sage.PL.WebAPI.Interface.BankAccounts.dll) Version: 24.2.1.0 (24.2.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

[FromUri] Kod kontrahenta.

Return Value

Zwraca kolekcję obiektów BankAccount.

See Also

IBankAccountsController Interface

IBankAccountsController Members

GetListByContractor Overload

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