|
ICorporateAgreementServiceCreateCorporateAgreement Method |
Create a new CorporateAgreement with 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 CreateCorporateAgreement(
CreateCorporateAgreementEntityRequest request
)
No code example is currently available or this language may not be supported.
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
CorporateAgreementResponseA response object, containing the updated CorporateAgreement.
See Also