Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "controllers/apiIntegrationController"

Index

Functions

Const fabricToMaterialMaster

  • fabricToMaterialMaster(req: Request, res: Response, next: NextFunction): Promise<void>
  • If someone try to access /api/integration/material-master/fabric, that request will be processed in here.

    Parameters

    • req: Request

      If someone access with values like JSON data, that will be here.

    • res: Response

      When we have to return status and data, use this param.

    • next: NextFunction

      This is for passing data to the next middleware.

    Returns Promise<void>

Const materialMasterPrint

  • materialMasterPrint(req: Request, res: Response, next: NextFunction): Promise<void>
  • If someone try to access /api/integration/material-master-prints, that request will be processed in here.

    Parameters

    • req: Request

      If someone access with values like JSON data, that will be here.

    • res: Response

      When we have to return status and data, use this param.

    • next: NextFunction

      This is for passing data to the next middleware.

    Returns Promise<void>

Const trimsToMaterialMaster

  • trimsToMaterialMaster(req: Request, res: Response, next: NextFunction): Promise<void>
  • If someone try to access /api/integration/material-master/trims, that request will be processed in here.

    Parameters

    • req: Request

      If someone access with values like JSON data, that will be here.

    • res: Response

      When we have to return status and data, use this param.

    • next: NextFunction

      This is for passing data to the next middleware.

    Returns Promise<void>

Generated using TypeDoc