Click or drag to resize
Infosoft Logo

ICorporateAgreementServiceDeleteCorporateAgreementTerm Method

Delete a CorporateAgreementTerm.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
CorporateAgreementTermResponse DeleteCorporateAgreementTerm(
	DeleteCorporateAgreementTermEntityRequest request
)

Parameters

request  DeleteCorporateAgreementTermEntityRequest
A request object, containing a CorporateAgreementTerm object.

Return Value

CorporateAgreementTermResponse
A response object, containing the deleted CorporateAgreementTerm.
See Also