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": "86677f5b-e2be-4a73-b1b9-edd7a929e55f",
  "CourseReference": "sample string 2",
  "CancelDate": "2025-04-25T14:24:01.1132353+01: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