<xs:element name="ActivateGiftCards" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="storeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="customerId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="debtorId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="giftCardSaleProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="giftCardTypeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="giftCardDefinitionId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="giftCardNumberFrom" type="xs:long" />
<xs:element minOccurs="1" maxOccurs="1" name="requestedNumberOfCards" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="value" type="xs:decimal" />
</xs:sequence>
</xs:complexType>
</xs:element>
|