Answered
We programmatically upload reference data to Canvas for many of our apps. To do this, we execute a HttpWebRequest against the url
https://go.canvas.com/apiv2/reference_datas with user name/password and XML consisting of the reference data to upload.
We recently started looking at using departments and one question we have is how to direct that reference data upload to a specific department. Currently, everything goes to the default department and I've seen no setting to specify department. How would we specify a department other than the default?
1
Comments
Please sign in to leave a comment.
Hi Brian,
There is (per our API docs) a way to specify the Department in the XML that is getting posted:
Great, thanks! I see where we can set that in our good so I will try that out.