Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceSaveBillPayer Method

Save billpayer for given customer and subscription.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebBillPayer SaveBillPayer(
	int customerNumber,
	string titleCode,
	InfoWebBillPayer bill
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the susbcription title
bill  InfoWebBillPayer
A Billpayer object containing information about the bill payer

Return Value

InfoWebBillPayer
An InfoWebBillPayer object with information about the saved bill payer, and status code '00' if the bill payer was saved successfully. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also