POST https://api.legendonlineservices.co.uk/Contacts/{Id}/Fundings/{FundingId}/Reactivate

Reactivates a funding record (Direct Debit)

Request Parameters

From Path Type Description
Id Guid Contact Guid
FundingId Guid Funding Guid

Response - (Status 200 - OK)

ContactFundingReactivate

Name Type Description
Id Guid Contact Id
NewFundingId Guid
OldFundingId Guid
Reference String Bank reference for the newly created funding




{
  "Id": "9c21d808-ec15-4b82-9911-cc787e20e5bb",
  "OldFundingId": "281114e4-d435-4c20-afb6-adf81e53c688",
  "NewFundingId": "72382f45-ce2c-43c5-9f37-6c77ac3c03ea",
  "Reference": "sample string 4"
}

Remarks

Credit Cards are not supported
Must be the most recent funding on that contact charge account
Funding status in Legend is ignored and will reactivate even if it is already in active state

Bundle(s)
FundingReactive