Webservices - Articles

13 April,2021

 

 
REQUEST

{

   "Proxy": {   

      "Function":"HeliosWs",

      "HostName":"xxxxx",

      "UserName":"yyyyy",

      "Password":"zzzzz",

      "ReportName":"webservice"

   },

   

   "AuthenticationType":"SYSTEM",

   "UserName":"16984205",

   "Password":"8G56A2NrB",

   "Function":"GetArticles",

   "ArticleList":  [

         {"ArticleNo":"AT"},

         {"ArticleNo":"O"}

    ]

}

 
RESPONSE

 

{

   "ArticleList":    [

            {

         "ArticleNo": "AT",

         "Ean": "",

         "Text": "Arbejdstid",

         "Group": "",

         "MinimumDelivery": 1,

         "Unit": "",

         "SalesPrice": 500,

         "CostPrice": 0,

         "DiscountPct": 0,

         "Location": "",

         "StockQty": 0,

         "ReservedQty": 0

      },

            {

         "ArticleNo": "O",

         "Ean": "",

         "Text": "Titan GT1 Pro Flex 5W-30 Olie",

         "Group": "",

         "MinimumDelivery": 1,

         "Unit": "",

         "SalesPrice": 85,

         "CostPrice": 50,

         "DiscountPct": 0,

         "Location": "",

         "StockQty": 8.2,

         "ReservedQty": 0

      }

   ],

      "WebserviceInfo": {

      "Name": "HELIOSWEBSERVICE",

      "Version": 1,

      "Build": 2001

   },

   "AuthenticationType": "SYSTEM",

   "ErrorCode": 0,

   "ErrorText": "",

   "Success": "true",

   "Proxy": {

   "AgentName": "WSPROXY",

   "AgentVersion": "1.00.1015",

   "AgentCopyright": "Copyright (C) 2017-2018 Torben Ring. All rights reserved.",

   "ErrorCode": 0,

   "Success": true

   }

}

 

 
COMMENTS

  • ArticleNo must be entered.
  • If FromArticleNo is blank then request starts at the first article no..
  • If ToArticleNo is blank then request ends at the last article no. Unless max. articles is reached before.
  • If ArticleGrp is entered then all articles in this group will be included in the response.
  • If CustomerNo is entered Helios will check price groups for alternate price and discounts for customer.
  • If SupplierNo is entered only articles with this Supplier No. will be included in the response.