I have created a select field which I can save easily through service API json format. But when I can select list display to term reference tree then its not saving. I am using term referent tree module to display a list of city and region so its user freindly.
I am using "field_ph_city_region":{"und":["81"]} to save it but not working. Can somebody help me on this?

Comments

marcingy’s picture

Category: bug » support
Priority: Critical » Normal
babusaheb.vikas’s picture

Issue summary: View changes

You will have to use as

"field_ph_city_region":{"und":{"value":"81"}}

dchronos’s picture

hi, i have the same problem using term reference tree module.

here my json
"field_taxonomia":{"und":{"value":"135"}}
but still have problem with "post" service

rakesh.nimje84@gmail.com’s picture

TRY any of the following:
"field_taxonomia":{"und":"135"} or
"field_taxonomia":{"und":[{"target_id":"135"}]}

kylebrowning’s picture

Status: Active » Closed (fixed)
duiliod’s picture

I have the same problem ....

duiliod’s picture

Status: Closed (fixed) » Active