Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetBillPayer Method

Returns the bill payer for given customer, subscription and date. The bill payer object contains status code, bill payers name, address and customer number.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebBillPayer GetBillPayer(
	int customerNumber,
	string titleCode,
	DateTime? date
)

Parameters

customerNumber  Int32
The number for the customer for whom you want the bill payer
titleCode  String
The title code for the subscription that the bill payer is responsible for
date  NullableDateTime
Date to search for bill payer. If the date is not set, todays date is used

Return Value

InfoWebBillPayer
InfoWebBillPayer object with status code '00' if the bill payer was retrieved successfully. For other possible status codes, look under Remarks.
Remarks

Other possible status codes:

  • 00 - Bill payer retrieved successfully

  • 10 - Unknown customer. No customer found matching the customer number

  • 24 - Invalid customer number. Customer number cannot be

  • 55 - Unknown title. No title found matching the title code

  • See Also