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

Creates a new bacs account

Request Parameters

From Body Type Description
AccountName String Max 50 characters
AccountNumber String Max 8 digits
ContactGUID Guid
CourseReference String Max 50 characters
SortCode String Max 6 digits




{
  "ContactGUID": "a79f812c-2fc3-46b5-9047-11c84eaa1183",
  "AccountName": "sample string 2",
  "AccountNumber": "sample string 3",
  "SortCode": "sample string 4",
  "CourseReference": "sample string 5"
}

Response - (Status 200 - OK)

AddDDMandateToContactResponse

Name Type Description
Reference String Unique identifier for this mandate reference.




{
  "Reference": "sample string 1"
}

Remarks

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

Bundle(s)
Cap2