cURL
curl --request POST \ --url https://api.rampartcorporation.com/v2/job/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "sync_type": "HISTORICAL", "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" }'
{ "data": { "job_id": "<string>" } }
Create a job for a client.
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
HISTORICAL
INCREMENTAL
Created job
Show child attributes