ApexERPHost

<back to all web services

GetSupplierProductPrices

Requires Authentication
The following routes are available for this service:
GET/Warehousing/Prices/SupplierPrices
GetSupplierProductPrices Parameters:
NameParameterData TypeRequiredDescription
CompanyIdqueryint?No
BranchIdqueryintNo
OwnOnlyqueryboolNo
GetSupplierProductPricesResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<SupplierProductPriceView>No
SupplierProductPriceView Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
ProdPPIdformstringNo
CompanyIdformintNo
BranchIdformintNo
Priceformdecimal?No
Margineformdecimal?No
PriceGRformdecimal?No
HaveVatformboolNo
CurrencyIdformstringNo
BCodeformstringNo
BBcodeformstringNo
InCodeformstringNo
CategoryCodeformstringNo
ProductNameformstringNo
ProductNameEnformstringNo
ProducerNameformstringNo
CategoryNameformstringNo
Vatformdecimal?No
ByWeightformintNo
PackCountformintNo
PackBCountformdecimal?No
UnitformstringNo
PriceGTformdecimal?No
SplitMarkformint?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Warehousing/Prices/SupplierPrices HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ID":0,"ProdPPId":"String","CompanyId":0,"BranchId":0,"Price":0,"Margine":0,"PriceGR":0,"HaveVat":false,"CurrencyId":"String","BCode":"String","BBcode":"String","InCode":"String","CategoryCode":"String","ProductName":"String","ProductNameEn":"String","ProducerName":"String","CategoryName":"String","Vat":0,"ByWeight":0,"PackCount":0,"PackBCount":0,"Unit":"String","PriceGT":0,"SplitMark":0}]}