PartMasterPricing

Uses the Component:PartMasterPricingType

Pricing for the Item in the Parts Master.

Fields and Components

Table 6.12. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartMasterPriceTypeString

Type of Pricing.

1..1Field qdt:StringType  
QuantityDiscounts

Lists the Quantity Discounts available for this part.

0..*ComponentQuantityDiscountsType 
TaxableAmount

Taxable Amount

0..1Field udt:AmountType  
NonTaxableAmount

Nontaxable Amount

0..1Field udt:AmountType  
TotalAmount

Total Amount

0..1Field udt:AmountType  
UnitPriceAmount

Unit Price

0..1Field udt:AmountType  
StartDate

Validity Start Date for the Price

0..1Field udt:DateType  
EndDate

Validity End Date for the Price

0..1Field udt:DateType  

Sample XML

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.12. PartMasterPricing

<PartMasterPricing>
     <PartMasterPriceTypeString>......</PartMasterPriceTypeString>     [1..1]
     <QuantityDiscounts>......</QuantityDiscounts>     [0..*]
     <TaxableAmount>......</TaxableAmount>     [0..1]
     <NonTaxableAmount>......</NonTaxableAmount>     [0..1]
     <TotalAmount>......</TotalAmount>     [0..1]
     <UnitPriceAmount>......</UnitPriceAmount>     [0..1]
     <StartDate>......</StartDate>     [0..1]
     <EndDate>......</EndDate>     [0..1]
</PartMasterPricing>