Base class for all API request models.
Identifier of the tenant that owns the issuer factory.
1024
Identifier of the blockchain where the issuer factory is deployed.
137
Identifier of the wallet tenant that will become the new owner.
2048
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.