Submits a request to update user defined category and classification for the existing Touchstone Re companies.
A user-defined category (UDC) enables you to group and classify large portfolios into chunks of smaller portfolios.
Each company or program can have up to five categories.
Each category can have one out of 250 classifications.
Public Function UpdateCompany( _
ByVal As UpdateCompanyRequest _
) As UpdateCompanyResponse
Dim instance As CompanyManagementServiceClient
Dim request As UpdateCompanyRequest
Dim value As UpdateCompanyResponse
value = instance.UpdateCompany(request)
public UpdateCompanyResponse UpdateCompany(
UpdateCompanyRequest
)
Parameters
- request
- Contains a UpdateCompanyRequest that specifies the Business Unit SID and SQL Instance SID associated with the company SID , existing UDC Name, unique company identifier , as well as the UDC SIDs that you want to add to the existing company in Touchstone Re.
Return Value
A UpdateCompanyResponse that contains the that uniquely identifies the Company SID specified in the request.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2