{
"status": "DONE",
"reference": "abcd1234-ef56-gh78-ij90-klmnopqrstuv",
"message": "Document was successfully processed",
"requestId": "1234a5b6-cd78-9012-3456-789e012345fg",
"integrationId": "9876c5d4-ba32-1098-7654-321f98765432",
"entryReference": 1234567890,
"entryDate": "2024-01-01T01:01:01.000Z",
"systemInfo": {
"system": "ROIT ADMIN",
"version": "1.0.0",
"host": "localhost",
"port": 3000
},
"metadata": {
"customField": "customValue"
}
}
curl --location --request POST 'https://hom.roit.ai/ibs-core-entrypoint/api/v1/entrypoint/requests/status' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "DONE",
"reference": "abcd1234-ef56-gh78-ij90-klmnopqrstuv",
"message": "Document was successfully processed",
"requestId": "1234a5b6-cd78-9012-3456-789e012345fg",
"integrationId": "9876c5d4-ba32-1098-7654-321f98765432",
"entryReference": 1234567890,
"entryDate": "2024-01-01T01:01:01.000Z",
"systemInfo": {
"system": "ROIT ADMIN",
"version": "1.0.0",
"host": "localhost",
"port": 3000
},
"metadata": {
"customField": "customValue"
}
}'
{
"timestamp": 0,
"status": "string",
"message": "string",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"entity": "DOCUMENT",
"masterId": "MASTER001",
"requestId": "REQ123456",
"reference": "REF123456",
"integrationId": "INT001",
"type": "NFE",
"status": "PROCESSING",
"isPriority": false,
"retryAfter": 0,
"message": "Documento processado com sucesso",
"metadata": {
"processId": "PROC123",
"priority": true,
"retryCount": 0
},
"entryReference": 123456,
"entryDate": "2024-03-28T10:00:00Z",
"systemInfo": {
"programVersion": "1.0.0"
}
}
}