Click or drag to resize
Infosoft Logo

ICorporateAgreementServiceCreateCorporateAgreement Method

Create a new CorporateAgreement with all data on the given corporate agreement.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
CorporateAgreementResponse CreateCorporateAgreement(
	CreateCorporateAgreementEntityRequest request
)

Parameters

request  CreateCorporateAgreementEntityRequest
A request object, containing a CorporateAgreement object. All other data on the CorporateAgreement object will be entered into the database as it is.

Return Value

CorporateAgreementResponse
A response object, containing the updated CorporateAgreement.
See Also