Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Posts reward points to the PostLoyaltyCardRewardPointTrans table.
Syntax
client server public static container PostLoyaltyCardRewardPointTrans(str _rewardPointTransXmlStr)
Run On
Called
Parameters
- _rewardPointTransXmlStr
Type: str
The XML string that contains a list of reward point lines.
Return Value
Type: container
A container having the result.
Remarks
The XML string has a root node RetailLoyaltyCardRewardPointTransList, which contains a list of RetailLoyaltyCardRewardPointTrans nodes. Each child node conains the field values of a PostLoyaltyCardRewardPointTrans record. Refer to the PostLoyaltyCardRewardPointTrans table for the meaning of each field.
A sample of XML is provided in the source code of RetailTransactionServiceLoyalty class.