{ "opencollection": "1.0.0", "info": { "name": "Car Configurator Components Saved configurations API", "version": "2.0" }, "items": [ { "info": { "name": "Saved configurations", "type": "folder" }, "items": [ { "info": { "name": "Stores the Configuration of the Given configurationId and modelId", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/markets/:marketId/onlinecode", "params": [ { "name": "marketId", "value": "", "type": "path", "description": "This is a ISO 3166 language country string e.g. 'de_DE' or 'en_GB'." } ] }, "docs": "Stores the configuration of the given **configurationId** and **modelId**" }, { "info": { "name": "Get the Configuration of the Given onlineCode and marketId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/markets/:marketId/onlinecode/:onlineCode", "params": [ { "name": "onlineCode", "value": "", "type": "path", "description": "OnlineCode string that identifies a vehicle configuration e.g. 'M6882554'." }, { "name": "marketId", "value": "", "type": "path", "description": "This is a ISO 3166 language country string e.g. 'de_DE' or 'en_GB'." }, { "name": "fieldsFilter", "value": "", "type": "query", "description": "Specifies which fields should be included in the result. If this filter is not used, per default all fields are returned." } ] }, "docs": "Gets the configuration for the given marketId and onlineCode." } ] } ], "bundled": true }