POST https://api.legendonlineservices.co.uk/Cap2/CancelPaymentVehicle

Cancel a payment vehicle

Request Parameters

From Body Type Description
CancelDate DateTime Optional.
ChargeScheduleID Int32 Optional.
ContactGuid Guid
CourseReference String Max 50 characters




{
  "ContactGuid": "6ae1927d-e4a6-41c5-a871-0ea644669483",
  "CourseReference": "sample string 2",
  "CancelDate": "2025-12-04T19:49:10.4568895+00:00",
  "ChargeScheduleID": 1
}

Response - (Status 200 - OK)

CancelPaymentVehicleResponse

Name Type Description
Success Boolean




{
  "Success": true
}

Remarks

This end point replaces the old CancelPaymentVehicle SOAP endpoint that is now obsolete.

Bundle(s)
Cap2