{
"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/attachs' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "1234a5b6-cd78-9012-3456-789e012345fg",
"integrationId": "9876c5d4-ba32-1098-7654-321f98765432"
}'
{
"displayName": "NFE.xml",
"original": {
"url": "https://example.com/nfe.xml",
"extension": "xml",
"type": "NFE",
"displayName": "NFE.xml"
},
"generatedFile": {
"url": "https://example.com/nfe.pdf",
"extension": "pdf",
"type": "NFE",
"displayName": "NFE.pdf"
},
"linkedFiles": [
{
"url": "https://example.com/cte.xml",
"extension": "xml",
"type": "CTE",
"displayName": "CTE.xml"
}
]
}