Uses the Component:ServiceProcessingAdvisoryHeaderType
Service Processing Advisory Header
Table 6.2. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DocumentDateTime |
Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. | 0..1 | Field | udt:DateTimeType | |
| SecondaryPassword |
Secondary password used to validate access to the dealer information | 0..1 | Field | udt:TextType | |
| SecondaryDealerNumberID |
Identifies secondary dealer number if different than primary "Dealer Number" | 0..1 | Field | udt:IdentifierType | |
| DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 1..1 | Component | DocumentIdentificationGroupType | |
| SettlementTypeCode |
Method that was used for settlement transfer of funds | 0..1 | Field | scl:SettlementTypeEnumeratedType | |
| SettlementDate |
Date that funds are transferred | 0..1 | Field | udt:DateType | |
| PaymentCycleStartDate |
Beginning date of range for approved claims. | 0..1 | Field | udt:DateType | |
| PaymentCycleEndDate |
Ending date of Payment Cycle | 0..1 | Field | udt:DateType | |
| PaymentCycleID |
Identifies a Payment Cycle | 0..1 | Field | udt:IdentifierType | |
| ClaimCountNumeric |
Identifies the total number of Claims | 0..1 | Field | udt:NumericType | |
| JobCountNumeric |
Identifies the total number of jobs | 0..1 | Field | udt:NumericType | |
| TotalAmount |
Total price (cost + markup) | 0..1 | Field | udt:AmountType | |
| Payments |
Contains Information for request that was submitted. This component may contain additional sub-components with detail on request for payment. | 0..* | Component | PaymentsType | |
| Disposition |
Deprecated: Use DispositionPayments. This field was deprecated to align with STAR 5 naming and design rules. It will be removed in the next major version of STAR. | 0..* | Field | PaymentsType | |
| DealerParty |
Represents a Dealer | 0..1 | Component | PartyABIEType | |
| DispositionCountNumeric |
Contains the total number of Disposition elements that are included in this transaction summary. | 0..1 | Field | udt:NumericType | |
| DispositionPayments |
Contains Information for request that was submitted. This component may contain additional sub-components with detail on reason for change in disposition of request for payment. This definition came from the ServiceProcessingAdvisoryHeader Component | 0..* | Component | PaymentsType | |
| ESPRegistrationAmount |
Amount of Extended Service Plan contracts sold withheld from dealer payment for a claim processing period (day). | 0..1 | Field | udt:AmountType |
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.2. ServiceProcessingAdvisoryHeader
<ServiceProcessingAdvisoryHeader>
<DocumentDateTime>......</DocumentDateTime> [0..1]
<SecondaryPassword>......</SecondaryPassword> [0..1]
<SecondaryDealerNumberID>......</SecondaryDealerNumberID> [0..1]
<DocumentIdentificationGroup>......</DocumentIdentificationGroup> [1..1]
<SettlementTypeCode>......</SettlementTypeCode> [0..1]
<SettlementDate>......</SettlementDate> [0..1]
<PaymentCycleStartDate>......</PaymentCycleStartDate> [0..1]
<PaymentCycleEndDate>......</PaymentCycleEndDate> [0..1]
<PaymentCycleID>......</PaymentCycleID> [0..1]
<ClaimCountNumeric>......</ClaimCountNumeric> [0..1]
<JobCountNumeric>......</JobCountNumeric> [0..1]
<TotalAmount>......</TotalAmount> [0..1]
<Payments>......</Payments> [0..*]
<Disposition>......</Disposition> [0..*]
<DealerParty>......</DealerParty> [0..1]
<DispositionCountNumeric>......</DispositionCountNumeric> [0..1]
<DispositionPayments>......</DispositionPayments> [0..*]
<ESPRegistrationAmount>......</ESPRegistrationAmount> [0..1]
</ServiceProcessingAdvisoryHeader>