About this endpoint
Using this url with a POST request you will be able to reimport a previous JOB.
POST INDEX_SERVICE_URL/services/jobs/reimport/INDEX_TOKEN/JOB_ID
Created by Pedro Ondiviela ยท last update June 10, 2020
Using this url with a POST request you will be able to reimport a previous JOB.
POST INDEX_SERVICE_URL/services/jobs/reimport/INDEX_TOKEN/JOB_ID
The system will return a response like the one aside:
1
2
3
4
5
6
7
8
{
"id":"JOB_ID",
"clientId":"CLIENT_NAME",
"feedId":"FEED_ID",
"fileId":"GENERATED_FILE_NAME",
"state":"QUEUED",
"date":"CURRENT_DATE"
}