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": "971be493-c3ef-4a42-bdc5-104094c2eb9d",
"Vehicle": {
"VehicleID": "e27d11aa-0c20-4af2-9ced-fa6e3d6e8fc3",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "11e2213a-d70c-44b9-9257-5c8e47502228",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6e0efb03-6671-486d-94c1-a92279bcf96b",
"PartnerID": "efcea205-d473-4773-a2a2-db2f2153c65a"
},
"RenewalType": {
"RenewalTypeID": "33ae8203-f6df-410f-a4d7-375b595edd45",
"Name": "sample string 2",
"FrequencyDays": 3,
"Description": "sample string 4",
"Id": "149f0f94-d1a2-4f6c-a8c6-6f0c3387479e",
"UserName": "sample string 6",
"UserID": "3012c95f-7a0e-4a42-a8e1-92c98c56461f",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-05-10T12:10:42.3591589+04:00",
"ClientID": "d0b11900-d713-4b83-9a43-dd4a4aa6514e",
"ClientName": "sample string 11",
"PartnerID": "96556ab8-3062-4eba-9820-637b7a9fc098",
"PartnerName": "sample string 13"
},
"DueDate": "2026-05-10T12:10:42.3591589+04:00",
"ExpiryDate": "2026-05-10T12:10:42.3591589+04:00",
"RenewalDoneOn": "2026-05-10T12:10:42.3591589+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": "fcff84b8-8743-4496-b746-7a5a1fbe0b4b",
"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": "5b385065-7f7e-451b-8de6-3276a4d235c0",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Id": "e634a0d5-ad45-43f1-9ba5-f916ed83a08d",
"UserName": "sample string 13",
"UserID": "daf7e460-be54-4319-9468-6a7a9230c5be",
"CreatedBy": "sample string 15",
"CreatedOn": "2026-05-10T12:10:42.3591589+04:00",
"ClientID": "579fb930-4b68-45c6-8896-ad10120f830b",
"ClientName": "sample string 18",
"PartnerID": "28f2fdc9-2740-4081-af3d-f26dc3bad8fc",
"PartnerName": "sample string 20"
},
{
"VehicleRenewalID": "971be493-c3ef-4a42-bdc5-104094c2eb9d",
"Vehicle": {
"VehicleID": "e27d11aa-0c20-4af2-9ced-fa6e3d6e8fc3",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "11e2213a-d70c-44b9-9257-5c8e47502228",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "6e0efb03-6671-486d-94c1-a92279bcf96b",
"PartnerID": "efcea205-d473-4773-a2a2-db2f2153c65a"
},
"RenewalType": {
"RenewalTypeID": "33ae8203-f6df-410f-a4d7-375b595edd45",
"Name": "sample string 2",
"FrequencyDays": 3,
"Description": "sample string 4",
"Id": "149f0f94-d1a2-4f6c-a8c6-6f0c3387479e",
"UserName": "sample string 6",
"UserID": "3012c95f-7a0e-4a42-a8e1-92c98c56461f",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-05-10T12:10:42.3591589+04:00",
"ClientID": "d0b11900-d713-4b83-9a43-dd4a4aa6514e",
"ClientName": "sample string 11",
"PartnerID": "96556ab8-3062-4eba-9820-637b7a9fc098",
"PartnerName": "sample string 13"
},
"DueDate": "2026-05-10T12:10:42.3591589+04:00",
"ExpiryDate": "2026-05-10T12:10:42.3591589+04:00",
"RenewalDoneOn": "2026-05-10T12:10:42.3591589+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": "fcff84b8-8743-4496-b746-7a5a1fbe0b4b",
"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": "5b385065-7f7e-451b-8de6-3276a4d235c0",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Id": "e634a0d5-ad45-43f1-9ba5-f916ed83a08d",
"UserName": "sample string 13",
"UserID": "daf7e460-be54-4319-9468-6a7a9230c5be",
"CreatedBy": "sample string 15",
"CreatedOn": "2026-05-10T12:10:42.3591589+04:00",
"ClientID": "579fb930-4b68-45c6-8896-ad10120f830b",
"ClientName": "sample string 18",
"PartnerID": "28f2fdc9-2740-4081-af3d-f26dc3bad8fc",
"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>579fb930-4b68-45c6-8896-ad10120f830b</ClientID>
<ClientName>sample string 18</ClientName>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2026-05-10T12:10:42.3591589+04:00</CreatedOn>
<Id>e634a0d5-ad45-43f1-9ba5-f916ed83a08d</Id>
<PartnerID>28f2fdc9-2740-4081-af3d-f26dc3bad8fc</PartnerID>
<PartnerName>sample string 20</PartnerName>
<UserID>daf7e460-be54-4319-9468-6a7a9230c5be</UserID>
<UserName>sample string 13</UserName>
<AmountSpent>7</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5b385065-7f7e-451b-8de6-3276a4d235c0</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-05-10T12:10:42.3591589+04:00</DueDate>
<DueDetail>sample string 11</DueDetail>
<ExpiryDate>2026-05-10T12:10:42.3591589+04:00</ExpiryDate>
<IsOverdue>true</IsOverdue>
<Note>sample string 8</Note>
<OverdueReason>sample string 6</OverdueReason>
<ReminderBeforeDays>10</ReminderBeforeDays>
<RenewalDoneOn>2026-05-10T12:10:42.3591589+04:00</RenewalDoneOn>
<RenewalType>
<ClientID>d0b11900-d713-4b83-9a43-dd4a4aa6514e</ClientID>
<ClientName>sample string 11</ClientName>
<CreatedBy>sample string 8</CreatedBy>
<CreatedOn>2026-05-10T12:10:42.3591589+04:00</CreatedOn>
<Id>149f0f94-d1a2-4f6c-a8c6-6f0c3387479e</Id>
<PartnerID>96556ab8-3062-4eba-9820-637b7a9fc098</PartnerID>
<PartnerName>sample string 13</PartnerName>
<UserID>3012c95f-7a0e-4a42-a8e1-92c98c56461f</UserID>
<UserName>sample string 6</UserName>
<Description>sample string 4</Description>
<FrequencyDays>3</FrequencyDays>
<Name>sample string 2</Name>
<RenewalTypeID>33ae8203-f6df-410f-a4d7-375b595edd45</RenewalTypeID>
</RenewalType>
<UsersToNotify>
<BusinessHoursID>fcff84b8-8743-4496-b746-7a5a1fbe0b4b</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>6e0efb03-6671-486d-94c1-a92279bcf96b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>11e2213a-d70c-44b9-9257-5c8e47502228</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>efcea205-d473-4773-a2a2-db2f2153c65a</PartnerID>
<VehicleID>e27d11aa-0c20-4af2-9ced-fa6e3d6e8fc3</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleRenewalID>971be493-c3ef-4a42-bdc5-104094c2eb9d</VehicleRenewalID>
</VehicleRenewal>
<VehicleRenewal>
<ClientID>579fb930-4b68-45c6-8896-ad10120f830b</ClientID>
<ClientName>sample string 18</ClientName>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2026-05-10T12:10:42.3591589+04:00</CreatedOn>
<Id>e634a0d5-ad45-43f1-9ba5-f916ed83a08d</Id>
<PartnerID>28f2fdc9-2740-4081-af3d-f26dc3bad8fc</PartnerID>
<PartnerName>sample string 20</PartnerName>
<UserID>daf7e460-be54-4319-9468-6a7a9230c5be</UserID>
<UserName>sample string 13</UserName>
<AmountSpent>7</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>5b385065-7f7e-451b-8de6-3276a4d235c0</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-05-10T12:10:42.3591589+04:00</DueDate>
<DueDetail>sample string 11</DueDetail>
<ExpiryDate>2026-05-10T12:10:42.3591589+04:00</ExpiryDate>
<IsOverdue>true</IsOverdue>
<Note>sample string 8</Note>
<OverdueReason>sample string 6</OverdueReason>
<ReminderBeforeDays>10</ReminderBeforeDays>
<RenewalDoneOn>2026-05-10T12:10:42.3591589+04:00</RenewalDoneOn>
<RenewalType>
<ClientID>d0b11900-d713-4b83-9a43-dd4a4aa6514e</ClientID>
<ClientName>sample string 11</ClientName>
<CreatedBy>sample string 8</CreatedBy>
<CreatedOn>2026-05-10T12:10:42.3591589+04:00</CreatedOn>
<Id>149f0f94-d1a2-4f6c-a8c6-6f0c3387479e</Id>
<PartnerID>96556ab8-3062-4eba-9820-637b7a9fc098</PartnerID>
<PartnerName>sample string 13</PartnerName>
<UserID>3012c95f-7a0e-4a42-a8e1-92c98c56461f</UserID>
<UserName>sample string 6</UserName>
<Description>sample string 4</Description>
<FrequencyDays>3</FrequencyDays>
<Name>sample string 2</Name>
<RenewalTypeID>33ae8203-f6df-410f-a4d7-375b595edd45</RenewalTypeID>
</RenewalType>
<UsersToNotify>
<BusinessHoursID>fcff84b8-8743-4496-b746-7a5a1fbe0b4b</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>6e0efb03-6671-486d-94c1-a92279bcf96b</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>11e2213a-d70c-44b9-9257-5c8e47502228</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>efcea205-d473-4773-a2a2-db2f2153c65a</PartnerID>
<VehicleID>e27d11aa-0c20-4af2-9ced-fa6e3d6e8fc3</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleRenewalID>971be493-c3ef-4a42-bdc5-104094c2eb9d</VehicleRenewalID>
</VehicleRenewal>
</ArrayOfVehicleRenewal>