Kafka Application - file updated event 1.0.0

Kafka Application - file updated event

Servers

whf00mip.in.oracle.com:9092 kafka

Development server

Operations

Sub fileUploadUpdated

file Updated topic

File Updated event

Accepts the following message:

Update File Update File Message

Update File Message

Get updated file list

Payload UpdateFileUploadDto
object
invoiceFileId
number
channel
string
fileType
string
fileName
string
status
string
fileRef
string
uploadDate
string
totalRecords
number
totalSuccessRecords
number
totalFailedRecords
number
reasonCode
string

Additional properties are allowed.

Examples

Update File Message
Payload
{ "invoiceFileId": 0, "channel": "string", "fileType": "string", "fileName": "string", "status": "string", "fileRef": "string", "uploadDate": "string", "totalRecords": 0, "totalSuccessRecords": 0, "totalFailedRecords": 0, "reasonCode": "string" }
This example has been generated automatically.

Messages

#1 Update File Update File Message

Update File Message

Payload UpdateFileUploadDto
object
invoiceFileId
number
channel
string
fileType
string
fileName
string
status
string
fileRef
string
uploadDate
string
totalRecords
number
totalSuccessRecords
number
totalFailedRecords
number
reasonCode
string

Additional properties are allowed.