Skip to main content

ApiResponseDtoVoid

Standard API response wrapper

successboolean

Indicates if the request was successful

Example: true
messagestring

Message describing the result

Example: Operation completed successfully
dataobject

The actual payload data

ApiResponseDtoVoid
{
"success": true,
"message": "Operation completed successfully",
"data": {}
}