ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Xero の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらずconnector の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにXero から関連するレスポンスデータを返します。
CData Tableau Connector for Xero ストアドプロシージャ
| Name | Description |
| DisconnectOAuthAccessToken | Disconnects the OAuth access token used for authentication with Xero API. |
| GetLimitInfo | Retrieves API call limits for asset management. It allows you to monitor how many API calls are available to interact with the Xero assets data for the tenant. |
| GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with Xero. |
| GetOAuthAuthorizationURL | Obtains the OAuth authorization URL for authentication with various Xero services. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various Xero services. |
| RevokeTenant | Disconnects the specified tenant from the application. It revokes access and requires the user to reauthorize the next time they interact with the tenant's data. |