Access Error Logs

API - BOSCH WSMS Integration

API Documentation

Purpose

The WSMS API is designed to build and host Partner APIs for data integration.

The API Endpoints are as follows

  1. Workshop MasterTo create a workshop with a master id, corresponding to unique workshop in Bosch CRM based on region/country
  2. Vehicle MasterTo create a vehicle data with a master id, corresponding to workshop id based on region/country
  3. Customer MasterTo create a customer data with a master id, corresponding to workshop id based on region/country
  4. Part MasterTo create a part id with a master id, corresponding to workshop id based on region/country
  5. Labor MasterTo create a labor data with a master id, corresponding to workshop id based on region/country
  6. Employee MasterTo create a employee data with a master id, corresponding to workshop id based on region/country
  7. Vendor MasterTo create a vendor data with a master id, corresponding to workshop id based on region/country
  8. Sales Invoice HeaderTo create a sales invoice id with a master id, corresponding to workshop id based on region/country
  9. Sales Invoice LineTo create a sales invoice line number data with a master id, corresponding to workshop id and sales invoice id based on region/country
  10. Purchase Invoice HeaderTo create a purchase invoice id with a master id, corresponding to workshop id based on region/country
  11. Purchase Invoice LineTo create a purchase invoice line number data with a master id, corresponding to workshop id and purchase invoice id based on region/country


Following Technical Diagram outlines the functionality of the wsms api

Following Sequence diagram outlines the functionality of the pos api.


Following Flow Diagram outlines the functionality of the wsms api

Following Sequence diagram outlines the functionality of the pos api.