Identifier of the tenant.
Request containing token configuration details.
Request to create a new token configuration with asset backing.
Identifier of the user performing the creation.
"9f060a6b-1571-4a2f-8cfb-3fc6bf5a4e51"
Azure AD principal object identifier of the actor.
"d3b07384-d9a1-4655-a08e-df5f4f6d7d19"
Identifier of the tenant creating the token.
1024
Detailed explanation of the token's purpose and features.
"A stable token backed by USD and EUR"
Display name of the token.
"Stable Asset Token"
Short symbol representing the token.
"SAT"
Asset composition defining the token's backing.
[
{ "key": 1, "value": 0.6 },
{ "key": 2, "value": 0.4 }
]Token configurations created successfully.
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.