cURL
curl --request POST \ --url https://api.rampartcorporation.com/v2/job/complete/{jobId} \ --header 'Authorization: Bearer <token>'
{ "data": { "client_id": "<string>", "job_id": "<string>", "sync_type": "HISTORICAL", "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" } }
Mark the specified job as complete after all required files are uploaded. This triggers Rampart to begin spend analysis and savings opportunity detection for the job.
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
Job ID to complete
Job marked as completed
Show child attributes
HISTORICAL
INCREMENTAL