Description: This API is used by the server to receive new data to update outsourced jobs. Server can receive multiple data updates.
POST
{ "STATUS": "SUCCESS", "MESSAGE": "JOBS UPDATED IN DATABASE", "DATA": [ { "status": "SUCCESS", "id": "PSTM1000" }, { "status": "SUCCESS", "id": "PSTM1001" } ] }