|
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.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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
InfoWebBillPayerInfoWebBillPayer 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