{
"requestId": "1234a5b6-cd78-9012-3456-789e012345fg",
"integrationId": "9876c5d4-ba32-1098-7654-321f98765432"
}
curl --location --request POST 'https://hom.roit.ai/ibs-core-entrypoint/api/v1/entrypoint/requests/reprocess' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "1234a5b6-cd78-9012-3456-789e012345fg",
"integrationId": "9876c5d4-ba32-1098-7654-321f98765432"
}'
{
"timestamp": 0,
"status": "string",
"message": "string",
"data": {
"id": "string",
"entity": "DOCUMENT",
"masterId": "string",
"requestId": "string",
"reference": "string",
"integrationId": "string",
"type": "string",
"status": "PROCESSING",
"isPriority": false,
"retryAfter": 0,
"message": "string",
"metadata": {},
"entryReference": 0,
"entryDate": "string",
"systemInfo": {}
}
}