Home / ... / OrderItemList / OrderItem / ItemID

ItemID


Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.ItemID

Name

ItemID

Path

CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.ItemID

Description

An ID number identifying the item being paid for. The number is for information only and will be listed in the report. The item may be treated as a line number or internal inventory number.

Data Type

Int64

Range

Minimum: 1

Maximum: 999999999

Default

 

Operation

Transaction Operation only

Input/output

Input

Version/Release

1.2

Required

No (1 if it is blank)

Example

<ItemID>1</ItemID>

Schema

 <xsd:element name="ItemID">

 <xsd:simpleType>

 <xsd:annotation>

 <xsd:documentation>An ID number identifying the item being paid for. The number is for information only and will be listed in the report. The item may be treated as a line number or internal inventory number.</xsd:documentation>

  </xsd:annotation>

 <xsd:restriction base="xsd:long">

 <xsd:minInclusive value="1"/>

 <xsd:maxInclusive value="999999999"/>

 </xsd:restriction>

 </xsd:simpleType>

 </xsd:element>




     RSS of this page