Box Connector Guide > Box connections > Box connection actions and objects
  

Box connection actions and objects

When you publish an Box connection in Application Integration, the Actions and Objects appear on the Metadata tab.
You must escape special characters in payloads as shown in the following table:
Symbol
Character
Replacement
<
left angle bracket or less than
&lt;
>
right anlge bracket or greater than
&gt;
{
left curly bracket or opening brace
{{
}
right curly bracket or closing brace
}}
&
ampersand
&amp;
To use fields with data types, such as array, boolean, double, or integer, you must use annotation as shown in the following sample code:
<root xmlns:m="urn:informatica:ae:xquery:json2xml:meta-data">
<field_array m:isArray="true">
<property_1> ...</property_1>
</field_array>
<field_boolean m:type="xs:boolean">true</field_boolean>
<field_double m:type="xs:double">10.3</field_double>
<field_integer m:type="xs:int">5</field_integer>
</root>
The following fields are common for the Box connector actions:
Consider the following information when you use specific actions and objects:
For more information, see the Box API reference documentation.