Stores the configuration of the given vehicleId (configurationId and modelId
POST {{baseUrl}}/markets/:marketId/onlinecode
Stores the configuration of the given configurationId and modelId
Request Body
{"configurationId"=>"<string>", "modelId"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"onlineCode":"\u003cstring\u003e"}