Click or drag to resize
Infosoft Logo

ICorporateAgreementServiceUpdateCorporateAgreement Method

Updates 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 UpdateCorporateAgreement(
	UpdateCorporateAgreementEntityRequest request
)

Parameters

request  UpdateCorporateAgreementEntityRequest
A request object, containing a CorporateAgreement object, on which CorporateAgreement_Id must be set. 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