GET api/SingleRate/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiRateManagerRateDataName | Description | Type | Additional information |
---|---|---|---|
RateId | integer |
None. |
|
VehicleId | integer |
None. |
|
LCVVehicleId | integer |
None. |
|
Price | decimal number |
None. |
|
ContractTypeId | integer |
None. |
|
Milage | integer |
None. |
|
Introducer | decimal number |
Data type: Currency |
|
Months | integer |
Range: inclusive between 12 and 60 |
|
InitialRentalPeriod | integer |
Range: inclusive between 0 and 12 |
|
InitialRental | decimal number |
Data type: Currency |
|
FunderId | integer |
None. |
|
Maintenance | boolean |
None. |
|
Metallic | boolean |
None. |
|
Business | boolean |
None. |
|
Notes | string |
None. |
|
Reference | string |
String length: inclusive between 0 and 50 |
|
DataLine | string |
String length: inclusive between 0 and 50 |
|
ModelYear | string |
String length: inclusive between 0 and 8 |
|
RateStatusId | integer |
None. |
|
DocumentFee | decimal number |
Data type: Currency |
|
IsActive | boolean |
None. |
|
IsManual | boolean |
None. |
|
IncludeInContractAndLeasing | boolean |
None. |
|
AutoRenew | boolean |
None. |
|
RateTypeId | integer |
None. |
|
BalloonPayment | decimal number |
Data type: Currency |
|
Instock | boolean |
None. |
|
Label | VehicleLabel |
None. |
Response Formats
application/json, text/json
Sample:
{ "RateId": 1, "VehicleId": 1, "LCVVehicleId": 1, "Price": 2.0, "ContractTypeId": 3, "Milage": 4, "Introducer": 5.0, "Months": 6, "InitialRentalPeriod": 7, "InitialRental": 8.0, "FunderId": 9, "Maintenance": true, "Metallic": true, "Business": true, "Notes": "sample string 13", "Reference": "sample string 14", "DataLine": "sample string 15", "ModelYear": "sample string 16", "RateStatusId": 17, "DocumentFee": 18.0, "IsActive": true, "IsManual": true, "IncludeInContractAndLeasing": true, "AutoRenew": true, "RateTypeId": 23, "BalloonPayment": 24.0, "Instock": true, "Label": 0 }
application/xml, text/xml
Sample:
<ApiRateManagerRateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetRateManager.Infrastructure.ViewModels.APi"> <AutoRenew>true</AutoRenew> <BalloonPayment>24</BalloonPayment> <Business>true</Business> <ContractTypeId>3</ContractTypeId> <DataLine>sample string 15</DataLine> <DocumentFee>18</DocumentFee> <FunderId>9</FunderId> <IncludeInContractAndLeasing>true</IncludeInContractAndLeasing> <InitialRental>8</InitialRental> <InitialRentalPeriod>7</InitialRentalPeriod> <Instock>true</Instock> <Introducer>5</Introducer> <IsActive>true</IsActive> <IsManual>true</IsManual> <LCVVehicleId>1</LCVVehicleId> <Label>None</Label> <Maintenance>true</Maintenance> <Metallic>true</Metallic> <Milage>4</Milage> <ModelYear>sample string 16</ModelYear> <Months>6</Months> <Notes>sample string 13</Notes> <Price>2</Price> <RateId>1</RateId> <RateStatusId>17</RateStatusId> <RateTypeId>23</RateTypeId> <Reference>sample string 14</Reference> <VehicleId>1</VehicleId> </ApiRateManagerRateData>