Create a new entity for a team.
The ID of the team.
The ID of the entity type.
The entity key. Sets the value of the entity type's key field (is_key_field). Ignored if field_values already contains a value for the key field.
The entity name. Sets the value of the entity type's name field (is_name_field). Ignored if field_values already contains a value for the name field.
The field values for the entity. Must include the key field and name field values (unless using the key/name convenience fields above).
Success