Methods

  • post - Create ownership contract
  • get - Get ownership contract by Id

Resource

{
    "contractId": "number",
    "createdAt": "string",
    "currentOwnershipForVehicle": {},
    "document": {},
    "endDate": "string",
    "infringements": {},
    "owner": {},
    "redirectionTargetAddress": "string",
    "reference": "string",
    "startDate": "string",
    "status": "string",
    "type": "string",
    "updatedAt": "string",
    "vehicle": {}
}

Properties

Name Type Description Additional
contractId number
createdAt string
currentOwnershipForVehicle object

Vehicle

document object

Document

endDate string
infringements object

Infringement[]

owner object

Account

redirectionTargetAddress string

This is a calculated field

reference string
startDate string
status string

Possible values are:

  • Upcoming
  • Expired
  • Expiring soon
  • Valid
type string
updatedAt string
vehicle object

Vehicle