Click or drag to resize
Infosoft Logo

ICorporateAgreementServiceCreateCorporateAgreementDiscount Method

Create a new CorporateAgreementDiscount.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
CorporateAgreementDiscountResponse CreateCorporateAgreementDiscount(
	CreateCorporateAgreementDiscountEntityRequest request
)

Parameters

request  CreateCorporateAgreementDiscountEntityRequest
A request object, containing a CorporateAgreementDiscount object.

Return Value

CorporateAgreementDiscountResponse
A response object, containing the updated CorporateAgreementDiscount.
See Also