ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、FreshBooks の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにFreshBooks から関連するレスポンスデータを返します。
CData Excel Add-In for FreshBooks ストアドプロシージャ
| Name | Description |
| CreateExpenseWithAttachment | To let end users create an expense with attachment. |
| CreateInvoiceWithAttachment | To let end users upload attachment to an invoice. |
| GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with FreshBooks. |
| GetOAuthAuthorizationURL | Obtains the OAuth authorization URL for authentication with FreshBooks. |
| RefreshOAuthAccessToken | Usage information for the operation RefreshOAuthAccessToken.rsb. |