Name | Wires provides a default input parameter name when you add Input to a mashup. If this mashup has not yet been turned on, you may change the name of an input parameter.
Input parameter names must be unique within a mashup and valid. See Valid Input Parameter Names for specific details. | ||
Data Type | Optionally, choose the type of data that goes in this input field: boolean for true/false data. datetime for dates, times or combinations in one of the valid date or time formats. See Date and Time Formats, Math and Sorting in
Wires for more information. date is deprecated. Use datetime instead. decimal for decimal numeric data for mashables. document for complex input with a hierarchy. The data must be a well-formed XML document. integer for integer numeric data for mashables. number for numeric data of any type for mashups. string for text data. | ||
Default Value | Optionally, enter a default value for this input field. For document-type parameters, you can enter a default value as a well-formed XML document. The entire structure must be contained within one XML element. For example: <name> <first>Ethan</first> <last>Fromme</last> </name> |