ApexERPHost

<back to all web services

GetProductsWithGlovoParams

Requires Authentication
The following routes are available for this service:
GET/Glovo/Product/Params
GetProductsWithGlovoParamsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ProductsWithGlovoParams>No
ProductsWithGlovoParams Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
ProdPP_idformstringNo
BCodeformstringNo
ProductNameformstringNo
UnitformstringNo
PriceGRformdecimalNo
PriceWithCoefformdecimal?No
SupercollectionIdformint?No
CollectionIdformint?No
UnitCoefformdecimalNo
SectionIdformint?No
ImageUrlformstringNo
SupercollecionNameformstringNo
SupercollectionPositionformint?No
SupercollectionImageUrlformstringNo
CollectionNameformstringNo
CollectionPositionformint?No
CollectionImageUrlformstringNo
SectionNameformstringNo
SectionPositionformint?No
CategoryNameformstringNo
PPCatNameformstringNo
SpendformboolNo

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /Glovo/Product/Params HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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,"ProdPP_id":"String","BCode":"String","ProductName":"String","Unit":"String","PriceGR":0,"PriceWithCoef":0,"SupercollectionId":0,"CollectionId":0,"UnitCoef":0,"SectionId":0,"ImageUrl":"String","SupercollecionName":"String","SupercollectionPosition":0,"SupercollectionImageUrl":"String","CollectionName":"String","CollectionPosition":0,"CollectionImageUrl":"String","SectionName":"String","SectionPosition":0,"CategoryName":"String","PPCatName":"String","Spend":false}]}