Active
Project:
Services
Version:
7.x-3.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2013 at 15:18 UTC
Updated:
7 Apr 2016 at 13:52 UTC
Jump to comment: Most recent
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
Comment #1
marcingy commentedComment #2
babusaheb.vikas commentedYou will have to use as
"field_ph_city_region":{"und":{"value":"81"}}
Comment #3
dchronos commentedhi, 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
Comment #4
rakesh.nimje84@gmail.com commentedTRY any of the following:
"field_taxonomia":{"und":"135"} or
"field_taxonomia":{"und":[{"target_id":"135"}]}
Comment #5
kylebrowning commentedComment #6
duiliod commentedI have the same problem ....
Comment #7
duiliod commented