Hi
Does anyone know if it is possible to include the Room when creating assets through POST using .json please?
We have all the other fields working but really need to include the Room with the Asset details.
It looks like you can include a Location object when creating an Asset; does that look like something that would do what you want?
Hi Ehussey
We already are including Location, however there could be 50 rooms in a location so we would find it very useful to update that against the asset too.
Thanks
Fiona
Apologies, I didn't look at the spec in enough detail I know the documentation doesn't list room as one of the editable asset fields, but it does show up when pulling asset details from the API
"room":{"id":102,"type":"Room","roomName":"Test Room"}
I wonder if the API would accept the field even though it's not in the docs, either during creation or as an asset update after creation?
It says here Web Help Desk REST API Guide that you can get a specific room but does not say anything about posting back .