Table of Contents
Uses the Component:SubscriptionServiceType
The SubscriptionService noun contains information about a particular service that an individual is subscribing for their vehicle. This noun may also be used to update subscription service information for a particular vehicle.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SubscriptionServiceHeader |
The SubscriptionServiceHeader component represents summary information about the Subscription Subscription. | 1..1 | Component | SubscriptionServiceHeaderType | |
SubscriptionServiceDetail |
The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information. | 1..1 | Component | SubscriptionServiceDetailType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.1. SubscriptionService
<SubscriptionService> <SubscriptionServiceHeader>......</SubscriptionServiceHeader> [1..1] <SubscriptionServiceDetail>......</SubscriptionServiceDetail> [1..1] </SubscriptionService>