|
InfoWebXMLWebServiceSaveBillPayer Method |
Save billpayer for given customer and subscription.
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
- titleCode String
- The code for the susbcription title
- bill InfoWebBillPayer
- A Billpayer object containing information about the bill payer
Return Value
InfoWebBillPayerAn 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 See Also