Skip to main content
POST
Create a tire set

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

assetProviderCountryCode
string
required

Asset provider country code

Required string length: 2
assetProviderCode
string
required

Asset provider code

Required string length: 3
vehicleId
string
required

The assetId of the vehicle

Body

application/json

Tire set that should be added

title
string
required
Example:

"Winter tires"

season
enum<string>
required
Available options:
Summer,
Winter,
All-weather
frontAxle
object
rearAxle
object
note
string

Response

Newly created tire set

id
string
required
status
enum<string>
required
Available options:
Mounted,
Dismounted,
Archived
title
string
Example:

"Winter tires"

season
enum<string>
Available options:
Summer,
Winter,
All-weather
frontAxle
object
rearAxle
object
note
string
storageReports
object[]
invoices
object[]