Skip to main content
POST
Create an additional document

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

Vehicle unique identifier

Body

application/json

Information about the additional document to be created

title
string
required

Title of the additional document, describing what the content of the blob is

Example:

"Parking permit"

filetype
string
required
Minimum string length: 1
notes
string

Custom notes for this additional document

Example:

"This parking permit is valid for parking lot at Parkway Drive 4"

Response

The created additional document

id
string<uuid>
required

Unique id of the document

title
string
required

Title of the additional document, describing what the content of the blob is

Example:

"Parking permit"

created
string<date-time>
required
notes
string

Custom notes for this additional document

Example:

"This parking permit is valid for parking lot at Parkway Drive 4"

blob
object