Click or drag to resize
Infosoft Logo

AddSupplementServicesBulkRequest Class

The request to be sent to the CustomerSupplementServiceBulkService, containing a list of customer ID's, a supplement service code, sales source code, start date and value.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.Marketing.SupplementServicesAddSupplementServicesBulkRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Marketing.SupplementServices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class AddSupplementServicesBulkRequest

The AddSupplementServicesBulkRequest type exposes the following members.

Properties
 NameDescription
Public propertyCustomerIds Gets or sets the customer ids.
Public propertySalesSourceCode Gets or sets the sales source code.
Public propertySignature Gets or sets the signature.
Public propertyStartDate Gets or sets the start date.
Public propertySupplementServiceCode Gets or sets the supplement service code.
Public propertyValue Gets or sets the value.
Top
See Also