|
InfoWebXMLWebServiceGetTemporaryChanges Method |
Returns a collection of temporary changes between the given dates and type of change for the customer.
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 customer number
- titleCode String
- The code for the susbcription title
- startDate DateTime
- Start date for search
- endDate NullableDateTime
- An optional end date for the search
- changeType ChangeType
- Type of change to search for
Return Value
InfoWebChangeA collection of InfoWebChange objects
See Also