Project

General

Profile

Actions

API References » History » Revision 3

« Previous | Revision 3/7 (diff) | Next »
chin-yeh, 10/25/2011 05:00 PM


API References

This is the list of API references for all of the integrated SP web services.

Query utilization status of the Special Bundle Set

This API queries whether the special bundle set has been utilized.

Method Signature:

public static TransactionResponse queryUtilizationStatus(String memberId, 
            String countryCode) throws RemoteException
</code.

Input Parameters

  • memberId - the shopper/member ID
  • countryCode - the country code of the member

Output Parameters

The returned object, TransactionResponse consists of:
  • process - the process code of the submitted request
  • trxId - the submitted transaction ID, a.k.a. order ID
  • centerId - either ONLINE or TEST
  • memberId - the member/shopper ID
  • status - the [[wiki#ErrorCode-References|status code]], e.g. 0000
  • errCode - the [[wiki#ErrorCode-References|error code]], e.g. 00000
  • errMessage - the detailed description of the status code
  • isUtilized - true if utilized else false

Code Snippets

Utilize the Special Bundle Set

Input Parameters

Output Parameters

Code Snippets

Return the Special Bundle Set

Input Parameters

Output Parameters

Code Snippets

Updated by chin-yeh almost 13 years ago · 3 revisions