Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace > ISettlementsController Interface > ISettlementsController Methods > Get Method  > Get Method 

Drukuj

.NET Framework Class Library

ISettlementsController.Get Method

Metoda umożliwia pobranie wszystkich dokumentów rozrachunku.

[GET] /api/Settlements

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

Assembly:  Sage.PL.WebAPI.Interface.Payments (in Sage.PL.WebAPI.Interface.Payments.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca kolekcję obiektów SettlementListElement.

See Also

ISettlementsController Interface

ISettlementsController Members

Get Overload

Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace