Application Integration
- Application Integration
- All Products
Property
| Description
|
---|---|
Input Format
| Determines whether the input field can represent one or more fields, or the entire contents of the request. When you select
Whole Payload , the input field represents the entire content of the request. For example, if you have a customer process object, its contents might be:
If you check this option, the following would be posted:
|
Name
| The name of the input field.
|
Type
| The type of the input field. For example, select
Date ,
Date Time ,
Time ,
Integer , or
Text .
You can also add an input field of a simple type, custom type, or connection defined type. To do this, select
More types , and then in the
Edit Type dialog box, select the
Category as
Simple Types ,
Custom Types , or
Connection defined Types .
|
Description
| Description for the input field.
|
Required
| If the field is required for a process to execute, check
Required .
|
<root> <oAddressPO> <Street>3 Enterprise Drive</Street> <State>CT</State> <Zipcode>6484.0</Zipcode> <City>Shelton</City> </oAddressPO> <oAddressPO> <Street>31 Enterprise Drive</Street> <State>CT1</State> <Zipcode>106484.0</Zipcode> <City>Shelton1</City> </oAddressPO> </root>
<root> <_1> <Street>3 Enterprise Drive</Street> <State>CT</State> <Zipcode>6484.0</Zipcode> <City>Shelton</City> </_1> <_2> <Street>31 Enterprise Drive</Street> <State>CT1</State> <Zipcode>106484.0</Zipcode> <City>Shelton1</City> </_2> </root>