Soap API v1.3

SyncLog

A change log entry

Description

This object describes a change that has occurred on the gateway.

Properties

Type Name Description
integer SyncPosition Sequential id of sync log entry
string ObjectName Object type that was changed (products, products_categories, customers, etc)
string RefNum Reference number for object that was changed (ProductRefNum, CustRefNum, etc)
datetime ChangeDate The date/time that the changed occurred on the gateway (all times in PST)
string Action The type of change that occurred (insert,update or delete)

Places Used

Examples

.NET VB

 try
            {
                usaepay.SyncLog[] log = client.getSyncLog(token, ObjectName, FromPosition);
                MessageBox.Show(string.Concat(log.Length));
 
            }

.NET C#

 try
            {
                usaepay.SyncLog[] log = client.getSyncLog(token, ObjectName, FromPosition);
                MessageBox.Show(string.Concat(log.Length));
 
            }

Change Log

Version Change
1.3 New object added in 1.3 release
 
developer/soap-1.3/objects/synclog.txt · Last modified: 2010/10/14 15:45 by irina
 

Wiki Login| Wiki Index | Update Profile| Un/ Subscribe to Changes

USA ePay and the USA ePay logo are registered trademarks of GorCorp Inc.
Copyright © 2008, GorCorp Inc., All Rights Reserved