Skip to main content

SuccessResultResponseOfAddResultFeedbackResponseDto

result objectnullablerequired
documentIdstring<uuid>required
correlationIdstring<uuid>

A unique ID of the request

Example: fb0ccbbc-62bc-447f-a47e-02b490e25690
isSuccessboolean

Indication of whether the request was successfull

SuccessResultResponseOfAddResultFeedbackResponseDto
{
"result": {
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true
}