API-21 — Create Tow Request with Valid Data
Tow
Backend API
API-21 — Create Tow Request with Valid Data
API-21 — Create Tow Request with Valid Data
Target
Backend API — Tow
Preconditions
- A valid authentication token exists
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/tow with required fields (description, location, vehicle, etc.) and the auth token
- 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