XML Format Required for C1_​SearchStatement

Note: We recommend you to refer the C1_​SearchStatement inbound web service schema in parallel while understanding the below mentioned tags. This will help you to understand how the tags are nested in the schema.

Before calling the C1_​SearchStatement inbound web service, you need to ensure that the XML file contains the following tags:

Tag Name Tag Description Mandatory (Yes or No)
schema Used to specify the tags in an XML document. Yes
recordCount Used when you want to search last ‘n’ number of statements of an account. Yes (Conditional)
Note: Either the count or date range is required when the account ID is specified as a search criteria.
toDate Used to search for statements which are created till a particular date. Yes (Conditional)
Note: Either the count or date range is required when the account ID is specified as a search criteria.
fromDate Used to search for statements which are created from a particular date. Yes (Conditional)
Note: Either the count or date range is required when the account ID is specified as a search criteria.
billId Used to search for statements which contains the data from a particular bill. No
acctId Used to search for statements which are created for a particular account. No
statementId Used to search for a particular statement. No
Note: The bill ID, account ID, or the statement ID should be specified while searching for statements.

The following table lists and describes the tags which are available in the C1_​SearchStatement schema, but should not be included in the XML file:

Tag Name Tag Description
stmList Lists the statements that meet the specified criteria.
statementId Displays the statement ID.

Related Topic

For more information on... See...
C1_​SearchStatement Inbound Web Service Schema C1_​SearchStatement Inbound Web Service Schema