GET Api/Renewal/GetAll?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": "2c98fdb3-e041-4c44-9df9-55b2b17261cc",
"Vehicle": {
"VehicleID": "5340b1c5-dbc0-492e-9135-975c307b465c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3e19dc05-666d-4309-9218-ca00e3242306",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0da486dd-2f17-4150-8b65-dfa992179590",
"PartnerID": "22f4d6ef-a4ba-46ac-9947-b337336a7e57"
},
"RenewalType": {
"RenewalTypeID": "beb819b1-7d50-4868-a2dd-561c694ec19f",
"Name": "sample string 2",
"FrequencyDays": 3,
"Description": "sample string 4",
"Id": "f8ebdbc7-079c-47a8-9dbf-7a261e3d9904",
"UserName": "sample string 6",
"UserID": "a03b9f42-48d0-4477-b073-cc479630bcde",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-02-08T22:59:42.1062321+04:00",
"ClientID": "84e93e51-afd3-40a0-a1fa-5f651033cc27",
"ClientName": "sample string 11",
"PartnerID": "152ffffd-a9e6-4b26-82f8-6a59616cfbb4",
"PartnerName": "sample string 13"
},
"DueDate": "2026-02-08T22:59:42.1062321+04:00",
"ExpiryDate": "2026-02-08T22:59:42.1062321+04:00",
"RenewalDoneOn": "2026-02-08T22:59:42.1062321+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": "65b53a3a-c0d6-4738-8c39-69b5cbcce6df",
"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": "081ff2e2-5333-4f34-b8c5-85083c093262",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Id": "168c67ed-ba16-4345-bcc2-8e8d3c1ddd41",
"UserName": "sample string 13",
"UserID": "3ad6cd49-46b3-40da-86dd-91480306f6ce",
"CreatedBy": "sample string 15",
"CreatedOn": "2026-02-08T22:59:42.1062321+04:00",
"ClientID": "1a39b3b7-7992-4079-af5b-c3f5e876aec7",
"ClientName": "sample string 18",
"PartnerID": "54dccd2a-132a-4807-86a7-c34ffecbad47",
"PartnerName": "sample string 20"
},
{
"VehicleRenewalID": "2c98fdb3-e041-4c44-9df9-55b2b17261cc",
"Vehicle": {
"VehicleID": "5340b1c5-dbc0-492e-9135-975c307b465c",
"Name": "sample string 2",
"VehicleNo": "sample string 3",
"Odometer": 4,
"ModelName": "sample string 5",
"DriverID": "3e19dc05-666d-4309-9218-ca00e3242306",
"DriverName": "sample string 7",
"DriverContactNo": "sample string 8",
"IMEINo": "sample string 9",
"ClientID": "0da486dd-2f17-4150-8b65-dfa992179590",
"PartnerID": "22f4d6ef-a4ba-46ac-9947-b337336a7e57"
},
"RenewalType": {
"RenewalTypeID": "beb819b1-7d50-4868-a2dd-561c694ec19f",
"Name": "sample string 2",
"FrequencyDays": 3,
"Description": "sample string 4",
"Id": "f8ebdbc7-079c-47a8-9dbf-7a261e3d9904",
"UserName": "sample string 6",
"UserID": "a03b9f42-48d0-4477-b073-cc479630bcde",
"CreatedBy": "sample string 8",
"CreatedOn": "2026-02-08T22:59:42.1062321+04:00",
"ClientID": "84e93e51-afd3-40a0-a1fa-5f651033cc27",
"ClientName": "sample string 11",
"PartnerID": "152ffffd-a9e6-4b26-82f8-6a59616cfbb4",
"PartnerName": "sample string 13"
},
"DueDate": "2026-02-08T22:59:42.1062321+04:00",
"ExpiryDate": "2026-02-08T22:59:42.1062321+04:00",
"RenewalDoneOn": "2026-02-08T22:59:42.1062321+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": "65b53a3a-c0d6-4738-8c39-69b5cbcce6df",
"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": "081ff2e2-5333-4f34-b8c5-85083c093262",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
"Id": "168c67ed-ba16-4345-bcc2-8e8d3c1ddd41",
"UserName": "sample string 13",
"UserID": "3ad6cd49-46b3-40da-86dd-91480306f6ce",
"CreatedBy": "sample string 15",
"CreatedOn": "2026-02-08T22:59:42.1062321+04:00",
"ClientID": "1a39b3b7-7992-4079-af5b-c3f5e876aec7",
"ClientName": "sample string 18",
"PartnerID": "54dccd2a-132a-4807-86a7-c34ffecbad47",
"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>1a39b3b7-7992-4079-af5b-c3f5e876aec7</ClientID>
<ClientName>sample string 18</ClientName>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2026-02-08T22:59:42.1062321+04:00</CreatedOn>
<Id>168c67ed-ba16-4345-bcc2-8e8d3c1ddd41</Id>
<PartnerID>54dccd2a-132a-4807-86a7-c34ffecbad47</PartnerID>
<PartnerName>sample string 20</PartnerName>
<UserID>3ad6cd49-46b3-40da-86dd-91480306f6ce</UserID>
<UserName>sample string 13</UserName>
<AmountSpent>7</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>081ff2e2-5333-4f34-b8c5-85083c093262</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-02-08T22:59:42.1062321+04:00</DueDate>
<DueDetail>sample string 11</DueDetail>
<ExpiryDate>2026-02-08T22:59:42.1062321+04:00</ExpiryDate>
<IsOverdue>true</IsOverdue>
<Note>sample string 8</Note>
<OverdueReason>sample string 6</OverdueReason>
<ReminderBeforeDays>10</ReminderBeforeDays>
<RenewalDoneOn>2026-02-08T22:59:42.1062321+04:00</RenewalDoneOn>
<RenewalType>
<ClientID>84e93e51-afd3-40a0-a1fa-5f651033cc27</ClientID>
<ClientName>sample string 11</ClientName>
<CreatedBy>sample string 8</CreatedBy>
<CreatedOn>2026-02-08T22:59:42.1062321+04:00</CreatedOn>
<Id>f8ebdbc7-079c-47a8-9dbf-7a261e3d9904</Id>
<PartnerID>152ffffd-a9e6-4b26-82f8-6a59616cfbb4</PartnerID>
<PartnerName>sample string 13</PartnerName>
<UserID>a03b9f42-48d0-4477-b073-cc479630bcde</UserID>
<UserName>sample string 6</UserName>
<Description>sample string 4</Description>
<FrequencyDays>3</FrequencyDays>
<Name>sample string 2</Name>
<RenewalTypeID>beb819b1-7d50-4868-a2dd-561c694ec19f</RenewalTypeID>
</RenewalType>
<UsersToNotify>
<BusinessHoursID>65b53a3a-c0d6-4738-8c39-69b5cbcce6df</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>0da486dd-2f17-4150-8b65-dfa992179590</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3e19dc05-666d-4309-9218-ca00e3242306</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>22f4d6ef-a4ba-46ac-9947-b337336a7e57</PartnerID>
<VehicleID>5340b1c5-dbc0-492e-9135-975c307b465c</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleRenewalID>2c98fdb3-e041-4c44-9df9-55b2b17261cc</VehicleRenewalID>
</VehicleRenewal>
<VehicleRenewal>
<ClientID>1a39b3b7-7992-4079-af5b-c3f5e876aec7</ClientID>
<ClientName>sample string 18</ClientName>
<CreatedBy>sample string 15</CreatedBy>
<CreatedOn>2026-02-08T22:59:42.1062321+04:00</CreatedOn>
<Id>168c67ed-ba16-4345-bcc2-8e8d3c1ddd41</Id>
<PartnerID>54dccd2a-132a-4807-86a7-c34ffecbad47</PartnerID>
<PartnerName>sample string 20</PartnerName>
<UserID>3ad6cd49-46b3-40da-86dd-91480306f6ce</UserID>
<UserName>sample string 13</UserName>
<AmountSpent>7</AmountSpent>
<Attachment>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 2</AttachmentDataBase64>
<AttachmentID>081ff2e2-5333-4f34-b8c5-85083c093262</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-02-08T22:59:42.1062321+04:00</DueDate>
<DueDetail>sample string 11</DueDetail>
<ExpiryDate>2026-02-08T22:59:42.1062321+04:00</ExpiryDate>
<IsOverdue>true</IsOverdue>
<Note>sample string 8</Note>
<OverdueReason>sample string 6</OverdueReason>
<ReminderBeforeDays>10</ReminderBeforeDays>
<RenewalDoneOn>2026-02-08T22:59:42.1062321+04:00</RenewalDoneOn>
<RenewalType>
<ClientID>84e93e51-afd3-40a0-a1fa-5f651033cc27</ClientID>
<ClientName>sample string 11</ClientName>
<CreatedBy>sample string 8</CreatedBy>
<CreatedOn>2026-02-08T22:59:42.1062321+04:00</CreatedOn>
<Id>f8ebdbc7-079c-47a8-9dbf-7a261e3d9904</Id>
<PartnerID>152ffffd-a9e6-4b26-82f8-6a59616cfbb4</PartnerID>
<PartnerName>sample string 13</PartnerName>
<UserID>a03b9f42-48d0-4477-b073-cc479630bcde</UserID>
<UserName>sample string 6</UserName>
<Description>sample string 4</Description>
<FrequencyDays>3</FrequencyDays>
<Name>sample string 2</Name>
<RenewalTypeID>beb819b1-7d50-4868-a2dd-561c694ec19f</RenewalTypeID>
</RenewalType>
<UsersToNotify>
<BusinessHoursID>65b53a3a-c0d6-4738-8c39-69b5cbcce6df</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>0da486dd-2f17-4150-8b65-dfa992179590</ClientID>
<DriverContactNo>sample string 8</DriverContactNo>
<DriverID>3e19dc05-666d-4309-9218-ca00e3242306</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>22f4d6ef-a4ba-46ac-9947-b337336a7e57</PartnerID>
<VehicleID>5340b1c5-dbc0-492e-9135-975c307b465c</VehicleID>
<VehicleNo>sample string 3</VehicleNo>
</Vehicle>
<VehicleRenewalID>2c98fdb3-e041-4c44-9df9-55b2b17261cc</VehicleRenewalID>
</VehicleRenewal>
</ArrayOfVehicleRenewal>