v2.4.0 | February 28, 2019
- Added a new attribute to pass the special equipment name provided by the supplier.
API Information
Response Format
XML
Service Action Code
VehRateRulesLLSRQ
Current Version
2.4.0
Target Audience
TN
Environment
Production
What's New
- Added a new attribute to pass the special equipment name provided by the supplier.
Functional Updates And Enhancements
In the Response
Optional
- Parameter: SupplierProvidedName
-
Type: string
Description: Used to return supplier provided description for non-industry Car Extras code.
Sample Value:
<PricedEquip>
<SpecialEquipment Code="XYZ" Status="ABC123" SupplierProvidedName="BOOSTER">
<Rate BaseAmount="100.00"/>
</SpecialEquipment>
</PricedEquip>Note:
Relase note ID: 12907
v2.3.0 | November 10, 2016
- Added .../VehAvailRQCore/@QueryType and @RPH to the request message to query for rate rules based on the previous VehLocationFinderLLSRQ call.
API Information
Response Format
XML
Service Action Code
VehRateRulesLLSRQ
Current Version
2.3.0
Target Audience
TN
Environment
Production
What's New
- Added .../VehAvailRQCore/@QueryType and @RPH to the request message to query for rate rules based on the previous VehLocationFinderLLSRQ call.
New Features
In the Request
Optional
- Parameter: QueryType
-
Type: enum
Description: Used to specify the type of request format, i.e Shop (CF), Quote (CQ), or VehLocationFinder (CLF).
Sample Value:
Note: Previously parameter did not allow QueryType="VehLocationFinder"
In the Response
Optional
- Parameter: PricedEquip
-
Type: N/A
Description: Used to return the details of the special equipment requested.
Sample Value:
Note: The repeat factor of the element was modifed from 0 to 20
In the Response
Optional
- Parameter: SpecialEquipment
-
Type: N/A
Description: Used to return the details of the special equipment.
Sample Value:
Note: The repeat factor of the element was modifed from 20 to 0
Relase note ID: 13068