API - App Configuration
App Configuration
- API Path: api/payment/appConfig
- Method: POST
Description:
This route is used to update the mobileApp configuration details..
Renders MobileAppConfiguration data object.
Functionality: `./controllers/appConfig.js
Parameters:
Name req type object Contains params: { Name: UserObj, Type: Object }
Name: res
Type: Object
Description: Response object returned to the api which contains Object containing App Configuration details
Response:
- Returns object with four properties: success (bool), message, **data
- Data field is an object containing App-configuration Details.
Http Code: 200
Name: configObj
Type: Object