ApexERPHost

<back to all web services

GetGlovoMenu

Requires Authentication
The following routes are available for this service:
GET/Glovo/ProductsList
GetGlovoMenu Parameters:
NameParameterData TypeRequiredDescription
GlovoBranchIdsqueryList<int>No
GetGlovoMenuResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<GlovoCatalogList>No
GlovoCatalogList Parameters:
NameParameterData TypeRequiredDescription
ProductIdformstringNo
ProductNameformstringNo
ProductPriceformdoubleNo
ImageUrlformstringNo
ProductDescriptionformstringNo
ProductAvailableformboolNo
CollectionNameformstringNo
CollectionPositionformintNo
CollectionImageUrlformstringNo
SupercollectionNameformstringNo
SupercollectionImageUrlformstringNo
SupercollectionPositionformintNo
SectionNameformstringNo
SectionPositionformintNo
BranchIdformint?No
BranchNameformstringNo
ProdPPIdformstringNo
Idformint?No
UploadedToGlovoformboolNo
SpendformboolNo
RCountformdecimalNo
MinRcountformdecimalNo
GlovoBranchIdformint?No
GlovoStoreNameformstringNo
HasAttributesformboolNo

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

HTTP + X-PROTOBUF

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

GET /Glovo/ProductsList HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ProductId":"String","ProductName":"String","ProductPrice":0,"ImageUrl":"String","ProductDescription":"String","ProductAvailable":false,"CollectionName":"String","CollectionPosition":0,"CollectionImageUrl":"String","SupercollectionName":"String","SupercollectionImageUrl":"String","SupercollectionPosition":0,"SectionName":"String","SectionPosition":0,"BranchId":0,"BranchName":"String","ProdPPId":"String","Id":0,"UploadedToGlovo":false,"Spend":false,"RCount":0,"MinRcount":0,"GlovoBranchId":0,"GlovoStoreName":"String","HasAttributes":false}]}