Share via


CustomerInfoHeader Class

CustomerInfoHeader Class

Contains a customer-defined numeric code that represent transactions that are sent to MapPoint Web Service by using methods of the CommonServiceSoap class. You can use this code to order or group reports on the MapPoint Web Service Customer Services site (CSS).


Public Class CustomerInfoHeader 
 Inherits System.Web.Services.Protocols.SoapHeader


[C#]

public class CustomerInfoHeader : System.Web.Services.Protocols.SoapHeader

Public Properties

Name Description
public propertyCustomLogEntry

A customer-defined numeric code that is associated with a particular transaction. You can track up to 32 transactions. Valid values range from 0 through 31.

Remarks

  • The CustomerInfoHeader class is passed in the CommonServiceSoap.CustomerInfoHeaderValue property in the SOAP header for every call that you want to track in a particular way, such as tracking calls for particular end customers or calls of a certain type.

  • For more information about MapPoint Web Service reports, see the Help topic "About MapPoint Web Service reports" on the CSS. For information about how to access the CSS, see the information that you received when you enrolled in the service.

    For information about becoming a MapPoint Web Service customer, visit the MapPoint Web Service Web site.

See Also

  CommonServiceSoap Class   |   MapPoint Web Service SOAP Headers