GetData Output XML Tag Specification

Tags Description Possible values
OUTPUT       Root tag of the output  
  HEADER       Contains the header information based on the input xml & output generated.  
    EXTRACTION_DATE     Date & time of extraction Any valid date value.
    FILTERLIST     Lists the filter condition specified in the input XML, if present.  
    FILE_NAME     Name of the file generated. Filename can have xml & txt extensions.
    MESSAGE     Message status of the web service operation.  
    RECORD_COUNT     Count of the number of records returned by the Web service.  
  DATA       This displays the result of the operation. If the result is sent as attachment then this tag will be present only in the attachment.  
    RECORD     Each RECORD represents a row of data, returned as result in XML format. Any number of RECORD tags can be specified
      COLUMN   Each COLUMN represents the data inside a column. Any number of COLUMN tags can be specified
        NAME Name of the column Name of the column.
        VALUE Value of the column Value of the column.
        DESCRIPTION Description value of the column incase the column is FK related to another table. Description Value of the column.
Close