Single Sign-On PDF Service for Web 3.x

Documents.asmx will be used to retrieve a list of documents out of the uluro system.

GeneratePdf.aspx will be used to generate a pdf using a supplied list of comma delimited documents.

 

Documents.asmx

In order to get a list of documents create a soap request to Documents.asmx containing the required and optional parameters specified below. Note that you can get the wsdl for your service reference by using Documents.asmx?wsdl.

Parameters:

InvoiceNumber(optional): This is the invoice number. This option will match only documents with the specified invoice number.

AccountNumber(optional): This is the account number on the document. If this option is used only documents that match the specified  account number will be returned. Wild cards can be used?

SubTypeId(optional): The submission type id. This option will limit the returned documents to those that match the specified subtype.

BeginDate(optional): This is the beginning of the search range. This option will limit the returned documents to those documents that were created after the specified date.

EndDate(optional): This is the end of the search range. This option will limit the returned documents to those documents that were created before the specified date.

AccountName(optional): This is the name on the document. If this option is used only documents that match the specified  account name will be returned. Wild cards can be used?

 

MaxDocs(optional): The maximum number of documents to be returned in the document list. By default the number of documents that will be returned is 25. The maximum amount of documents that will be returned is 1000.

Username(required): The username of a valid admin user.

Password(required): The password of a valid admin user

ClientId(required): This is the Client Id/Customer Id(CLID in uSetup)

 

GeneratePdf.aspx

To generate a pdf you create a post request containing the following required parameters to the GeneratePdf.aspx page.

 

Required post parameters:

STMTID-This is the comma separated list of statements to be merged into a single pdf.

Username-This is the username of the user to use for retrieving the pdf. Note that this should be an admin user for the particular customer the documents are linked to.

Password-This is the password of the user to use for retrieve the pdf. Note that this should be an admin users password for the customer the documents are linked to.

ClientId-The customer id that the statements are linked to.

0 Comments

Article is closed for comments.
Powered by Zendesk