Introduction
CarPolicy is a stateless transaction used to request detail information for a specific car vendor location. The information returned may include the location address, phone numbers and hours of operation.
For non-airport locations, a location category and vendor specific location number is required in addition to the city code. These may be obtained for instance from a previous CarListRS response. An optional date may be specified to request the hours of operation for a different date than the current.
Schema & Definition
Find per request and response message:
- visual and textual representations of the XML schemas, which are easier readable
- minimum and a maximum elements example to start from to create example messages
- the pure XML schema file (.xsd)
CarPolicyRQ
- CarPolicyRQ.htmVisual representation of the schema.
- CarPolicyRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
CarPolicyRS
- CarPolicyRS.htmVisual representation of the schema.
- CarPolicyRS t.htmTextual description of the content for the request and the response XML elements and attributes.