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 - ExCustomer/GetCustomerTerms This endpoint returns Id and Name for all Customer Payment Terms types in the system
GET- ExSalesperson/GetSalespersons Added related user details to this endpoint.
Added [CompanySalespersonEmail] to response for all relative ExCustomer controller endpoints
Added [SalespersonId] to response for all relative ExOrder and ExOrderDetail controller endpoints
Added [OrderCostTotal], [ProductCostTotal], [PartCostTotal] to responses for:
all relative ExOrder and ExOrderDetail controller endpoints
all relative ExOrderProduct endpoints
all relative ExOrderProductPart endpoints
Notes: values are expected to match what you see in UI from Order View page > View Order Details
Changes to Endpoints
GET - ExEmployee endpoint(s) Added ability to filter by email to.
GET /api/public/ExEmployee/GetEmployees
GET /api/public/ExSalesperson/GetSalespersons
POST - ExCustomer/Create Added ability to pass/set the salespersonid
POST - ExCustomer/CreateCustomer_v2 Added ability to pass/set the salespersonid
POST - ExCustomer/UpdateCustomer_v2 Added ability to pass/set the salespersonid
POST - ExCustomer/CreateCustomer_v2 Added ability to pass/set [customerTermsId] and [creditLimit]
POST - ExCustomer/UpdateCustomer_v2 Added ability to pass/set [customerTermsId] and [creditLimit]
POST - ExCustomer/CreateCustomer_v2 Added the ability to pass Primary and Billing contact when creating a new customer
Brandon Readlinger
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 endpoint returns Id and Name for all Customer Payment Terms types in the system
Added related user details to this endpoint.
Changes to Endpoints
Added ability to filter by email to.
Added ability to pass/set the salespersonid
Added ability to pass/set the salespersonid
Added ability to pass/set the salespersonid
Added ability to pass/set [customerTermsId] and [creditLimit]
Added ability to pass/set [customerTermsId] and [creditLimit]
Added the ability to pass Primary and Billing contact when creating a new customer