|
InfoWebXMLWebServiceGetComplaintCodes2 Method |
Returns complaint codes. If verifyDistributionCompany is true, then a customernumber and titlecode must be given. The method will then return all complaint codes containing the dsk.
If verifyDistributionCompany is false, and a title code is given, it will return all complaint codes on the titlecode. If titleCode is empty, it will return all complaint codes.
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 NullableInt32
- The number for the customer
- titleCode String
- The code for the susbcription title
- verifyDistributionCompany Boolean
- True or False depending on the method should verify distribution company (DSK)
Return Value
InfoWebComplaintCodeA collection of InfoWebComplaintCode objects. If nothing was found it returns an empty collection
See Also