|
ICorporateAgreementServiceUpdateCorporateAgreement Method |
Updates all data on the given corporate agreement.
Namespace: Infosoft.Common.Contracts.ServiceContracts.SubscriptionsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax CorporateAgreementResponse UpdateCorporateAgreement(
UpdateCorporateAgreementEntityRequest request
)
No code example is currently available or this language may not be supported.
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
CorporateAgreementResponseA response object, containing the updated CorporateAgreement.
See Also