POST api/Vehicles/RetrieveVehicleAdministrationDataWithSummary

Retrieves the list of vehicles for administration.

Request Information

Parameters

NameDescriptionAdditional information
request

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "VehicleIds": [
    1,
    2,
    3
  ],
  "VehicleAdministrationData": {
    "VehicleID": 1,
    "RegistrationNumber": "sample string 2",
    "ODO": 3.0,
    "LastMOTDate": "2024-10-16T17:11:35.309785+02:00",
    "MOTInterval": 4,
    "MOTReminder": 5,
    "NextMOTDate": "2024-10-16T17:11:35.3107596+02:00",
    "LastServiceDate": "2024-10-16T17:11:35.3107596+02:00",
    "ServiceIntervalUnit": 6,
    "ServiceInterval": 7,
    "ServiceReminder": 8,
    "CurrentValueHours": 9,
    "NextServiceDate": "2024-10-16T17:11:35.3107596+02:00",
    "LeasingStartDate": "2024-10-16T17:11:35.3107596+02:00",
    "DistanceLimit": 10.1,
    "DistanceReminder": 11,
    "LeasingEndReminder": 12,
    "LeasingEndDate": "2024-10-16T17:11:35.3117377+02:00",
    "LegalStatus": "sample string 13",
    "LastUpdated_Concurrency": "2024-10-16T17:11:35.3117377+02:00",
    "MOTStatus": "sample string 15",
    "ServiceStatus": "sample string 16",
    "LeasingStatus": "sample string 17",
    "DistanceStatus": "sample string 18",
    "NextMOTDateForDisplay": "sample string 19",
    "LastMOTDateForDisplay": "sample string 20",
    "LastServiceDateForDisplay": "sample string 21",
    "NextServiceDateForDisplay": "sample string 22",
    "LeasingStartDateForDisplay": "sample string 23",
    "LeasingEndDateForDisplay": "sample string 24",
    "AccessRightIdCSV": "sample string 25",
    "GroupIdCsv": "sample string 26",
    "AccessRights": {
      "HasRetrieveAccess": true,
      "HasUpdateAccess": true,
      "HasDeleteAccess": true,
      "HasCreateAccess": true
    },
    "IsServiceIntervalInKM": true,
    "MOTCommunicationModeType": 28,
    "MOTReceiver": "sample string 29",
    "ServiceCommunicationModeType": 30,
    "ServiceReceiver": "sample string 31",
    "LeasingCommunicationModeType": 32,
    "LeasingReceiver": "sample string 33",
    "DistanceCommunicationModeType": 34,
    "DistanceReceiver": "sample string 35",
    "IsMOTExceededNotificationSend": true,
    "IsServiceExceededNotificationSend": true,
    "IsLeasingExceededNotificationSend": true,
    "IsDistanceExceededNotificationSend": true,
    "IsMOTReminderNotificationSend": true,
    "IsServiceReminderNotificationSend": true,
    "IsLeasingReminderNotificationSend": true,
    "IsDistanceReminderNotificationSend": true,
    "MOTUserId": 44,
    "ServiceUserId": 45,
    "LeasingUserId": 46,
    "DistanceUserId": 47,
    "ServiceIntervalType": 48,
    "IsServiceForRunningHours": true,
    "IsServiceForSwitchON": true,
    "LastService": 1.1,
    "NextService": 1.1,
    "ImageName": "sample string 49",
    "Comments": "sample string 50",
    "AppName": "sample string 51"
  },
  "NextMOTStatus": "sample string 1",
  "NextServiceStatus": "sample string 2",
  "LeasingEndStatus": "sample string 3",
  "DistanceLimitStatus": "sample string 4",
  "LegalStatus": "sample string 5",
  "IsSummaryDataIncluded": true,
  "IsVehicleAdminDataIncluded": true,
  "Token": "sample string 8",
  "FreeText": "sample string 9",
  "GroupIds": [
    1,
    2,
    3
  ],
  "FromIndex": 10,
  "ToIndex": 11,
  "IsWebCalling": true,
  "RequestMode": "sample string 13",
  "Client": "sample string 14",
  "AppVersion": "sample string 15",
  "AppOperatingSystem": "sample string 16",
  "AppName": "sample string 17",
  "MasterUserID": 18,
  "IsRecurringRequest": true
}

text/html

Sample:
{"VehicleIds":[1,2,3],"VehicleAdministrationData":{"VehicleID":1,"RegistrationNumber":"sample string 2","ODO":3.0,"LastMOTDate":"2024-10-16T17:11:35.309785+02:00","MOTInterval":4,"MOTReminder":5,"NextMOTDate":"2024-10-16T17:11:35.3107596+02:00","LastServiceDate":"2024-10-16T17:11:35.3107596+02:00","ServiceIntervalUnit":6,"ServiceInterval":7,"ServiceReminder":8,"CurrentValueHours":9,"NextServiceDate":"2024-10-16T17:11:35.3107596+02:00","LeasingStartDate":"2024-10-16T17:11:35.3107596+02:00","DistanceLimit":10.1,"DistanceReminder":11,"LeasingEndReminder":12,"LeasingEndDate":"2024-10-16T17:11:35.3117377+02:00","LegalStatus":"sample string 13","LastUpdated_Concurrency":"2024-10-16T17:11:35.3117377+02:00","MOTStatus":"sample string 15","ServiceStatus":"sample string 16","LeasingStatus":"sample string 17","DistanceStatus":"sample string 18","NextMOTDateForDisplay":"sample string 19","LastMOTDateForDisplay":"sample string 20","LastServiceDateForDisplay":"sample string 21","NextServiceDateForDisplay":"sample string 22","LeasingStartDateForDisplay":"sample string 23","LeasingEndDateForDisplay":"sample string 24","AccessRightIdCSV":"sample string 25","GroupIdCsv":"sample string 26","AccessRights":{"HasRetrieveAccess":true,"HasUpdateAccess":true,"HasDeleteAccess":true,"HasCreateAccess":true},"IsServiceIntervalInKM":true,"MOTCommunicationModeType":28,"MOTReceiver":"sample string 29","ServiceCommunicationModeType":30,"ServiceReceiver":"sample string 31","LeasingCommunicationModeType":32,"LeasingReceiver":"sample string 33","DistanceCommunicationModeType":34,"DistanceReceiver":"sample string 35","IsMOTExceededNotificationSend":true,"IsServiceExceededNotificationSend":true,"IsLeasingExceededNotificationSend":true,"IsDistanceExceededNotificationSend":true,"IsMOTReminderNotificationSend":true,"IsServiceReminderNotificationSend":true,"IsLeasingReminderNotificationSend":true,"IsDistanceReminderNotificationSend":true,"MOTUserId":44,"ServiceUserId":45,"LeasingUserId":46,"DistanceUserId":47,"ServiceIntervalType":48,"IsServiceForRunningHours":true,"IsServiceForSwitchON":true,"LastService":1.1,"NextService":1.1,"ImageName":"sample string 49","Comments":"sample string 50","AppName":"sample string 51"},"NextMOTStatus":"sample string 1","NextServiceStatus":"sample string 2","LeasingEndStatus":"sample string 3","DistanceLimitStatus":"sample string 4","LegalStatus":"sample string 5","IsSummaryDataIncluded":true,"IsVehicleAdminDataIncluded":true,"Token":"sample string 8","FreeText":"sample string 9","GroupIds":[1,2,3],"FromIndex":10,"ToIndex":11,"IsWebCalling":true,"RequestMode":"sample string 13","Client":"sample string 14","AppVersion":"sample string 15","AppOperatingSystem":"sample string 16","AppName":"sample string 17","MasterUserID":18,"IsRecurringRequest":true}

application/xml, text/xml

Sample:
<APIVehicleAdministrationWithSummaryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.APIModels">
  <AppName xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 17</AppName>
  <AppOperatingSystem xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 16</AppOperatingSystem>
  <AppVersion xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 15</AppVersion>
  <Client xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 14</Client>
  <FreeText xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 9</FreeText>
  <FromIndex xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">10</FromIndex>
  <GroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </GroupIds>
  <IsRecurringRequest xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">true</IsRecurringRequest>
  <IsWebCalling xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">true</IsWebCalling>
  <MasterUserID xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">18</MasterUserID>
  <RequestMode xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 13</RequestMode>
  <ToIndex xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">11</ToIndex>
  <Token xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 8</Token>
  <DistanceLimitStatus>sample string 4</DistanceLimitStatus>
  <IsSummaryDataIncluded>true</IsSummaryDataIncluded>
  <IsVehicleAdminDataIncluded>true</IsVehicleAdminDataIncluded>
  <LeasingEndStatus>sample string 3</LeasingEndStatus>
  <LegalStatus>sample string 5</LegalStatus>
  <NextMOTStatus>sample string 1</NextMOTStatus>
  <NextServiceStatus>sample string 2</NextServiceStatus>
  <VehicleAdministrationData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
    <d2p1:AccessRightIdCSV>sample string 25</d2p1:AccessRightIdCSV>
    <d2p1:AccessRights>
      <d2p1:HasCreateAccess>true</d2p1:HasCreateAccess>
      <d2p1:HasDeleteAccess>true</d2p1:HasDeleteAccess>
      <d2p1:HasRetrieveAccess>true</d2p1:HasRetrieveAccess>
      <d2p1:HasUpdateAccess>true</d2p1:HasUpdateAccess>
    </d2p1:AccessRights>
    <d2p1:AppName>sample string 51</d2p1:AppName>
    <d2p1:Comments>sample string 50</d2p1:Comments>
    <d2p1:CurrentValueHours>9</d2p1:CurrentValueHours>
    <d2p1:DistanceCommunicationModeType>34</d2p1:DistanceCommunicationModeType>
    <d2p1:DistanceLimit>10.1</d2p1:DistanceLimit>
    <d2p1:DistanceReceiver>sample string 35</d2p1:DistanceReceiver>
    <d2p1:DistanceReminder>11</d2p1:DistanceReminder>
    <d2p1:DistanceStatus>sample string 18</d2p1:DistanceStatus>
    <d2p1:DistanceUserId>47</d2p1:DistanceUserId>
    <d2p1:GroupIdCsv>sample string 26</d2p1:GroupIdCsv>
    <d2p1:ImageName>sample string 49</d2p1:ImageName>
    <d2p1:IsDistanceExceededNotificationSend>true</d2p1:IsDistanceExceededNotificationSend>
    <d2p1:IsDistanceReminderNotificationSend>true</d2p1:IsDistanceReminderNotificationSend>
    <d2p1:IsLeasingExceededNotificationSend>true</d2p1:IsLeasingExceededNotificationSend>
    <d2p1:IsLeasingReminderNotificationSend>true</d2p1:IsLeasingReminderNotificationSend>
    <d2p1:IsMOTExceededNotificationSend>true</d2p1:IsMOTExceededNotificationSend>
    <d2p1:IsMOTReminderNotificationSend>true</d2p1:IsMOTReminderNotificationSend>
    <d2p1:IsServiceExceededNotificationSend>true</d2p1:IsServiceExceededNotificationSend>
    <d2p1:IsServiceForRunningHours>true</d2p1:IsServiceForRunningHours>
    <d2p1:IsServiceForSwitchON>true</d2p1:IsServiceForSwitchON>
    <d2p1:IsServiceIntervalInKM>true</d2p1:IsServiceIntervalInKM>
    <d2p1:IsServiceReminderNotificationSend>true</d2p1:IsServiceReminderNotificationSend>
    <d2p1:LastMOTDate>2024-10-16T17:11:35.309785+02:00</d2p1:LastMOTDate>
    <d2p1:LastMOTDateForDisplay>sample string 20</d2p1:LastMOTDateForDisplay>
    <d2p1:LastService>1.1</d2p1:LastService>
    <d2p1:LastServiceDate>2024-10-16T17:11:35.3107596+02:00</d2p1:LastServiceDate>
    <d2p1:LastServiceDateForDisplay>sample string 21</d2p1:LastServiceDateForDisplay>
    <d2p1:LastUpdated_Concurrency>2024-10-16T17:11:35.3117377+02:00</d2p1:LastUpdated_Concurrency>
    <d2p1:LeasingCommunicationModeType>32</d2p1:LeasingCommunicationModeType>
    <d2p1:LeasingEndDate>2024-10-16T17:11:35.3117377+02:00</d2p1:LeasingEndDate>
    <d2p1:LeasingEndDateForDisplay>sample string 24</d2p1:LeasingEndDateForDisplay>
    <d2p1:LeasingEndReminder>12</d2p1:LeasingEndReminder>
    <d2p1:LeasingReceiver>sample string 33</d2p1:LeasingReceiver>
    <d2p1:LeasingStartDate>2024-10-16T17:11:35.3107596+02:00</d2p1:LeasingStartDate>
    <d2p1:LeasingStartDateForDisplay>sample string 23</d2p1:LeasingStartDateForDisplay>
    <d2p1:LeasingStatus>sample string 17</d2p1:LeasingStatus>
    <d2p1:LeasingUserId>46</d2p1:LeasingUserId>
    <d2p1:LegalStatus>sample string 13</d2p1:LegalStatus>
    <d2p1:MOTCommunicationModeType>28</d2p1:MOTCommunicationModeType>
    <d2p1:MOTInterval>4</d2p1:MOTInterval>
    <d2p1:MOTReceiver>sample string 29</d2p1:MOTReceiver>
    <d2p1:MOTReminder>5</d2p1:MOTReminder>
    <d2p1:MOTStatus>sample string 15</d2p1:MOTStatus>
    <d2p1:MOTUserId>44</d2p1:MOTUserId>
    <d2p1:NextMOTDate>2024-10-16T17:11:35.3107596+02:00</d2p1:NextMOTDate>
    <d2p1:NextMOTDateForDisplay>sample string 19</d2p1:NextMOTDateForDisplay>
    <d2p1:NextService>1.1</d2p1:NextService>
    <d2p1:NextServiceDate>2024-10-16T17:11:35.3107596+02:00</d2p1:NextServiceDate>
    <d2p1:NextServiceDateForDisplay>sample string 22</d2p1:NextServiceDateForDisplay>
    <d2p1:ODO>3</d2p1:ODO>
    <d2p1:RegistrationNumber>sample string 2</d2p1:RegistrationNumber>
    <d2p1:ServiceCommunicationModeType>30</d2p1:ServiceCommunicationModeType>
    <d2p1:ServiceInterval>7</d2p1:ServiceInterval>
    <d2p1:ServiceIntervalType>48</d2p1:ServiceIntervalType>
    <d2p1:ServiceIntervalUnit>6</d2p1:ServiceIntervalUnit>
    <d2p1:ServiceReceiver>sample string 31</d2p1:ServiceReceiver>
    <d2p1:ServiceReminder>8</d2p1:ServiceReminder>
    <d2p1:ServiceStatus>sample string 16</d2p1:ServiceStatus>
    <d2p1:ServiceUserId>45</d2p1:ServiceUserId>
    <d2p1:VehicleID>1</d2p1:VehicleID>
  </VehicleAdministrationData>
  <VehicleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </VehicleIds>
</APIVehicleAdministrationWithSummaryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "VehicleAdministrationDataList": [
    {
      "VehicleID": 1,
      "RegistrationNumber": "sample string 2",
      "ODO": 3.0,
      "LastMOTDate": "2024-10-16T17:11:35.3839749+02:00",
      "MOTInterval": 4,
      "MOTReminder": 5,
      "NextMOTDate": "2024-10-16T17:11:35.3839749+02:00",
      "LastServiceDate": "2024-10-16T17:11:35.3839749+02:00",
      "ServiceIntervalUnit": 6,
      "ServiceInterval": 7,
      "ServiceReminder": 8,
      "CurrentValueHours": 9,
      "NextServiceDate": "2024-10-16T17:11:35.3839749+02:00",
      "LeasingStartDate": "2024-10-16T17:11:35.3839749+02:00",
      "DistanceLimit": 10.1,
      "DistanceReminder": 11,
      "LeasingEndReminder": 12,
      "LeasingEndDate": "2024-10-16T17:11:35.3839749+02:00",
      "LegalStatus": "sample string 13",
      "LastUpdated_Concurrency": "2024-10-16T17:11:35.3839749+02:00",
      "MOTStatus": "sample string 15",
      "ServiceStatus": "sample string 16",
      "LeasingStatus": "sample string 17",
      "DistanceStatus": "sample string 18",
      "NextMOTDateForDisplay": "sample string 19",
      "LastMOTDateForDisplay": "sample string 20",
      "LastServiceDateForDisplay": "sample string 21",
      "NextServiceDateForDisplay": "sample string 22",
      "LeasingStartDateForDisplay": "sample string 23",
      "LeasingEndDateForDisplay": "sample string 24",
      "AccessRightIdCSV": "sample string 25",
      "GroupIdCsv": "sample string 26",
      "AccessRights": {
        "HasRetrieveAccess": true,
        "HasUpdateAccess": true,
        "HasDeleteAccess": true,
        "HasCreateAccess": true
      },
      "IsServiceIntervalInKM": true,
      "MOTCommunicationModeType": 28,
      "MOTReceiver": "sample string 29",
      "ServiceCommunicationModeType": 30,
      "ServiceReceiver": "sample string 31",
      "LeasingCommunicationModeType": 32,
      "LeasingReceiver": "sample string 33",
      "DistanceCommunicationModeType": 34,
      "DistanceReceiver": "sample string 35",
      "IsMOTExceededNotificationSend": true,
      "IsServiceExceededNotificationSend": true,
      "IsLeasingExceededNotificationSend": true,
      "IsDistanceExceededNotificationSend": true,
      "IsMOTReminderNotificationSend": true,
      "IsServiceReminderNotificationSend": true,
      "IsLeasingReminderNotificationSend": true,
      "IsDistanceReminderNotificationSend": true,
      "MOTUserId": 44,
      "ServiceUserId": 45,
      "LeasingUserId": 46,
      "DistanceUserId": 47,
      "ServiceIntervalType": 48,
      "IsServiceForRunningHours": true,
      "IsServiceForSwitchON": true,
      "LastService": 1.1,
      "NextService": 1.1,
      "ImageName": "sample string 49",
      "Comments": "sample string 50",
      "AppName": "sample string 51"
    },
    {
      "VehicleID": 1,
      "RegistrationNumber": "sample string 2",
      "ODO": 3.0,
      "LastMOTDate": "2024-10-16T17:11:35.3839749+02:00",
      "MOTInterval": 4,
      "MOTReminder": 5,
      "NextMOTDate": "2024-10-16T17:11:35.3839749+02:00",
      "LastServiceDate": "2024-10-16T17:11:35.3839749+02:00",
      "ServiceIntervalUnit": 6,
      "ServiceInterval": 7,
      "ServiceReminder": 8,
      "CurrentValueHours": 9,
      "NextServiceDate": "2024-10-16T17:11:35.3839749+02:00",
      "LeasingStartDate": "2024-10-16T17:11:35.3839749+02:00",
      "DistanceLimit": 10.1,
      "DistanceReminder": 11,
      "LeasingEndReminder": 12,
      "LeasingEndDate": "2024-10-16T17:11:35.3839749+02:00",
      "LegalStatus": "sample string 13",
      "LastUpdated_Concurrency": "2024-10-16T17:11:35.3839749+02:00",
      "MOTStatus": "sample string 15",
      "ServiceStatus": "sample string 16",
      "LeasingStatus": "sample string 17",
      "DistanceStatus": "sample string 18",
      "NextMOTDateForDisplay": "sample string 19",
      "LastMOTDateForDisplay": "sample string 20",
      "LastServiceDateForDisplay": "sample string 21",
      "NextServiceDateForDisplay": "sample string 22",
      "LeasingStartDateForDisplay": "sample string 23",
      "LeasingEndDateForDisplay": "sample string 24",
      "AccessRightIdCSV": "sample string 25",
      "GroupIdCsv": "sample string 26",
      "AccessRights": {
        "HasRetrieveAccess": true,
        "HasUpdateAccess": true,
        "HasDeleteAccess": true,
        "HasCreateAccess": true
      },
      "IsServiceIntervalInKM": true,
      "MOTCommunicationModeType": 28,
      "MOTReceiver": "sample string 29",
      "ServiceCommunicationModeType": 30,
      "ServiceReceiver": "sample string 31",
      "LeasingCommunicationModeType": 32,
      "LeasingReceiver": "sample string 33",
      "DistanceCommunicationModeType": 34,
      "DistanceReceiver": "sample string 35",
      "IsMOTExceededNotificationSend": true,
      "IsServiceExceededNotificationSend": true,
      "IsLeasingExceededNotificationSend": true,
      "IsDistanceExceededNotificationSend": true,
      "IsMOTReminderNotificationSend": true,
      "IsServiceReminderNotificationSend": true,
      "IsLeasingReminderNotificationSend": true,
      "IsDistanceReminderNotificationSend": true,
      "MOTUserId": 44,
      "ServiceUserId": 45,
      "LeasingUserId": 46,
      "DistanceUserId": 47,
      "ServiceIntervalType": 48,
      "IsServiceForRunningHours": true,
      "IsServiceForSwitchON": true,
      "LastService": 1.1,
      "NextService": 1.1,
      "ImageName": "sample string 49",
      "Comments": "sample string 50",
      "AppName": "sample string 51"
    },
    {
      "VehicleID": 1,
      "RegistrationNumber": "sample string 2",
      "ODO": 3.0,
      "LastMOTDate": "2024-10-16T17:11:35.3839749+02:00",
      "MOTInterval": 4,
      "MOTReminder": 5,
      "NextMOTDate": "2024-10-16T17:11:35.3839749+02:00",
      "LastServiceDate": "2024-10-16T17:11:35.3839749+02:00",
      "ServiceIntervalUnit": 6,
      "ServiceInterval": 7,
      "ServiceReminder": 8,
      "CurrentValueHours": 9,
      "NextServiceDate": "2024-10-16T17:11:35.3839749+02:00",
      "LeasingStartDate": "2024-10-16T17:11:35.3839749+02:00",
      "DistanceLimit": 10.1,
      "DistanceReminder": 11,
      "LeasingEndReminder": 12,
      "LeasingEndDate": "2024-10-16T17:11:35.3839749+02:00",
      "LegalStatus": "sample string 13",
      "LastUpdated_Concurrency": "2024-10-16T17:11:35.3839749+02:00",
      "MOTStatus": "sample string 15",
      "ServiceStatus": "sample string 16",
      "LeasingStatus": "sample string 17",
      "DistanceStatus": "sample string 18",
      "NextMOTDateForDisplay": "sample string 19",
      "LastMOTDateForDisplay": "sample string 20",
      "LastServiceDateForDisplay": "sample string 21",
      "NextServiceDateForDisplay": "sample string 22",
      "LeasingStartDateForDisplay": "sample string 23",
      "LeasingEndDateForDisplay": "sample string 24",
      "AccessRightIdCSV": "sample string 25",
      "GroupIdCsv": "sample string 26",
      "AccessRights": {
        "HasRetrieveAccess": true,
        "HasUpdateAccess": true,
        "HasDeleteAccess": true,
        "HasCreateAccess": true
      },
      "IsServiceIntervalInKM": true,
      "MOTCommunicationModeType": 28,
      "MOTReceiver": "sample string 29",
      "ServiceCommunicationModeType": 30,
      "ServiceReceiver": "sample string 31",
      "LeasingCommunicationModeType": 32,
      "LeasingReceiver": "sample string 33",
      "DistanceCommunicationModeType": 34,
      "DistanceReceiver": "sample string 35",
      "IsMOTExceededNotificationSend": true,
      "IsServiceExceededNotificationSend": true,
      "IsLeasingExceededNotificationSend": true,
      "IsDistanceExceededNotificationSend": true,
      "IsMOTReminderNotificationSend": true,
      "IsServiceReminderNotificationSend": true,
      "IsLeasingReminderNotificationSend": true,
      "IsDistanceReminderNotificationSend": true,
      "MOTUserId": 44,
      "ServiceUserId": 45,
      "LeasingUserId": 46,
      "DistanceUserId": 47,
      "ServiceIntervalType": 48,
      "IsServiceForRunningHours": true,
      "IsServiceForSwitchON": true,
      "LastService": 1.1,
      "NextService": 1.1,
      "ImageName": "sample string 49",
      "Comments": "sample string 50",
      "AppName": "sample string 51"
    }
  ],
  "SummaryData": {
    "TotalMOTExceeded": 1,
    "TotalServiceExceeded": 2,
    "TotalDistanceExceeded": 3,
    "TotalLeasingExceeded": 4
  },
  "Success": true,
  "ErrorMessage": "sample string 2",
  "MenuAccessData": {
    "HasAccessToMap": true,
    "HasAccessToVehicle": true,
    "HasAccessToVehicleAdministration": true,
    "HasAccessToDriver": true,
    "HasAccessToPOI": true,
    "HasAccessToReports": true,
    "HasAccessToSettings": true,
    "HasAccessToTrips": true,
    "HasAccessToTranslations": true,
    "HasAccessToDashboard": true,
    "HasAccessToLogBook": true,
    "HasAccessToGroup": true,
    "HasAccessToTemplate": true,
    "HasAccessToUnit": true,
    "HasAccessToUser": true,
    "HasAccessToTicket": true,
    "HasAccessToContract": true,
    "HasAccessToSIM": true,
    "HasAccessToCommand": true,
    "HasAccessToUnitProfile": true,
    "HasAccessToProfileTrigger": true,
    "HasAccessToScript": true,
    "HasAccessToTriggerSchedule": true
  },
  "StatusCode": 3,
  "ComponentFilterIds": [
    1,
    2,
    3
  ]
}

text/html

Sample:
{"VehicleAdministrationDataList":[{"VehicleID":1,"RegistrationNumber":"sample string 2","ODO":3.0,"LastMOTDate":"2024-10-16T17:11:35.3839749+02:00","MOTInterval":4,"MOTReminder":5,"NextMOTDate":"2024-10-16T17:11:35.3839749+02:00","LastServiceDate":"2024-10-16T17:11:35.3839749+02:00","ServiceIntervalUnit":6,"ServiceInterval":7,"ServiceReminder":8,"CurrentValueHours":9,"NextServiceDate":"2024-10-16T17:11:35.3839749+02:00","LeasingStartDate":"2024-10-16T17:11:35.3839749+02:00","DistanceLimit":10.1,"DistanceReminder":11,"LeasingEndReminder":12,"LeasingEndDate":"2024-10-16T17:11:35.3839749+02:00","LegalStatus":"sample string 13","LastUpdated_Concurrency":"2024-10-16T17:11:35.3839749+02:00","MOTStatus":"sample string 15","ServiceStatus":"sample string 16","LeasingStatus":"sample string 17","DistanceStatus":"sample string 18","NextMOTDateForDisplay":"sample string 19","LastMOTDateForDisplay":"sample string 20","LastServiceDateForDisplay":"sample string 21","NextServiceDateForDisplay":"sample string 22","LeasingStartDateForDisplay":"sample string 23","LeasingEndDateForDisplay":"sample string 24","AccessRightIdCSV":"sample string 25","GroupIdCsv":"sample string 26","AccessRights":{"HasRetrieveAccess":true,"HasUpdateAccess":true,"HasDeleteAccess":true,"HasCreateAccess":true},"IsServiceIntervalInKM":true,"MOTCommunicationModeType":28,"MOTReceiver":"sample string 29","ServiceCommunicationModeType":30,"ServiceReceiver":"sample string 31","LeasingCommunicationModeType":32,"LeasingReceiver":"sample string 33","DistanceCommunicationModeType":34,"DistanceReceiver":"sample string 35","IsMOTExceededNotificationSend":true,"IsServiceExceededNotificationSend":true,"IsLeasingExceededNotificationSend":true,"IsDistanceExceededNotificationSend":true,"IsMOTReminderNotificationSend":true,"IsServiceReminderNotificationSend":true,"IsLeasingReminderNotificationSend":true,"IsDistanceReminderNotificationSend":true,"MOTUserId":44,"ServiceUserId":45,"LeasingUserId":46,"DistanceUserId":47,"ServiceIntervalType":48,"IsServiceForRunningHours":true,"IsServiceForSwitchON":true,"LastService":1.1,"NextService":1.1,"ImageName":"sample string 49","Comments":"sample string 50","AppName":"sample string 51"},{"VehicleID":1,"RegistrationNumber":"sample string 2","ODO":3.0,"LastMOTDate":"2024-10-16T17:11:35.3839749+02:00","MOTInterval":4,"MOTReminder":5,"NextMOTDate":"2024-10-16T17:11:35.3839749+02:00","LastServiceDate":"2024-10-16T17:11:35.3839749+02:00","ServiceIntervalUnit":6,"ServiceInterval":7,"ServiceReminder":8,"CurrentValueHours":9,"NextServiceDate":"2024-10-16T17:11:35.3839749+02:00","LeasingStartDate":"2024-10-16T17:11:35.3839749+02:00","DistanceLimit":10.1,"DistanceReminder":11,"LeasingEndReminder":12,"LeasingEndDate":"2024-10-16T17:11:35.3839749+02:00","LegalStatus":"sample string 13","LastUpdated_Concurrency":"2024-10-16T17:11:35.3839749+02:00","MOTStatus":"sample string 15","ServiceStatus":"sample string 16","LeasingStatus":"sample string 17","DistanceStatus":"sample string 18","NextMOTDateForDisplay":"sample string 19","LastMOTDateForDisplay":"sample string 20","LastServiceDateForDisplay":"sample string 21","NextServiceDateForDisplay":"sample string 22","LeasingStartDateForDisplay":"sample string 23","LeasingEndDateForDisplay":"sample string 24","AccessRightIdCSV":"sample string 25","GroupIdCsv":"sample string 26","AccessRights":{"HasRetrieveAccess":true,"HasUpdateAccess":true,"HasDeleteAccess":true,"HasCreateAccess":true},"IsServiceIntervalInKM":true,"MOTCommunicationModeType":28,"MOTReceiver":"sample string 29","ServiceCommunicationModeType":30,"ServiceReceiver":"sample string 31","LeasingCommunicationModeType":32,"LeasingReceiver":"sample string 33","DistanceCommunicationModeType":34,"DistanceReceiver":"sample string 35","IsMOTExceededNotificationSend":true,"IsServiceExceededNotificationSend":true,"IsLeasingExceededNotificationSend":true,"IsDistanceExceededNotificationSend":true,"IsMOTReminderNotificationSend":true,"IsServiceReminderNotificationSend":true,"IsLeasingReminderNotificationSend":true,"IsDistanceReminderNotificationSend":true,"MOTUserId":44,"ServiceUserId":45,"LeasingUserId":46,"DistanceUserId":47,"ServiceIntervalType":48,"IsServiceForRunningHours":true,"IsServiceForSwitchON":true,"LastService":1.1,"NextService":1.1,"ImageName":"sample string 49","Comments":"sample string 50","AppName":"sample string 51"},{"VehicleID":1,"RegistrationNumber":"sample string 2","ODO":3.0,"LastMOTDate":"2024-10-16T17:11:35.3839749+02:00","MOTInterval":4,"MOTReminder":5,"NextMOTDate":"2024-10-16T17:11:35.3839749+02:00","LastServiceDate":"2024-10-16T17:11:35.3839749+02:00","ServiceIntervalUnit":6,"ServiceInterval":7,"ServiceReminder":8,"CurrentValueHours":9,"NextServiceDate":"2024-10-16T17:11:35.3839749+02:00","LeasingStartDate":"2024-10-16T17:11:35.3839749+02:00","DistanceLimit":10.1,"DistanceReminder":11,"LeasingEndReminder":12,"LeasingEndDate":"2024-10-16T17:11:35.3839749+02:00","LegalStatus":"sample string 13","LastUpdated_Concurrency":"2024-10-16T17:11:35.3839749+02:00","MOTStatus":"sample string 15","ServiceStatus":"sample string 16","LeasingStatus":"sample string 17","DistanceStatus":"sample string 18","NextMOTDateForDisplay":"sample string 19","LastMOTDateForDisplay":"sample string 20","LastServiceDateForDisplay":"sample string 21","NextServiceDateForDisplay":"sample string 22","LeasingStartDateForDisplay":"sample string 23","LeasingEndDateForDisplay":"sample string 24","AccessRightIdCSV":"sample string 25","GroupIdCsv":"sample string 26","AccessRights":{"HasRetrieveAccess":true,"HasUpdateAccess":true,"HasDeleteAccess":true,"HasCreateAccess":true},"IsServiceIntervalInKM":true,"MOTCommunicationModeType":28,"MOTReceiver":"sample string 29","ServiceCommunicationModeType":30,"ServiceReceiver":"sample string 31","LeasingCommunicationModeType":32,"LeasingReceiver":"sample string 33","DistanceCommunicationModeType":34,"DistanceReceiver":"sample string 35","IsMOTExceededNotificationSend":true,"IsServiceExceededNotificationSend":true,"IsLeasingExceededNotificationSend":true,"IsDistanceExceededNotificationSend":true,"IsMOTReminderNotificationSend":true,"IsServiceReminderNotificationSend":true,"IsLeasingReminderNotificationSend":true,"IsDistanceReminderNotificationSend":true,"MOTUserId":44,"ServiceUserId":45,"LeasingUserId":46,"DistanceUserId":47,"ServiceIntervalType":48,"IsServiceForRunningHours":true,"IsServiceForSwitchON":true,"LastService":1.1,"NextService":1.1,"ImageName":"sample string 49","Comments":"sample string 50","AppName":"sample string 51"}],"SummaryData":{"TotalMOTExceeded":1,"TotalServiceExceeded":2,"TotalDistanceExceeded":3,"TotalLeasingExceeded":4},"Success":true,"ErrorMessage":"sample string 2","MenuAccessData":{"HasAccessToMap":true,"HasAccessToVehicle":true,"HasAccessToVehicleAdministration":true,"HasAccessToDriver":true,"HasAccessToPOI":true,"HasAccessToReports":true,"HasAccessToSettings":true,"HasAccessToTrips":true,"HasAccessToTranslations":true,"HasAccessToDashboard":true,"HasAccessToLogBook":true,"HasAccessToGroup":true,"HasAccessToTemplate":true,"HasAccessToUnit":true,"HasAccessToUser":true,"HasAccessToTicket":true,"HasAccessToContract":true,"HasAccessToSIM":true,"HasAccessToCommand":true,"HasAccessToUnitProfile":true,"HasAccessToProfileTrigger":true,"HasAccessToScript":true,"HasAccessToTriggerSchedule":true},"StatusCode":3,"ComponentFilterIds":[1,2,3]}

application/xml, text/xml

Sample:
<APIVehicleAdministrationWithSummaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.APIModels">
  <ResponseCode xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.Transport">Success</ResponseCode>
  <ComponentFilterIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </ComponentFilterIds>
  <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">sample string 2</ErrorMessage>
  <MenuAccessData xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
    <HasAccessToCommand>true</HasAccessToCommand>
    <HasAccessToContract>true</HasAccessToContract>
    <HasAccessToDashboard>true</HasAccessToDashboard>
    <HasAccessToDriver>true</HasAccessToDriver>
    <HasAccessToGroup>true</HasAccessToGroup>
    <HasAccessToLogBook>true</HasAccessToLogBook>
    <HasAccessToMap>true</HasAccessToMap>
    <HasAccessToPOI>true</HasAccessToPOI>
    <HasAccessToProfileTrigger>true</HasAccessToProfileTrigger>
    <HasAccessToReports>true</HasAccessToReports>
    <HasAccessToSIM>true</HasAccessToSIM>
    <HasAccessToScript>true</HasAccessToScript>
    <HasAccessToSettings>true</HasAccessToSettings>
    <HasAccessToTemplate>true</HasAccessToTemplate>
    <HasAccessToTicket>true</HasAccessToTicket>
    <HasAccessToTranslations>true</HasAccessToTranslations>
    <HasAccessToTriggerSchedule>true</HasAccessToTriggerSchedule>
    <HasAccessToTrips>true</HasAccessToTrips>
    <HasAccessToUnit>true</HasAccessToUnit>
    <HasAccessToUnitProfile>true</HasAccessToUnitProfile>
    <HasAccessToUser>true</HasAccessToUser>
    <HasAccessToVehicle>true</HasAccessToVehicle>
    <HasAccessToVehicleAdministration>true</HasAccessToVehicleAdministration>
  </MenuAccessData>
  <StatusCode xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">3</StatusCode>
  <Success xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">true</Success>
  <SummaryData>
    <TotalDistanceExceeded>3</TotalDistanceExceeded>
    <TotalLeasingExceeded>4</TotalLeasingExceeded>
    <TotalMOTExceeded>1</TotalMOTExceeded>
    <TotalServiceExceeded>2</TotalServiceExceeded>
  </SummaryData>
  <VehicleAdministrationDataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
    <d2p1:APIVehicleAdministrationData>
      <d2p1:AccessRightIdCSV>sample string 25</d2p1:AccessRightIdCSV>
      <d2p1:AccessRights>
        <d2p1:HasCreateAccess>true</d2p1:HasCreateAccess>
        <d2p1:HasDeleteAccess>true</d2p1:HasDeleteAccess>
        <d2p1:HasRetrieveAccess>true</d2p1:HasRetrieveAccess>
        <d2p1:HasUpdateAccess>true</d2p1:HasUpdateAccess>
      </d2p1:AccessRights>
      <d2p1:AppName>sample string 51</d2p1:AppName>
      <d2p1:Comments>sample string 50</d2p1:Comments>
      <d2p1:CurrentValueHours>9</d2p1:CurrentValueHours>
      <d2p1:DistanceCommunicationModeType>34</d2p1:DistanceCommunicationModeType>
      <d2p1:DistanceLimit>10.1</d2p1:DistanceLimit>
      <d2p1:DistanceReceiver>sample string 35</d2p1:DistanceReceiver>
      <d2p1:DistanceReminder>11</d2p1:DistanceReminder>
      <d2p1:DistanceStatus>sample string 18</d2p1:DistanceStatus>
      <d2p1:DistanceUserId>47</d2p1:DistanceUserId>
      <d2p1:GroupIdCsv>sample string 26</d2p1:GroupIdCsv>
      <d2p1:ImageName>sample string 49</d2p1:ImageName>
      <d2p1:IsDistanceExceededNotificationSend>true</d2p1:IsDistanceExceededNotificationSend>
      <d2p1:IsDistanceReminderNotificationSend>true</d2p1:IsDistanceReminderNotificationSend>
      <d2p1:IsLeasingExceededNotificationSend>true</d2p1:IsLeasingExceededNotificationSend>
      <d2p1:IsLeasingReminderNotificationSend>true</d2p1:IsLeasingReminderNotificationSend>
      <d2p1:IsMOTExceededNotificationSend>true</d2p1:IsMOTExceededNotificationSend>
      <d2p1:IsMOTReminderNotificationSend>true</d2p1:IsMOTReminderNotificationSend>
      <d2p1:IsServiceExceededNotificationSend>true</d2p1:IsServiceExceededNotificationSend>
      <d2p1:IsServiceForRunningHours>true</d2p1:IsServiceForRunningHours>
      <d2p1:IsServiceForSwitchON>true</d2p1:IsServiceForSwitchON>
      <d2p1:IsServiceIntervalInKM>true</d2p1:IsServiceIntervalInKM>
      <d2p1:IsServiceReminderNotificationSend>true</d2p1:IsServiceReminderNotificationSend>
      <d2p1:LastMOTDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LastMOTDate>
      <d2p1:LastMOTDateForDisplay>sample string 20</d2p1:LastMOTDateForDisplay>
      <d2p1:LastService>1.1</d2p1:LastService>
      <d2p1:LastServiceDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LastServiceDate>
      <d2p1:LastServiceDateForDisplay>sample string 21</d2p1:LastServiceDateForDisplay>
      <d2p1:LastUpdated_Concurrency>2024-10-16T17:11:35.3839749+02:00</d2p1:LastUpdated_Concurrency>
      <d2p1:LeasingCommunicationModeType>32</d2p1:LeasingCommunicationModeType>
      <d2p1:LeasingEndDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LeasingEndDate>
      <d2p1:LeasingEndDateForDisplay>sample string 24</d2p1:LeasingEndDateForDisplay>
      <d2p1:LeasingEndReminder>12</d2p1:LeasingEndReminder>
      <d2p1:LeasingReceiver>sample string 33</d2p1:LeasingReceiver>
      <d2p1:LeasingStartDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LeasingStartDate>
      <d2p1:LeasingStartDateForDisplay>sample string 23</d2p1:LeasingStartDateForDisplay>
      <d2p1:LeasingStatus>sample string 17</d2p1:LeasingStatus>
      <d2p1:LeasingUserId>46</d2p1:LeasingUserId>
      <d2p1:LegalStatus>sample string 13</d2p1:LegalStatus>
      <d2p1:MOTCommunicationModeType>28</d2p1:MOTCommunicationModeType>
      <d2p1:MOTInterval>4</d2p1:MOTInterval>
      <d2p1:MOTReceiver>sample string 29</d2p1:MOTReceiver>
      <d2p1:MOTReminder>5</d2p1:MOTReminder>
      <d2p1:MOTStatus>sample string 15</d2p1:MOTStatus>
      <d2p1:MOTUserId>44</d2p1:MOTUserId>
      <d2p1:NextMOTDate>2024-10-16T17:11:35.3839749+02:00</d2p1:NextMOTDate>
      <d2p1:NextMOTDateForDisplay>sample string 19</d2p1:NextMOTDateForDisplay>
      <d2p1:NextService>1.1</d2p1:NextService>
      <d2p1:NextServiceDate>2024-10-16T17:11:35.3839749+02:00</d2p1:NextServiceDate>
      <d2p1:NextServiceDateForDisplay>sample string 22</d2p1:NextServiceDateForDisplay>
      <d2p1:ODO>3</d2p1:ODO>
      <d2p1:RegistrationNumber>sample string 2</d2p1:RegistrationNumber>
      <d2p1:ServiceCommunicationModeType>30</d2p1:ServiceCommunicationModeType>
      <d2p1:ServiceInterval>7</d2p1:ServiceInterval>
      <d2p1:ServiceIntervalType>48</d2p1:ServiceIntervalType>
      <d2p1:ServiceIntervalUnit>6</d2p1:ServiceIntervalUnit>
      <d2p1:ServiceReceiver>sample string 31</d2p1:ServiceReceiver>
      <d2p1:ServiceReminder>8</d2p1:ServiceReminder>
      <d2p1:ServiceStatus>sample string 16</d2p1:ServiceStatus>
      <d2p1:ServiceUserId>45</d2p1:ServiceUserId>
      <d2p1:VehicleID>1</d2p1:VehicleID>
    </d2p1:APIVehicleAdministrationData>
    <d2p1:APIVehicleAdministrationData>
      <d2p1:AccessRightIdCSV>sample string 25</d2p1:AccessRightIdCSV>
      <d2p1:AccessRights>
        <d2p1:HasCreateAccess>true</d2p1:HasCreateAccess>
        <d2p1:HasDeleteAccess>true</d2p1:HasDeleteAccess>
        <d2p1:HasRetrieveAccess>true</d2p1:HasRetrieveAccess>
        <d2p1:HasUpdateAccess>true</d2p1:HasUpdateAccess>
      </d2p1:AccessRights>
      <d2p1:AppName>sample string 51</d2p1:AppName>
      <d2p1:Comments>sample string 50</d2p1:Comments>
      <d2p1:CurrentValueHours>9</d2p1:CurrentValueHours>
      <d2p1:DistanceCommunicationModeType>34</d2p1:DistanceCommunicationModeType>
      <d2p1:DistanceLimit>10.1</d2p1:DistanceLimit>
      <d2p1:DistanceReceiver>sample string 35</d2p1:DistanceReceiver>
      <d2p1:DistanceReminder>11</d2p1:DistanceReminder>
      <d2p1:DistanceStatus>sample string 18</d2p1:DistanceStatus>
      <d2p1:DistanceUserId>47</d2p1:DistanceUserId>
      <d2p1:GroupIdCsv>sample string 26</d2p1:GroupIdCsv>
      <d2p1:ImageName>sample string 49</d2p1:ImageName>
      <d2p1:IsDistanceExceededNotificationSend>true</d2p1:IsDistanceExceededNotificationSend>
      <d2p1:IsDistanceReminderNotificationSend>true</d2p1:IsDistanceReminderNotificationSend>
      <d2p1:IsLeasingExceededNotificationSend>true</d2p1:IsLeasingExceededNotificationSend>
      <d2p1:IsLeasingReminderNotificationSend>true</d2p1:IsLeasingReminderNotificationSend>
      <d2p1:IsMOTExceededNotificationSend>true</d2p1:IsMOTExceededNotificationSend>
      <d2p1:IsMOTReminderNotificationSend>true</d2p1:IsMOTReminderNotificationSend>
      <d2p1:IsServiceExceededNotificationSend>true</d2p1:IsServiceExceededNotificationSend>
      <d2p1:IsServiceForRunningHours>true</d2p1:IsServiceForRunningHours>
      <d2p1:IsServiceForSwitchON>true</d2p1:IsServiceForSwitchON>
      <d2p1:IsServiceIntervalInKM>true</d2p1:IsServiceIntervalInKM>
      <d2p1:IsServiceReminderNotificationSend>true</d2p1:IsServiceReminderNotificationSend>
      <d2p1:LastMOTDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LastMOTDate>
      <d2p1:LastMOTDateForDisplay>sample string 20</d2p1:LastMOTDateForDisplay>
      <d2p1:LastService>1.1</d2p1:LastService>
      <d2p1:LastServiceDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LastServiceDate>
      <d2p1:LastServiceDateForDisplay>sample string 21</d2p1:LastServiceDateForDisplay>
      <d2p1:LastUpdated_Concurrency>2024-10-16T17:11:35.3839749+02:00</d2p1:LastUpdated_Concurrency>
      <d2p1:LeasingCommunicationModeType>32</d2p1:LeasingCommunicationModeType>
      <d2p1:LeasingEndDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LeasingEndDate>
      <d2p1:LeasingEndDateForDisplay>sample string 24</d2p1:LeasingEndDateForDisplay>
      <d2p1:LeasingEndReminder>12</d2p1:LeasingEndReminder>
      <d2p1:LeasingReceiver>sample string 33</d2p1:LeasingReceiver>
      <d2p1:LeasingStartDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LeasingStartDate>
      <d2p1:LeasingStartDateForDisplay>sample string 23</d2p1:LeasingStartDateForDisplay>
      <d2p1:LeasingStatus>sample string 17</d2p1:LeasingStatus>
      <d2p1:LeasingUserId>46</d2p1:LeasingUserId>
      <d2p1:LegalStatus>sample string 13</d2p1:LegalStatus>
      <d2p1:MOTCommunicationModeType>28</d2p1:MOTCommunicationModeType>
      <d2p1:MOTInterval>4</d2p1:MOTInterval>
      <d2p1:MOTReceiver>sample string 29</d2p1:MOTReceiver>
      <d2p1:MOTReminder>5</d2p1:MOTReminder>
      <d2p1:MOTStatus>sample string 15</d2p1:MOTStatus>
      <d2p1:MOTUserId>44</d2p1:MOTUserId>
      <d2p1:NextMOTDate>2024-10-16T17:11:35.3839749+02:00</d2p1:NextMOTDate>
      <d2p1:NextMOTDateForDisplay>sample string 19</d2p1:NextMOTDateForDisplay>
      <d2p1:NextService>1.1</d2p1:NextService>
      <d2p1:NextServiceDate>2024-10-16T17:11:35.3839749+02:00</d2p1:NextServiceDate>
      <d2p1:NextServiceDateForDisplay>sample string 22</d2p1:NextServiceDateForDisplay>
      <d2p1:ODO>3</d2p1:ODO>
      <d2p1:RegistrationNumber>sample string 2</d2p1:RegistrationNumber>
      <d2p1:ServiceCommunicationModeType>30</d2p1:ServiceCommunicationModeType>
      <d2p1:ServiceInterval>7</d2p1:ServiceInterval>
      <d2p1:ServiceIntervalType>48</d2p1:ServiceIntervalType>
      <d2p1:ServiceIntervalUnit>6</d2p1:ServiceIntervalUnit>
      <d2p1:ServiceReceiver>sample string 31</d2p1:ServiceReceiver>
      <d2p1:ServiceReminder>8</d2p1:ServiceReminder>
      <d2p1:ServiceStatus>sample string 16</d2p1:ServiceStatus>
      <d2p1:ServiceUserId>45</d2p1:ServiceUserId>
      <d2p1:VehicleID>1</d2p1:VehicleID>
    </d2p1:APIVehicleAdministrationData>
    <d2p1:APIVehicleAdministrationData>
      <d2p1:AccessRightIdCSV>sample string 25</d2p1:AccessRightIdCSV>
      <d2p1:AccessRights>
        <d2p1:HasCreateAccess>true</d2p1:HasCreateAccess>
        <d2p1:HasDeleteAccess>true</d2p1:HasDeleteAccess>
        <d2p1:HasRetrieveAccess>true</d2p1:HasRetrieveAccess>
        <d2p1:HasUpdateAccess>true</d2p1:HasUpdateAccess>
      </d2p1:AccessRights>
      <d2p1:AppName>sample string 51</d2p1:AppName>
      <d2p1:Comments>sample string 50</d2p1:Comments>
      <d2p1:CurrentValueHours>9</d2p1:CurrentValueHours>
      <d2p1:DistanceCommunicationModeType>34</d2p1:DistanceCommunicationModeType>
      <d2p1:DistanceLimit>10.1</d2p1:DistanceLimit>
      <d2p1:DistanceReceiver>sample string 35</d2p1:DistanceReceiver>
      <d2p1:DistanceReminder>11</d2p1:DistanceReminder>
      <d2p1:DistanceStatus>sample string 18</d2p1:DistanceStatus>
      <d2p1:DistanceUserId>47</d2p1:DistanceUserId>
      <d2p1:GroupIdCsv>sample string 26</d2p1:GroupIdCsv>
      <d2p1:ImageName>sample string 49</d2p1:ImageName>
      <d2p1:IsDistanceExceededNotificationSend>true</d2p1:IsDistanceExceededNotificationSend>
      <d2p1:IsDistanceReminderNotificationSend>true</d2p1:IsDistanceReminderNotificationSend>
      <d2p1:IsLeasingExceededNotificationSend>true</d2p1:IsLeasingExceededNotificationSend>
      <d2p1:IsLeasingReminderNotificationSend>true</d2p1:IsLeasingReminderNotificationSend>
      <d2p1:IsMOTExceededNotificationSend>true</d2p1:IsMOTExceededNotificationSend>
      <d2p1:IsMOTReminderNotificationSend>true</d2p1:IsMOTReminderNotificationSend>
      <d2p1:IsServiceExceededNotificationSend>true</d2p1:IsServiceExceededNotificationSend>
      <d2p1:IsServiceForRunningHours>true</d2p1:IsServiceForRunningHours>
      <d2p1:IsServiceForSwitchON>true</d2p1:IsServiceForSwitchON>
      <d2p1:IsServiceIntervalInKM>true</d2p1:IsServiceIntervalInKM>
      <d2p1:IsServiceReminderNotificationSend>true</d2p1:IsServiceReminderNotificationSend>
      <d2p1:LastMOTDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LastMOTDate>
      <d2p1:LastMOTDateForDisplay>sample string 20</d2p1:LastMOTDateForDisplay>
      <d2p1:LastService>1.1</d2p1:LastService>
      <d2p1:LastServiceDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LastServiceDate>
      <d2p1:LastServiceDateForDisplay>sample string 21</d2p1:LastServiceDateForDisplay>
      <d2p1:LastUpdated_Concurrency>2024-10-16T17:11:35.3839749+02:00</d2p1:LastUpdated_Concurrency>
      <d2p1:LeasingCommunicationModeType>32</d2p1:LeasingCommunicationModeType>
      <d2p1:LeasingEndDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LeasingEndDate>
      <d2p1:LeasingEndDateForDisplay>sample string 24</d2p1:LeasingEndDateForDisplay>
      <d2p1:LeasingEndReminder>12</d2p1:LeasingEndReminder>
      <d2p1:LeasingReceiver>sample string 33</d2p1:LeasingReceiver>
      <d2p1:LeasingStartDate>2024-10-16T17:11:35.3839749+02:00</d2p1:LeasingStartDate>
      <d2p1:LeasingStartDateForDisplay>sample string 23</d2p1:LeasingStartDateForDisplay>
      <d2p1:LeasingStatus>sample string 17</d2p1:LeasingStatus>
      <d2p1:LeasingUserId>46</d2p1:LeasingUserId>
      <d2p1:LegalStatus>sample string 13</d2p1:LegalStatus>
      <d2p1:MOTCommunicationModeType>28</d2p1:MOTCommunicationModeType>
      <d2p1:MOTInterval>4</d2p1:MOTInterval>
      <d2p1:MOTReceiver>sample string 29</d2p1:MOTReceiver>
      <d2p1:MOTReminder>5</d2p1:MOTReminder>
      <d2p1:MOTStatus>sample string 15</d2p1:MOTStatus>
      <d2p1:MOTUserId>44</d2p1:MOTUserId>
      <d2p1:NextMOTDate>2024-10-16T17:11:35.3839749+02:00</d2p1:NextMOTDate>
      <d2p1:NextMOTDateForDisplay>sample string 19</d2p1:NextMOTDateForDisplay>
      <d2p1:NextService>1.1</d2p1:NextService>
      <d2p1:NextServiceDate>2024-10-16T17:11:35.3839749+02:00</d2p1:NextServiceDate>
      <d2p1:NextServiceDateForDisplay>sample string 22</d2p1:NextServiceDateForDisplay>
      <d2p1:ODO>3</d2p1:ODO>
      <d2p1:RegistrationNumber>sample string 2</d2p1:RegistrationNumber>
      <d2p1:ServiceCommunicationModeType>30</d2p1:ServiceCommunicationModeType>
      <d2p1:ServiceInterval>7</d2p1:ServiceInterval>
      <d2p1:ServiceIntervalType>48</d2p1:ServiceIntervalType>
      <d2p1:ServiceIntervalUnit>6</d2p1:ServiceIntervalUnit>
      <d2p1:ServiceReceiver>sample string 31</d2p1:ServiceReceiver>
      <d2p1:ServiceReminder>8</d2p1:ServiceReminder>
      <d2p1:ServiceStatus>sample string 16</d2p1:ServiceStatus>
      <d2p1:ServiceUserId>45</d2p1:ServiceUserId>
      <d2p1:VehicleID>1</d2p1:VehicleID>
    </d2p1:APIVehicleAdministrationData>
  </VehicleAdministrationDataList>
</APIVehicleAdministrationWithSummaryResponse>