<getCustomerPaymentProfileListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <clientId>sdk-java-1.9.0</clientId> <searchType>cardsExpiringInMonth</searchType> <month>2017-04</month> <sorting> <orderBy>id</orderBy> <orderDescending>false</orderDescending> </sorting> <paging> <limit>1000</limit> <offset>1</offset> </paging> </getCustomerPaymentProfileListRequest>
<getCustomerPaymentProfileListResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <messages> <resultCode>Ok</resultCode> <message> <code>I00001</code> <text>Successful.</text> </message> </messages> <totalNumInResultSet>79</totalNumInResultSet> <paymentProfiles> [Only 10 PaymentProfile records] </paymentProfiles> </getCustomerPaymentProfileListResponse>
Solved! Go to Solution.
04-25-2017 10:42 AM