You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Not seeing the endpoints you're expecting? We've <a href="https://docs.codat.io/updates/230901-new-products">reorganized our products</a>, and you may be using a <a href="https://docs.codat.io/sync-for-expenses-v1-api#/">different version of Sync for Commerce</a>.
36
+
/// Not seeing the endpoints you're expecting? We've <a href="https://docs.codat.io/updates/230901-new-products">reorganized our products</a>, and you may be using a <a href="https://docs.codat.io/sync-for-expenses-v1-api#/">different version of Sync for Expenses</a>.
34
37
/// </remarks>
35
38
/// </summary>
36
-
publicinterfaceICodatSyncExpensesSDK
39
+
publicinterfaceICodatSyncExpenses
37
40
{
38
41
39
-
/// <summary>
40
-
/// Accounts
41
-
/// </summary>
42
-
publicIAccountsSDKAccounts{get;}
43
-
44
42
/// <summary>
45
43
/// Create and manage your Codat companies.
46
44
/// </summary>
47
-
publicICompaniesSDKCompanies{get;}
45
+
publicICompaniesCompanies{get;}
48
46
49
47
/// <summary>
50
-
/// Manage mapping options and sync configuration.
48
+
/// Create and manage partner expense connection.
51
49
/// </summary>
52
-
publicIConfigurationSDKConfiguration{get;}
50
+
publicIConnectionsConnections{get;}
53
51
54
52
/// <summary>
55
-
/// Create and manage partner expense connection.
53
+
/// Accounts
56
54
/// </summary>
57
-
publicIConnectionsSDKConnections{get;}
55
+
publicIAccountsAccounts{get;}
58
56
59
57
/// <summary>
60
58
/// Customers
61
59
/// </summary>
62
-
publicICustomersSDKCustomers{get;}
60
+
publicICustomersCustomers{get;}
63
61
64
62
/// <summary>
65
-
/// Create expense datasets and upload receipts.
63
+
/// Suppliers
66
64
/// </summary>
67
-
publicIExpensesSDKExpenses{get;}
65
+
publicISuppliersSuppliers{get;}
68
66
69
67
/// <summary>
70
68
/// Asynchronously retrieve data from an integration to refresh data in Codat.
71
69
/// </summary>
72
-
publicIManageDataSDKManageData{get;}
70
+
publicIManageDataManageData{get;}
73
71
74
72
/// <summary>
75
73
/// Access create, update and delete operations made to an SMB's data connection.
76
74
/// </summary>
77
-
publicIPushOperationsSDKPushOperations{get;}
75
+
publicIPushOperationsPushOperations{get;}
78
76
79
77
/// <summary>
80
-
/// Suppliers
78
+
/// Manage mapping options and sync configuration.
79
+
/// </summary>
80
+
publicIConfigurationConfiguration{get;}
81
+
82
+
/// <summary>
83
+
/// Create expense datasets and upload receipts.
81
84
/// </summary>
82
-
publicISuppliersSDKSuppliers{get;}
85
+
publicIExpensesExpenses{get;}
83
86
84
87
/// <summary>
85
88
/// Trigger and monitor expense syncs to accounting software.
86
89
/// </summary>
87
-
publicISyncSDKSync{get;}
90
+
publicISyncSync{get;}
88
91
89
92
/// <summary>
90
93
/// Retrieve the status of transactions within a sync.
/// Not seeing the endpoints you're expecting? We've <a href="https://docs.codat.io/updates/230901-new-products">reorganized our products</a>, and you may be using a <a href="https://docs.codat.io/sync-for-expenses-v1-api#/">different version of Sync for Commerce</a>.
131
+
/// Not seeing the endpoints you're expecting? We've <a href="https://docs.codat.io/updates/230901-new-products">reorganized our products</a>, and you may be using a <a href="https://docs.codat.io/sync-for-expenses-v1-api#/">different version of Sync for Expenses</a>.
0 commit comments