Release Notes: April 26th, 2021

An update was released to the CoreBridge API. Following are release notes related to new endpoints, changes to existing endpoints, and bug fixes. If you have questions, please contact our support department for assistance through our support site here or by emailing support@corebridge.net.



New Endpoints

  • GET - ExEComm/GetActiveLocations
    This allows you to pull a list of CoreBridge "business" locations. This a listing of your actual business locations, not customer addresses/locations.

  • POST - ExCustomer/CreateCustomerLocation
    This allows you to create a new location (address) on a customer record.

  • POST - ExCustomer/UpdateCustomerLocation
    This allows you to update an existing location (address) on a customer record.

  • POST - ExCustomer/UpdateCustomerName
    This allows you to change the name of an existing company in CoreBridge. Please note all company names must be unique thus if your call fails this could be the reason. The API response will give you the AccountId that already has that unique company name.


Changes to Endpoints 

  • GET - ExContact endpoints were updated to adjust the order of fields in the JSON response for consistency.