Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Market API will be receiving request through VA URL by POST operation having Request content within request body and API is integrated within VA URL. 

...

Feature Released With Version 

Market 3.0.1.0, module is released on Framework 5.x. 

Service Url:  

VA link +” API/Market_ModuleAPI” 

List of Facilities in Service 

  1. Get list of modules  

2. Install Modules 

3. Get installation status of ongoing request   

 

Facility 1: Modules List 

Request JSON 

              "Token": "sampleToken", 

...

             ]              

  

Facility 2: Modules Download 

Request JSON 

             "Token": "sampleToken", 

...

           "Name": " UOM Pricing" 

           } 

   ] 

 

Facility 3: Get Log 

Request JSON 

             "RequestType": "GL",  

...