Release Notes: August 9th, 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 - ExEmployee/GetEmployees
    This endpoint will return basic information about Users (Employees) in CoreBridge.

  • GET - ExSalesperson/GetSalespersons
    This endpoint will return basic information about Salespersons in CoreBridge.


Changes to Endpoints

  • POST - ExCustomer/CreateCustomer_v2
    Added logging to Account History. Users will now see an entry in Customer History when a Customer is created via this endpoint.

  • POST - ExCustomer/UpdateCustomer_v2
    Added logging to Account History. Users will now see an entry in Customer History when a Customer is updated via this endpoint.

  • POST - ExContact/Create
    Added a new field "IsActive" which defaults to "true". Previously this endpoint always created contacts as Inactive. Now you have the ability to set the IsActive value during the call.

  • GET - ExCustomer endpoint(s):
    Updated the following endpoints to include two additional fields/values in the JSON response.

    CompanySalesperson - returns full name of Salesperson
    CompanySalespersonId - returns the Id of the Salesperson

    Endpoints
    • ExCustomer/GetCustomerByName/{companyName}
    • ExCustomer/GetCustomerById/{id}
    • ExCustomer/GetCustomersByPhoneNumber/{phonenumber}
    • ExCustomer/GetCustomersCreatedAfterDate
    • ExCustomer/GetCustomersCreatedBetweenDates
    • ExCustomer/SearchCustomers_v2