Updates values of various UDFs for different objects.
Output / Response
Returns a CSV file containing the following information:
- LineNumber
- The respective line number in the input CSV file. This appears in the first column in the output CSV file.
- FailureMessage
- The reason for the failure identified by the system. This appears in the second column in the output CSV file.
Note: An empty CSV file will be returned when all the rows in the input CSV
file were processed successfully.
API call:
byte[] updateBulkUdf ( byte[] data, String
properties )
Note: If you are not using a Java client, you
must use the variable types in the WSDL file. The byte[] variable is mapped to
base64Binary in WSDL.
Parameter | Description |
---|---|
data | The file to be used to update UDFs. The file is passed to Address
Manager as a byte array that is the stream of the CSV file contents. The
file must follow the following pattern:
Note:
|
properties | Reserved for future use. |