Get Data from JobAdder
This task retrieves data from the JobAdder API and uses it to manipulate database records in the following ways:
<br/>
<strong>JobAdder_Ad</strong>
<ul>
<li>Adds new JobAdder_Ad records that are contained in the JobAdder API data but are not in the database</li>
<li>Updates existing JobAdder_Ad database that are contained in the JobAdder API data.</li>
<li>Delets JobAdder_Ad database that are not present in the JobAdder API data.</li>
</ul>
<strong>JobAdder_Category</strong>
<ul>
<li>Adds new JobAdder_Category records that are contained in the JobAdder API data but are not in the database</li>
<li>Updates existing JobAdder_Category database that are contained in the JobAdder API data.</li>
<li>Delets JobAdder_Category database that are not present in the JobAdder API data.</li>
</ul>
<strong>JobAdder_Location</strong>
<ul>
<li>Adds new JobAdder_Location records that are contained in the JobAdder API data but are not in the database</li>
<li>Updates existing JobAdder_Location database that are contained in the JobAdder API data.</li>
<li>Delets JobAdder_Location database that are not present in the JobAdder API data.</li>
</ul>