Project

General

Profile

Actions

ClientProject #2276

open

ClientProject #2275: Issue: Create Truck Stock Listing Page

Development : Create Truck Stock Listing Page

Added by Md.Sajib Ahmed 12 months ago. Updated 11 months ago.

Status:
Complete
Priority:
High
Target version:
Start date:
04/17/2025
Due date:
05/12/2025 (about 11 months late)
% Done:

100%

Estimated time:
8:00 h
Spent time:

Description

  1. Create a new page to display truck stock list.

  2. Integrate the following API for stock data:

    • Base URL: https://pqsjapanapi.azurewebsites.net/
    • Endpoint: /api/vehicle/getTruckStockList
    • Request Method: POST
    • Request Body Example:
      {
        "PageNo": 1,
        "PageSize": 10,
        "fk_makers_id": 0,
        "fk_model_id": 0,
        "fk_fuel_id": 0,
        "fk_steering_id": 0,
        "fk_color_id": 0,
        "registraion_year": "",
        "manufacturing_year": "",
        "milage_from": "",
        "milage_to": "",
        "chassis_no": "",
        "fob_price_from": "",
        "fob_price_to": ""
      }
      
Actions

Also available in: Atom PDF