The Share A Refund Job API lets you manage background tasks and asynchronous operations. You can develop applications that integrate with Share A Refund to execute bulk processes, track progress status, and retrieve results upon completion without blocking main application threads.
The following figure shows the relationship between your Share A Refund app, the Share A Refund API, and Job services.
Figure 1. Share A Refund API relationship diagram.
Share A Refund’s job services give users the power to handle large datasets efficiently to ensure that long-running operations execute reliably in the background while the user interface remains responsive.
The REST API that allows users to submit new tasks, check status updates, and download output files from within your app.
A system that organizes pending operations to ensure execution follows a priority order based on submission time and resource availability.
A mechanism that reports the current state of a process and provides percentage completion data or specific error details for failed attempts.
Users can use the Share A Refund Job API to perform common workflows, such as:
Job properties available to create, view, and manage through the Share A Refund Job API:
Learn more about developing with Share A Refund Job API, including authentication and authorization protocols, in the Develop on Share A Refund API reference for your workspace. More
Learn more about how to launch and run a Share A Refund Job API app, read the Developer Getting Started Guide. More