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 - ExSalesCenter/GetLocations This is a basic GET endpoint to return details about Locations (Sales Centers)
GET - ExSalesCenter/GetTaxGroups This is a basic GET endpoint to return details about Tax Groups. The user can optionally pass a Location Id to restrict results to a specific Sales Center.
Changes to Endpoints
Added the isDefault field to the JSON response to indicate if the CustomerLocationId is the default location for the Customer. It will return true or false based on comparison logic. Setting the isDefault on the POST will change the isDefault CustomerLocationId on the customer record.
GET - ExCustomer/GetCustomerLocationsByCustomerId/{id}
GET - ExCustomer/GetCustomerLocationByAddressId/{id}
Abbie Finneran
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
This is a basic GET endpoint to return details about Locations (Sales Centers)
This is a basic GET endpoint to return details about Tax Groups. The user can optionally pass a Location Id to restrict results to a specific Sales Center.
Changes to Endpoints