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

Drukuj

.NET Framework Class Library

IPaymentsController.Get Method (Int32)

Metoda umożliwia pobranie dokumentu płatności o podanym id. Obsługiwane są dokumenty płatności o charakterze: KP, KW, BP, BW, IP, IW, TR+ i TR-.

[GET] /api/Payments?id=id_dokumentu

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 ( _
 id As Integer _
As IHttpActionResult

C#

IHttpActionResult Get(
 int id
)

Visual C++

IHttpActionResultGet(
 int id
)

JavaScript

function get(id);

Parameters

id

Type: System.Int32

[FromUri] Id dokumentu płatności.

Return Value

Zwraca obiekt dokumentu płatności Payment.

See Also

IPaymentsController Interface

IPaymentsController Members

Get Overload

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