B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
http://localhost:8080/DTRestApi/informatica/dt/transform/v0.1/<Service_Name>
Object
| Arguments
|
---|---|
input
| Specify a default input port for the Data Transformation service.
The object has following arguments:
|
output
| Specify a default output port for the Data Transformation service.
The object has following arguments:
|
additionalInputs
| Specify additional input ports for the Data Transformation service. A call can contain up to 15 input ports.
The object has following arguments:
|
additionalOutputs
| Specify additional output ports for the Data Transformation service. A call can contain up to 15 output ports.
The object has following arguments:
|
serviceParameters
| Provides the Data Transformation service with values to apply to variables in the service parameter ports. A call can contain up to 15 service parameters.
The object has following arguments:
|
{ "input": { "type": "FILE", "value": "C:\Files\Meida\r99315.txt" }, "output": { "type": "BUFFER", }, "additionalInputs": [ { "name": "SecondBill", "type": "FILE", "value": "C:\Files\Meida\r43615.txt" } ], "serviceParameters": [ { "name": "LastPayment", "value": "1037" } ] }