Skip to main content

PingResponseDtoSuccessResultResponse

correlationIdstring<uuid>

A unique ID of the request

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

Indication of whether the request was successfull

result object
messagestring

The response message

PingResponseDtoSuccessResultResponse
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": {
"message": "string"
}
}