ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Zuora の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにZuora から関連するレスポンスデータを返します。
CData Python Connector for Zuora ストアドプロシージャ
| Name | Description |
| CreateSchema | Creates a schema definition of a table in Zuora. |
| DownloadExport | Execute a query in Zuora Export and download the exported file in CSV format. |
| DownloadFile | Retrieve files such as export results, invoices, and accounting period reports. |
| GetOAuthAccessToken | Gets an authentication token from Zuora. |
| RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with Zuora. |
| UploadFileForInvoice | Uploads an invoice PDF file (Maximum: 4MB) for an invoice that is in Draft or Posted status. |