Uses the Component:PartsTransferHeaderType
Part Transfer 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 | |
FreeFormTextGroup |
This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data. | 0..1 | Component | FreeFormTextGroupType | |
TransferStatusCode |
A code that that identifies the recommended transfer as either Processed or Unprocessed. | 0..1 | Field | scl:TransferStatusEnumeratedType | |
DocumentReference |
The DocumentReference component represents information referenced documents, e.g., Orders, Leads, Invoices, etc. | 0..* | Component | DocumentReferenceABIEType | |
TransferCode |
An identifier that indicates the type of transfer. (e.g., Direct Ship, Daily Ship, Transfer Order). | 0..1 | Field | udt:CodeType | |
RouteMessageIndicator |
An indicator field used to dictate whether or not to route associated messages to corresponding locations. | 0..1 | Field | udt:CodeType | |
TransferType |
The TransferType component represents information about the part being transferred from a specific dealer location to a specific dealer location as well as information about the particular dealer location from and to which a part is being transferred. | 0..1 | Component | TransferType |
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. PartsTransferHeader
<PartsTransferHeader> <DocumentDateTime>......</DocumentDateTime> [0..1] <SecondaryPassword>......</SecondaryPassword> [0..1] <SecondaryDealerNumberID>......</SecondaryDealerNumberID> [0..1] <DocumentIdentificationGroup>......</DocumentIdentificationGroup> [1..1] <FreeFormTextGroup>......</FreeFormTextGroup> [0..1] <TransferStatusCode>......</TransferStatusCode> [0..1] <DocumentReference>......</DocumentReference> [0..*] <TransferCode>......</TransferCode> [0..1] <RouteMessageIndicator>......</RouteMessageIndicator> [0..1] <TransferType>......</TransferType> [0..1] </PartsTransferHeader>