C1_​SearchStatement Inbound Web Service Schema

The following code snippet illustrates how the tags are nested in the C1_​SearchStatement schema:

<schema name="schema">
    <recordCount dataType="number" mapField="RECORDS_COUNT"/>
    <toDate dataType="date" mapField="TO_DT"/>
    <fromDate dataType="date" mapField="FROM_DT"/>
    <billId mapField="BILL_ID"/>
    <acctId mapField="ACCT_ID"/>
    <statementId mapField="STATEMENT_ID"/>
    <stmList type="list" mapList="STM_LIST">
        <statementId mapField="STATEMENT_ID"/>
    </stmList>
</schema>