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

Drukuj

.NET Framework Class Library

ISettlementsController.GetNotSettled Method

Metoda umożliwia pobranie wszystkich nierozliczonych rozrachunków.

[GET] /api/Settlements/Filter/NotSettled

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 GetNotSettled As IHttpActionResult

C#

IHttpActionResult GetNotSettled()

Visual C++

IHttpActionResultGetNotSettled()

JavaScript

function getNotSettled();

Return Value

Zwraca kolekcję obiektów SettlementListElement.

See Also

ISettlementsController Interface

ISettlementsController Members

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