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

Drukuj

.NET Framework Class Library

IContractorDeliveryAddressesController.Get Method

Overload List

 

Name

Description

Public method

Get(Int32)

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

[GET] /api/ContractorDeliveryAddresses?contractorId=id_kontrahenta

Public method

Get(String)

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

[GET] /api/ContractorDeliveryAddresses?contractorCode=kod_kontrahenta

See Also

IContractorDeliveryAddressesController Interface

IContractorDeliveryAddressesController Members

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