diff --git a/plugins/services_entity_resource.inc b/plugins/services_entity_resource.inc
index 9c67799..b01c411 100644
--- a/plugins/services_entity_resource.inc
+++ b/plugins/services_entity_resource.inc
@@ -15,8 +15,9 @@ class ServicesEntityResourceController implements ServicesResourceControllerInte
     }
     if ($op == 'create') {
       list($entity_type) = $args;
+      $entity = entity_create($entity_type, $args[1]);
       // Pass the entity to the access control.
-      return entity_access($op, $entity_type);
+      return entity_access($op, $entity_type, $entity);
     }
     else {
       // Retrieve, Delete, Update.
