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

Drukuj

.NET Framework Class Library

IPaymentsController.Get Method

Metoda umożliwia pobranie wszystkich dokumentów płatności.

[GET] /api/Payments

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 PaymentListElement.

See Also

IPaymentsController Interface

IPaymentsController Members

Get Overload

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