Sample XML Format for Uploading Service Quantity Identifiers (SQIs)

Using the below example, you can create the following SQIs:

  • ACCTBAL

  • AVGDBAL

  • OVDLMT

<root>
<request>
<payload>
<C1-SQIUPLOAD>
    <serviceQuantityIdentifier>ACCTBAL</serviceQuantityIdentifier>
    <description>Account Balance</description>
    <decimalPositions>18</decimalPositions>
</C1-SQIUPLOAD>
<C1-SQIUPLOAD>
    <serviceQuantityIdentifier>AVGDBAL</serviceQuantityIdentifier>
    <description>Average Daily Balance</description>
    <decimalPositions>18</decimalPositions>
</C1-SQIUPLOAD>
<C1-SQIUPLOAD>
    <serviceQuantityIdentifier>OVDLMT</serviceQuantityIdentifier>
    <description>Overdraft Limit</description>
    <decimalPositions>18</decimalPositions>
</C1-SQIUPLOAD>
</payload>
</request>
</root>

Related Topics

For more information on... See...
XML File Format for Uploading Service Quantity Identifiers (SQIs) XML File Format for Uploading Service Quantity Identifiers (SQIs)