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", 

...

To Get Vendor specific modules user can add “VendorKey” parameter in request JSON.

Info

This parameter supported in market version (3.0.5.0)

Example:

              "Token": "sampleToken", 

...

             ]              

  

Facility 2: Modules Download 

Request JSON 

             "Token": "sampleToken", 

...

           "Name": " UOM Pricing" 

           } 

   ] 

 

Facility 3: Get Log 

Request JSON 

             "RequestType": "GL",  

...

           "Name": " UOM Pricing" 

           } 

   ]   

  

Generate Auth Token  

WService is required to generate auth token in VA system. There exist a service method to generate token against supplied user credentials, it will be valid for mentioned time.   

...

When status field is Completed, means module gets installed successfully into system. 

 

Note: On install module by using Market API, System will auto stop the running service in VServer, and system will auto run the services after module installation if configured as Auto Run = True.

...

No manual intervention required to stop VServer services for module installation by consuming Market API.

...