Skip to content

Cancel

Base URL

PROD: https://dms-gs.jtc.aljabr.com.sa/gs
TEST: https://dms-gs-test.jtc.aljabr.com.sa/gs

Cancel testdrive booking

Cancels an existing test drive booking by request master id.

POST /v1/testdrive/cancel


Refer the comment //Mandatory means the property is required

📌 API

sample data with reference of master list mapping

Request Mapping

{
  "requestMasterId": 2729 // Mandatory
  "remarks": "string"     // Optional
}

Request Body

Response (200)

{
  "success": true,
  "message": "testdrive-request-cancelled-successfully"
}

Response (404)

{
  "success": false,
  "message": "testdrive-request-not-found-or-already-processed"
}