Import Job Status Updates to MyMobileWorkers
The MyMobileWorkers platform will allow you to import job status updates via the API. For example, if you have created a sales order or invoice in Sage for accounting purposes, once that sales order is despatched or that invoice is posted you can send an status update to the related job in MyMobileWorkers.
The API documentation provided by MyMobileWorkers is available from https://docs.mymobileworkers.com/index.php?title=Setting_the_status_of_a_job.
This task will import job status updates to MyMobileWorkers in an XML format.
Settings
Connection
Required
The MyMobileWorkers connection to use. See the Connecting to MyMobileWorkers article for more information.
Fail File
Required The file to write failed records to.
Input File
Required The file containing the records you wish to process.
Success File
Required The file to write successful records to.
Update Status
Required The status to update jobs to. List of Job Statuses is available from https://docs.mymobileworkers.com/index.php?title=List_of_Job_Statuses.
XML
<?xml version="1.0" encoding="utf-8"?>
<MyMobileWorkersData>
<Jobs>
<Job>
<job_number>YMQQ6Z</job_number>
</Job>
</Jobs>
</MyMobileWorkersData>