Skip to main content

ConfigureBusinessRegistryResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ConfigureBusinessRegistryResponseBody.json
messagestringrequired

Success or error message

successbooleanrequired

Whether the operation was successful

ConfigureBusinessRegistryResponseBody
{
"$schema": "https://example.com/schemas/ConfigureBusinessRegistryResponseBody.json",
"message": "string",
"success": true
}