Uses the Component:SupplyingPartyLocationType
The Supplying Locations Component represents the locations of the available part(s). This could be a Parts Distrubution Center (PDC) or a dealership location.
Table 6.42. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SupplyingPartyLocationUIDID |
The SupplyingPartyLocation.SupplyingPartyLocationUID of the supplying party's location. The combination of SupplyingPartyUID and SupplyingPartyLocationUID must equal one of the records in SupplyingPartyLocations. This field is only poplated when the LocatedLine has no child lines. | 1..1 | Field | udt:IdentifierType | |
SupplyingPartyUIDID |
This field identifies the supplying party for the located line and must be equal to one of the SupplyingParties.Party.SupplyingPartyUID values. | 1..1 | Field | udt:IdentifierType | |
Location | 1..1 | Component | LocationType | ||
ZoneCode |
For dealers only, identifies the dealer's supplier defined zone code. | 0..1 | Field | udt:CodeType | |
DistrictCode |
For dealers only, identifies the dealer's supplier defined district code. | 0..1 | Field | udt:CodeType | |
DistanceFromRequestor |
Physical distance between the requesting party and the supplying party | 0..1 | Field | sqdt:LengthMeasureType |
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.42. SupplyingPartyLocation
<SupplyingPartyLocation> <SupplyingPartyLocationUIDID>......</SupplyingPartyLocationUIDID> [1..1] <SupplyingPartyUIDID>......</SupplyingPartyUIDID> [1..1] <Location>......</Location> [1..1] <ZoneCode>......</ZoneCode> [0..1] <DistrictCode>......</DistrictCode> [0..1] <DistanceFromRequestor>......</DistanceFromRequestor> [0..1] </SupplyingPartyLocation>