diff --git a/src/Controller/TaxonomiesController.php b/src/Controller/TaxonomiesController.php
index 5960f6e..22a9848 100755
--- a/src/Controller/TaxonomiesController.php
+++ b/src/Controller/TaxonomiesController.php
@@ -403,6 +403,7 @@ class TaxonomiesController extends ControllerBase {
             if (count($tids) <= 0) {
               $entity_properties = [
                 'vid' => $vid,
+                'tid' => $taxonomy['tid'],
                 'uuid' => $taxonomy['uuid'],
                 'langcode' => $taxonomy['langcode'],
                 'name' => $taxonomy['name'],
@@ -533,6 +534,7 @@ class TaxonomiesController extends ControllerBase {
 
                 $entity_properties = [
                   'vid' => $vid,
+                  'tid' => $taxonomy['tid'],
                   'langcode' => $taxonomy['langcode'],
                   'name' => $taxonomy['name'],
                   'description' => [
@@ -697,6 +699,7 @@ class TaxonomiesController extends ControllerBase {
 
               $entity_properties = [
                 'vid' => $vid,
+                'tid' => $taxonomy['tid'],
                 'langcode' => $taxonomy['langcode'],
                 'name' => $taxonomy['name'],
                 'description' => [
