V2

Version 2 of MCA Suite REST API

Add Deal Note / Change Deal Status
This article will detail how to add a Deal Note or change a Deal Status via our MCA REST API v2.  Keep in mind, to change a deal status in the front end ...
Tue, 26 May, 2020 at 3:49 PM
Add Contact Note (person)
This article will detail how to add a Note to a contact/person in MCA SUITE.  This API is through our version 2 REST API and requires a different URL than t...
Tue, 26 Jul, 2022 at 1:29 PM
Introduction V2
MCA Suite has created V2 of REST API.  This is a separate application and any version 1 endpoints will not work.  The same authentication header parameters ...
Thu, 13 Aug, 2020 at 1:12 PM
Get Deal Balances
This article will detail how to add deal balances from MCA SUITE.  This API is through our version 2 REST API and requires a different URL than the V1.  The...
Wed, 2 Mar, 2022 at 12:53 PM
Contact Search by Phone Number
This is a quick function to get a contact (person) ID by a phone number.  This is valuable for many dialer integrations.  After searching for the contact...
Wed, 27 May, 2020 at 2:00 PM
Update Contact Status
This function allows you to update a Lead's status.  Valid statuses are 'Lead',' Assigned', 'Active' and 'Declined'. ...
Wed, 27 May, 2020 at 2:02 PM
Start/Stop/Delete ACHWorks Billing Schedule
This function allows you to stop an ACHWorks Billing schedule through the REST API.   Function: Name: achworks/stopSchedule/{id} Type: PUT Where {id}...
Mon, 20 Sep, 2021 at 11:23 AM
ACHWorks - Get Billing Schedules
This function allows you to list out ACHWorks Billing Schedules you created in the system.  There is a 500 result limit. Function: Name: achworks/listSc...
Wed, 12 Oct, 2022 at 2:21 PM
Get Transactions By Deal
This endpoint will return all the transaction for the deal.  You must supply either the deal id or a deal name.  A deal name will only work if you use un...
Thu, 2 Sep, 2021 at 4:26 PM
Create Syndication
This function allows you to add syndication to a tracked deal.  You can also add the syndication fees in the same step. This is for our users who are using ...
Mon, 22 Nov, 2021 at 10:37 AM