ApexERPHost

<back to all web services

GetGlovoProductsForBulkUpdate

Requires Authentication
The following routes are available for this service:
GET/Glovo/ProductsForBulkUpdate
GetGlovoProductsForBulkUpdate Parameters:
NameParameterData TypeRequiredDescription
GlovoBranchIdsqueryList<int>No
GetGlovoProductsForBulkUpdateResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<GlovoProductsForBulkUpdate>No
GlovoProductsForBulkUpdate Parameters:
NameParameterData TypeRequiredDescription
NewProductNameformstringNo
NewImageUrlformstringNo
NewPriceformdoubleNo
NewAvailableformboolNo
ProductIdformstringNo
ProductNameformstringNo
ProductPriceformdoubleNo
ImageUrlformstringNo
ProductDescriptionformstringNo
ProductAvailableformboolNo
CollectionNameformstringNo
CollectionPositionformintNo
CollectionImageUrlformstringNo
SupercollectionNameformstringNo
SupercollectionImageUrlformstringNo
SupercollectionPositionformintNo
SectionNameformstringNo
SectionPositionformintNo
BranchIdformint?No
BranchNameformstringNo
ProdPPIdformstringNo
Idformint?No
SpendformboolNo
RCountformdecimalNo
MinRcountformdecimalNo
GlovoStoreIdformint?No
GlovoStoreNameformstringNo

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/ProductsForBulkUpdate 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":[{"NewProductName":"String","NewImageUrl":"String","NewPrice":0,"NewAvailable":false,"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,"Spend":false,"RCount":0,"MinRcount":0,"GlovoStoreId":0,"GlovoStoreName":"String"}]}