Sage.PL.WebAPI.Interface.Contractors.Interfaces Namespace > IContractorDeliveryAddressesController Interface > IContractorDeliveryAddressesController Methods > Get Method  > Get Method (Int32)

Drukuj

.NET Framework Class Library

IContractorDeliveryAddressesController.Get Method (Int32)

Metoda umożliwia pobranie listy adresów dostaw kontrahenta o podanym id.

[GET] /api/ContractorDeliveryAddresses?contractorId=id_kontrahenta

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

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

Syntax

Visual Basic

Function Get ( _
 contractorId As Integer _
As IHttpActionResult

C#

IHttpActionResult Get(
 int contractorId
)

Visual C++

IHttpActionResultGet(
 int contractorId
)

JavaScript

function get(contractorId);

Parameters

contractorId

Type: System.Int32

[FromUri] Id kontrahenta.

Return Value

Zwraca kolekcję obiektów ContractorDeliveryAddress.

See Also

IContractorDeliveryAddressesController Interface

IContractorDeliveryAddressesController Members

Get Overload

Sage.PL.WebAPI.Interface.Contractors.Interfaces Namespace