Project

General

Profile

dev #448

Updated by Atik Ullah Khan over 1 year ago

## API Endpoints 

 1. **Estimation API** 
    - **Endpoint:** `/api/wcc/estimation` 
    - **Method:** POST 
    - **Parameters:** 
      - `name` (string) - User's name 
      - `email` (string) - User's email address 

 2. **Quote API** 
    - **Endpoint:** `/api/wcc/quote` 
    - **Method:** POST 
    - **Parameters:** 
      - `name` (string) - User's name 
      - `email` (string) - User's email address 
      - `company` (string) - User's company name 

 3. **Contact API** 
    - **Endpoint:** `/api/wcc/contact` 
    - **Method:** POST 
    - **Parameters:** 
      - `name` (string) - User's name 
      - `email` (string) - User's email address 
      - `company` (string) - User's company name 
      - `company type` (string) - Type of company 
      - `message` (string) - User's message or inquiry 
      - `source` (string) - Source of the contact

Back