GET Api/Renewal?clientID={clientID}&vehicleID={vehicleID}&renewalTypeID={renewalTypeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | globally unique identifier |
Required |
|
| vehicleID | globally unique identifier |
Required |
|
| renewalTypeID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleRenewal| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleRenewalID | globally unique identifier |
None. |
|
| Vehicle | VehicleBase |
None. |
|
| RenewalType | RenewalType |
None. |
|
| DueDate | date |
None. |
|
| ExpiryDate | date |
None. |
|
| RenewalDoneOn | date |
None. |
|
| IsOverdue | boolean |
None. |
|
| OverdueReason | string |
None. |
|
| UsersToNotify | user_alert_setting |
None. |
|
| AmountSpent | decimal number |
None. |
|
| Note | string |
None. |
|
| Days | integer |
None. |
|
| ReminderBeforeDays | integer |
None. |
|
| DueDetail | string |
None. |
|
| Attachment | Attachment |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VehicleRenewalID": "4241404f-99ca-4df3-b2dc-069e1c466a8f",
"Vehicle": {
"VehicleID": "45f346af-82a0-4556-aafe-bc8f4c6f00a9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bed4fab0-d31e-425e-9639-33d7de3143eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "482f6d54-f983-4ba3-9c80-854f5df2863d",
"PartnerID": "c746f155-64fe-41fd-92cc-06eeac6dbf1c"
},
"RenewalType": {
"RenewalTypeID": "3afea562-632f-4b65-aaa2-b423723e6d49",
"Name": "sample string 2",
"FrequencyDays": 3,
"Description": "sample string 4",
"Id": "04d8ec9d-7ff5-4833-8867-0d5971f32cec",
"UserName": "sample string 6",
"UserID": "408cd7d5-0282-4c06-885e-86aa2d32ddeb",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-07-10T13:34:55.2457131+04:00",
"ClientID": "6c033329-e8fe-4642-973d-6dc57bbb2ce9",
"ClientName": "sample string 11",
"PartnerID": "f087e791-05fc-485f-a530-f7b516c8a936",
"PartnerName": "sample string 13"
},
"DueDate": "2026-07-10T13:34:55.2457131+04:00",
"ExpiryDate": "2026-07-10T13:34:55.2457131+04:00",
"RenewalDoneOn": "2026-07-10T13:34:55.2457131+04:00",
"IsOverdue": true,
"OverdueReason": "sample string 6",
"UsersToNotify": {
"Users": [
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
},
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
],
"BusinessHoursID": "8b067a1b-3815-4820-8dc0-bb8915b90d48",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"AmountSpent": 7.0,
"Note": "sample string 8",
"Days": 9,
"ReminderBeforeDays": 10,
"DueDetail": "sample string 11",
"Attachment": {
"AttachmentID": "8a82177d-18c8-466f-89ed-40c21295eeaa",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Id": "c18e984a-d0b9-4188-b281-3dccb53792b1",
"UserName": "sample string 13",
"UserID": "0d15cddd-9cd5-43f2-9fd7-af22caa8242d",
"CreatedBy": "sample string 15",
"CreatedOn": "2026-07-10T13:34:55.2457131+04:00",
"ClientID": "887a83a8-f114-457d-86ca-d98e3a08123a",
"ClientName": "sample string 18",
"PartnerID": "e4578abd-d62b-4d9b-8960-bd3578a8d127",
"PartnerName": "sample string 20"
},
{
"VehicleRenewalID": "4241404f-99ca-4df3-b2dc-069e1c466a8f",
"Vehicle": {
"VehicleID": "45f346af-82a0-4556-aafe-bc8f4c6f00a9",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "bed4fab0-d31e-425e-9639-33d7de3143eb",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "482f6d54-f983-4ba3-9c80-854f5df2863d",
"PartnerID": "c746f155-64fe-41fd-92cc-06eeac6dbf1c"
},
"RenewalType": {
"RenewalTypeID": "3afea562-632f-4b65-aaa2-b423723e6d49",
"Name": "sample string 2",
"FrequencyDays": 3,
"Description": "sample string 4",
"Id": "04d8ec9d-7ff5-4833-8867-0d5971f32cec",
"UserName": "sample string 6",
"UserID": "408cd7d5-0282-4c06-885e-86aa2d32ddeb",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-07-10T13:34:55.2457131+04:00",
"ClientID": "6c033329-e8fe-4642-973d-6dc57bbb2ce9",
"ClientName": "sample string 11",
"PartnerID": "f087e791-05fc-485f-a530-f7b516c8a936",
"PartnerName": "sample string 13"
},
"DueDate": "2026-07-10T13:34:55.2457131+04:00",
"ExpiryDate": "2026-07-10T13:34:55.2457131+04:00",
"RenewalDoneOn": "2026-07-10T13:34:55.2457131+04:00",
"IsOverdue": true,
"OverdueReason": "sample string 6",
"UsersToNotify": {
"Users": [
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
},
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
],
"BusinessHoursID": "8b067a1b-3815-4820-8dc0-bb8915b90d48",
"IsNotifyUsingSms": true,
"IsNotifyUsingEmail": true,
"IsNotifyUsingPortal": true,
"IsNotifyUsingMobileApp": true,
"UserEmailIds": [
"sample string 1",
"sample string 2"
],
"IsNotifyDriverUsingSms": true,
"IsNotifyDriverUsingEmail": true,
"IsNotifyDriverUsingMobileApp": true
},
"AmountSpent": 7.0,
"Note": "sample string 8",
"Days": 9,
"ReminderBeforeDays": 10,
"DueDetail": "sample string 11",
"Attachment": {
"AttachmentID": "8a82177d-18c8-466f-89ed-40c21295eeaa",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Id": "c18e984a-d0b9-4188-b281-3dccb53792b1",
"UserName": "sample string 13",
"UserID": "0d15cddd-9cd5-43f2-9fd7-af22caa8242d",
"CreatedBy": "sample string 15",
"CreatedOn": "2026-07-10T13:34:55.2457131+04:00",
"ClientID": "887a83a8-f114-457d-86ca-d98e3a08123a",
"ClientName": "sample string 18",
"PartnerID": "e4578abd-d62b-4d9b-8960-bd3578a8d127",
"PartnerName": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfVehicleRenewal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<VehicleRenewal>
<ClientID>887a83a8-f114-457d-86ca-d98e3a08123a</ClientID>
<ClientName>sample string 18</ClientName>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2026-07-10T13:34:55.2457131+04:00</CreatedOn>
<Id>c18e984a-d0b9-4188-b281-3dccb53792b1</Id>
<PartnerID>e4578abd-d62b-4d9b-8960-bd3578a8d127</PartnerID>
<PartnerName>sample string 20</PartnerName>
<UserID>0d15cddd-9cd5-43f2-9fd7-af22caa8242d</UserID>
<UserName>sample string 13</UserName>
<AmountSpent>7</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>8a82177d-18c8-466f-89ed-40c21295eeaa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<Days>9</Days>
<DueDate>2026-07-10T13:34:55.2457131+04:00</DueDate>
<DueDetail>sample string 11</DueDetail>
<ExpiryDate>2026-07-10T13:34:55.2457131+04:00</ExpiryDate>
<IsOverdue>true</IsOverdue>
<Note>sample string 8</Note>
<OverdueReason>sample string 6</OverdueReason>
<ReminderBeforeDays>10</ReminderBeforeDays>
<RenewalDoneOn>2026-07-10T13:34:55.2457131+04:00</RenewalDoneOn>
<RenewalType>
<ClientID>6c033329-e8fe-4642-973d-6dc57bbb2ce9</ClientID>
<ClientName>sample string 11</ClientName>
<CreatedBy>sample string 8</CreatedBy>
<CreatedOn>2026-07-10T13:34:55.2457131+04:00</CreatedOn>
<Id>04d8ec9d-7ff5-4833-8867-0d5971f32cec</Id>
<PartnerID>f087e791-05fc-485f-a530-f7b516c8a936</PartnerID>
<PartnerName>sample string 13</PartnerName>
<UserID>408cd7d5-0282-4c06-885e-86aa2d32ddeb</UserID>
<UserName>sample string 6</UserName>
<Description>sample string 4</Description>
<FrequencyDays>3</FrequencyDays>
<Name>sample string 2</Name>
<RenewalTypeID>3afea562-632f-4b65-aaa2-b423723e6d49</RenewalTypeID>
</RenewalType>
<UsersToNotify>
<BusinessHoursID>8b067a1b-3815-4820-8dc0-bb8915b90d48</BusinessHoursID>
<IsNotifyDriverUsingEmail>true</IsNotifyDriverUsingEmail>
<IsNotifyDriverUsingMobileApp>true</IsNotifyDriverUsingMobileApp>
<IsNotifyDriverUsingSms>true</IsNotifyDriverUsingSms>
<IsNotifyUsingEmail>true</IsNotifyUsingEmail>
<IsNotifyUsingMobileApp>true</IsNotifyUsingMobileApp>
<IsNotifyUsingPortal>true</IsNotifyUsingPortal>
<IsNotifyUsingSms>true</IsNotifyUsingSms>
<UserEmailIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</UserEmailIds>
<Users xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
</Users>
</UsersToNotify>
<Vehicle>
<ClientID>482f6d54-f983-4ba3-9c80-854f5df2863d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bed4fab0-d31e-425e-9639-33d7de3143eb</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>c746f155-64fe-41fd-92cc-06eeac6dbf1c</PartnerID>
<VehicleID>45f346af-82a0-4556-aafe-bc8f4c6f00a9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleRenewalID>4241404f-99ca-4df3-b2dc-069e1c466a8f</VehicleRenewalID>
</VehicleRenewal>
<VehicleRenewal>
<ClientID>887a83a8-f114-457d-86ca-d98e3a08123a</ClientID>
<ClientName>sample string 18</ClientName>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2026-07-10T13:34:55.2457131+04:00</CreatedOn>
<Id>c18e984a-d0b9-4188-b281-3dccb53792b1</Id>
<PartnerID>e4578abd-d62b-4d9b-8960-bd3578a8d127</PartnerID>
<PartnerName>sample string 20</PartnerName>
<UserID>0d15cddd-9cd5-43f2-9fd7-af22caa8242d</UserID>
<UserName>sample string 13</UserName>
<AmountSpent>7</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>8a82177d-18c8-466f-89ed-40c21295eeaa</AttachmentID>
<ContentType>sample string 3</ContentType>
<FileName>sample string 4</FileName>
<ImageString>sample string 5</ImageString>
<IsDeleted>true</IsDeleted>
</Attachment>
<Days>9</Days>
<DueDate>2026-07-10T13:34:55.2457131+04:00</DueDate>
<DueDetail>sample string 11</DueDetail>
<ExpiryDate>2026-07-10T13:34:55.2457131+04:00</ExpiryDate>
<IsOverdue>true</IsOverdue>
<Note>sample string 8</Note>
<OverdueReason>sample string 6</OverdueReason>
<ReminderBeforeDays>10</ReminderBeforeDays>
<RenewalDoneOn>2026-07-10T13:34:55.2457131+04:00</RenewalDoneOn>
<RenewalType>
<ClientID>6c033329-e8fe-4642-973d-6dc57bbb2ce9</ClientID>
<ClientName>sample string 11</ClientName>
<CreatedBy>sample string 8</CreatedBy>
<CreatedOn>2026-07-10T13:34:55.2457131+04:00</CreatedOn>
<Id>04d8ec9d-7ff5-4833-8867-0d5971f32cec</Id>
<PartnerID>f087e791-05fc-485f-a530-f7b516c8a936</PartnerID>
<PartnerName>sample string 13</PartnerName>
<UserID>408cd7d5-0282-4c06-885e-86aa2d32ddeb</UserID>
<UserName>sample string 6</UserName>
<Description>sample string 4</Description>
<FrequencyDays>3</FrequencyDays>
<Name>sample string 2</Name>
<RenewalTypeID>3afea562-632f-4b65-aaa2-b423723e6d49</RenewalTypeID>
</RenewalType>
<UsersToNotify>
<BusinessHoursID>8b067a1b-3815-4820-8dc0-bb8915b90d48</BusinessHoursID>
<IsNotifyDriverUsingEmail>true</IsNotifyDriverUsingEmail>
<IsNotifyDriverUsingMobileApp>true</IsNotifyDriverUsingMobileApp>
<IsNotifyDriverUsingSms>true</IsNotifyDriverUsingSms>
<IsNotifyUsingEmail>true</IsNotifyUsingEmail>
<IsNotifyUsingMobileApp>true</IsNotifyUsingMobileApp>
<IsNotifyUsingPortal>true</IsNotifyUsingPortal>
<IsNotifyUsingSms>true</IsNotifyUsingSms>
<UserEmailIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</UserEmailIds>
<Users xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
<d4p1:TupleOfstringstring>
<d4p1:m_Item1>sample string 1</d4p1:m_Item1>
<d4p1:m_Item2>sample string 2</d4p1:m_Item2>
</d4p1:TupleOfstringstring>
</Users>
</UsersToNotify>
<Vehicle>
<ClientID>482f6d54-f983-4ba3-9c80-854f5df2863d</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>bed4fab0-d31e-425e-9639-33d7de3143eb</DriverID>
<DriverName>sample string 7</DriverName>
<IMEINo>sample string 9</IMEINo>
<ModelName>sample string 5</ModelName>
<Name>sample string 2</Name>
<Odometer>4</Odometer>
<PartnerID>c746f155-64fe-41fd-92cc-06eeac6dbf1c</PartnerID>
<VehicleID>45f346af-82a0-4556-aafe-bc8f4c6f00a9</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleRenewalID>4241404f-99ca-4df3-b2dc-069e1c466a8f</VehicleRenewalID>
</VehicleRenewal>
</ArrayOfVehicleRenewal>