Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with Xero WorkflowMax.
Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Xero WorkflowMax, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for Xero WorkflowMax Stored Procedures
Name | Description |
ApplyJobTemplate | Apply an additional template to a job |
ChangeJobStatus | Used to change job status |
ChangeTaskStatus | Used to change task status completed or opened |
CreateJobEstimate | Used to create a job estimate |
CreateJobQuote | Used to create a job quote. |
DeleteAllCosts | Used to delete all costs. |
GetOAuthAccessToken | Gets an authentication token from Xero WorkflowMax. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
ManageClientGroupMembers | Manage the members of a client group |
ManageJobMembers | Manage the members of a job. |
ManageStaffLogin | Enable or disable staff members login. |
ManageTaskStaff | Manage the staff members of a task |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various Basecamp services. |
UploadClientDocument | Upload a document to a Client |
UploadJobDocument | Upload a document to a Job |