Payload containing the code, type, and activation status for the entity.
Describes the payload required to create a new sample entity.
Unique business code associated with the sample entity.
"SAMPLE-001"
Type of the sample entity being created.
FirstType, SecondType "FirstType"
Indicates whether the sample entity should be enabled upon creation.
true
Returned when the entity is 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.