Skip to main content
PUT
Update databox file classifications

Authorizations

Authorization
string
header
required

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

Path Parameters

assetProviderCountryCode
string
required

The two-letter country code of the asset provider

Required string length: 2
assetProviderCode
string
required

The three-character code of the asset provider the databox belongs to

Required string length: 3

Body

application/json

Information about the databox BLOBs to update

uuid
string<uuid>
required

The UUID of the BLOB

type
enum<string>
Available options:
MAINTENANCE,
INSPECTION,
OFFENSE,
DAMAGE,
TIRE_INVOICE,
ENERGY_FUEL_INVOICE,
EXCESS_MILEAGE_INVOICE,
PARKING_INVOICE,
INSURANCE_INVOICE,
REGISTRATION_INVOICE,
ADMINISTRATION_INVOICE,
CARBON_FOOTPRINT_INVOICE
group
string<uuid>

Group identifier for related BLOBs

assetId
string
deleted
boolean
default:false

Whether the BLOB was marked for deletion

Response

Databox information

uuid
string<uuid>
required

The unique identifier of the databox

applied
boolean
default:false
required
blobs
object[]