Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.Campaign
Name | Campaign |
Path | CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.Campaign |
Description | Campaign associated with the purchased item
|
Data Type | String |
Range | Minimum: 1 Maximum: 80 |
Default | |
Operation | Transaction Operation only |
Input/output | Input |
Version/Release | 2.48 |
Required | No |
Example | <Campaign>2012-Walk</Campaign> |
Schema
<xsd:element name="Campaign">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation>Campaign is a simple text that is
an optional parameter which is passed along with each transaction. Transactions may be queried in the reporting
section based on the Campaign text.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:minLength value="0"/>
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>