Uses the Component:SalesCampaignType
Sales Campaign Component to communicate sales promotions or sales programs.
Table 6.74. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CampaignTypeCode |
Campaign type code. Possible values are "Promotion", "Program", etc. | 0..1 | Field | oag:CodeType | |
| CampaignID |
The campaing identifier, | 0..1 | Field | oag:OpenIDType | |
| CampaignDescription |
The description of the campaign | 0..1 | Field | oag:TextType | |
| MinimumBuyQuantity |
A minimum buy quantity may be required to qualify for the promotion. | 0..1 | Field | sqdt:QuantityType |
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.83. SalesCampaign
<SalesCampaign>
<CampaignTypeCode>......</CampaignTypeCode> [0..1]
<CampaignID>......</CampaignID> [0..1]
<CampaignDescription>......</CampaignDescription> [0..1]
<MinimumBuyQuantity>......</MinimumBuyQuantity> [0..1]
</SalesCampaign>