I'd like to be able to write data to a couple of Extension Attributes via the API. It doesn't seem to support those fields. Is that true and if so, how have you done it?
Here is a clip of the XML I'm sending to the JSS for a computer record:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<computer>
<extension_attributes>
<equipment_status>In Service</equipment_status>
</extension_attributes>
</computer>
The field is actually called Equipment Status with the "space". Any suggestions would be great.