I have a REST service built with Jersey and deployed in the AppEngine. The REST service implements the verb PUT that consumes an application/json media type. Th
application/json
do you try
[{"name":"myEnterprise", "departments":["HR"]}]
the square brace is the key point.