d365-commerce-crt-reference-docs

Sync

Handlers (12)

Handler Kind Supported Requests
Microsoft.Dynamics.Commerce.Runtime.DataServices.Common.DataSyncStatusDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.dll) handler CheckDataChangedDataRequest
Microsoft.Dynamics.Commerce.Runtime.DataServices.Common.OfflineProvisioningDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.dll) handler  
Microsoft.Dynamics.Commerce.Runtime.DataServices.OfflineSyncStatsDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.dll) handler GetOfflineSyncStatsDataRequest, GetOfflinePendingTransactionCountDataRequest, GetOfflinePendingTransactionCountByShiftDataRequest
Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.AsynchronousWorkflowSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) handler DeleteAsynchronousWorkflowDataRequest, GetAsynchronousWorkflowByIdDataRequest, GetAsynchronousWorkflowByTypeAndReferenceIdDataRequest, SaveAsynchronousWorkflowDataRequest
Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.DataSyncStatusSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) handler GetDependentTablesDataRequest, ReadChangedTablesDataRequest
Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.PostDataSyncOperationsService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) handler RunPostDataSyncOperationsRequest
Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.ServerOfflineTransactionSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) handler SaveOfflineTransactionsDataRequest
Microsoft.Dynamics.Commerce.Runtime.Notifications.NotificationHandlerAsync (Microsoft.Dynamics.Commerce.Runtime.Framework.dll) handler  
Microsoft.Dynamics.Commerce.Runtime.RequestHandlerAsyncAdapter (Microsoft.Dynamics.Commerce.Runtime.dll) handler  
Microsoft.Dynamics.Commerce.Runtime.Services.AsynchronousWorkflowService (Microsoft.Dynamics.Commerce.Runtime.Services.Utilities.dll) handler DeleteAsynchronousWorkflowRequest, GetAsynchronousWorkflowRequest, SaveAsynchronousWorkflowRequest
Microsoft.Dynamics.Commerce.Runtime.Services.CreditMemoOfflineService (Microsoft.Dynamics.Commerce.Runtime.Services.Payments.dll) handler ProcessCreditMemoOfflineServiceRequest
Microsoft.Dynamics.Commerce.Runtime.Services.GiftCardOfflineService (Microsoft.Dynamics.Commerce.Runtime.Services.Payments.dll) handler ProcessGiftCardOfflineServiceRequest

Triggers (1)

Trigger Supported Requests
Microsoft.Dynamics.Commerce.Runtime.RequestTriggerAsyncAdapter (Microsoft.Dynamics.Commerce.Runtime.dll)  

Request Types (12)

DeleteAsynchronousWorkflowDataRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.DeleteAsynchronousWorkflowDataRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.AsynchronousWorkflowSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) Inherits: DataRequest

Type Property
string Id
long Version

DeleteAsynchronousWorkflowRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.DeleteAsynchronousWorkflowRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.Services.AsynchronousWorkflowService (Microsoft.Dynamics.Commerce.Runtime.Services.Utilities.dll) Inherits: ServiceRequest

Type Property
string Id
long Version

GetAsynchronousWorkflowByIdDataRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.GetAsynchronousWorkflowByIdDataRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.AsynchronousWorkflowSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) Inherits: DataRequest

Type Property
string Id

GetAsynchronousWorkflowByTypeAndReferenceIdDataRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.GetAsynchronousWorkflowByTypeAndReferenceIdDataRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.AsynchronousWorkflowSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) Inherits: DataRequest

Type Property
int Type
string ReferenceId

GetAsynchronousWorkflowRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetAsynchronousWorkflowRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.Services.AsynchronousWorkflowService (Microsoft.Dynamics.Commerce.Runtime.Services.Utilities.dll) Inherits: ServiceRequest

Type Property
string Id
int Type
string ReferenceId

ProcessCreditMemoOfflineServiceRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.ProcessCreditMemoOfflineServiceRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.Services.CreditMemoOfflineService (Microsoft.Dynamics.Commerce.Runtime.Services.Payments.dll) Inherits: ServiceRequest

Type Property
decimal Amount
RetailCreditMemoOperation OperationType
string ReceiptId
string TransactionId
int Applied
string EntryId

ProcessGiftCardOfflineServiceRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.ProcessGiftCardOfflineServiceRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.Services.GiftCardOfflineService (Microsoft.Dynamics.Commerce.Runtime.Services.Payments.dll) Inherits: ServiceRequest

Type Property
decimal Amount
string CardNumber
RetailGiftCardOperation OperationType
string ReceiptId
string TransactionId

RunPostDataSyncOperationsRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.RunPostDataSyncOperationsRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.PostDataSyncOperationsService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) Inherits: DataRequest

Type Property
IEnumerable<string> ChangedTables

SaveAsynchronousWorkflowDataRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.SaveAsynchronousWorkflowDataRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.AsynchronousWorkflowSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) Inherits: DataRequest

Type Property
AsynchronousWorkflow Workflow

SaveAsynchronousWorkflowRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.SaveAsynchronousWorkflowRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.Services.AsynchronousWorkflowService (Microsoft.Dynamics.Commerce.Runtime.Services.Utilities.dll) Inherits: ServiceRequest

Type Property
AsynchronousWorkflow Workflow

SaveOfflineTransactionsDataRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.SaveOfflineTransactionsDataRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.DataServices.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.ServerOfflineTransactionSqlServerDataService (Microsoft.Dynamics.Commerce.Runtime.DataServices.SqlServer.dll) Inherits: DataRequest

Type Property
byte[] CompressedTransactions

SyncOfflineTransactionsServiceRequest

Full name: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.SyncOfflineTransactionsServiceRequest Assembly: Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll Handled by: Microsoft.Dynamics.Commerce.Runtime.Services.Desktop.CommerceDataExchangeService (Microsoft.Dynamics.Commerce.Runtime.Services.DataSync.dll) Inherits: Request

Type Property
ICollection<string> OfflineTransactionData
int SqlCommandTimeout