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
- Workshop MasterTo create a workshop with a master id, corresponding to unique workshop in Bosch CRM based on region/country
- Vehicle MasterTo create a vehicle data with a master id, corresponding to workshop id based on region/country
- Customer MasterTo create a customer data with a master id, corresponding to workshop id based on region/country
- Part MasterTo create a part id with a master id, corresponding to workshop id based on region/country
- Labor MasterTo create a labor data with a master id, corresponding to workshop id based on region/country
- Employee MasterTo create a employee data with a master id, corresponding to workshop id based on region/country
- Vendor MasterTo create a vendor data with a master id, corresponding to workshop id based on region/country
- Sales Invoice HeaderTo create a sales invoice id with a master id, corresponding to workshop id based on region/country
- 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
- Purchase Invoice HeaderTo create a purchase invoice id with a master id, corresponding to workshop id based on region/country
- 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