CreateOrUpdateCompanyRequest Class
Applies To: Dynamics Marketing
Contains the data to update or create a company.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
Microsoft.Dynamics.Marketing.SDK.Messages.Company::CreateOrUpdateCompanyRequest
| Name | Description | |
|---|---|---|
![]() | CreateOrUpdateCompanyRequest() | Initializes a new instance of theCreateOrUpdateCompanyRequest class. |
| Name | Description | |
|---|---|---|
![]() | Company | Gets or sets the company. |
![]() | DisableConcurrencyValidation | Gets or sets the concurrency validation logic for updating an entity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToBrokeredMessage() | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.) |
![]() | ToBrokeredMessage(String^) | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.) |
![]() | ToString() | (Inherited from Object.) |
This message works similar to an “upsert” operation and creates a new entity type or updates an existing entity type depending on whether or not the entity exists.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
CreateOrUpdateCompanyResponse
Microsoft.Dynamics.Marketing.SDK.Messages.Company Namespace
Developer overview of Microsoft Dynamics Marketing
Manage leads, contacts, and company
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and delete a company (including UDF custom fields)
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference


