Identifier of the sample entity to update.
Payload describing the new entity values.
Describes the payload required to update an existing sample entity.
Identifier of the sample entity to update.
42
Updated business code associated with the sample entity.
"SAMPLE-002"
Updated type of the sample entity.
FirstType, SecondType "SecondType"
Indicates whether the sample entity remains enabled after the update.
false
Returned when the entity is updated 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.