API-21 — Create Tow Request with Valid Data

Tow
Backend API
API-21 — Create Tow Request with Valid Data
Published

2026-06-17

API-21 — Create Tow Request with Valid Data

Target

Backend API — Tow

Preconditions

  • A valid authentication token exists

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/tow with required fields (description, location, vehicle, etc.) and the auth token
  2. Observe the response

Expected Result

  • HTTP 200 or 201 is returned
  • The tow request is created
  • It appears in the Tow section of the Admin Panel