Update a company

Namespace: SynergyClientAPI.Companies
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function UpdateCompany( _ 
ByVal company As CompanyInfo, _ 
Optional ByVal image_file As String = null, _ 
Optional ByVal wait As IASyncWait = null _ 
) As EntityIDResponse
This language is not supported or no code example is available.
public static EntityIDResponse UpdateCompany( 
CompanyInfo company
string image_file = null, 
IASyncWait wait = null 
)
This language is not supported or no code example is available.
public:  
static EntityIDResponse^ UpdateCompany( 
CompanyInfo^ company
String^ image_file
IASyncWait^ wait 
)
This language is not supported or no code example is available.
public static function UpdateCompany( 
company : CompanyInfo
image_file : String
wait : IASyncWait 
) : EntityIDResponse;
This language is not supported or no code example is available.

Parameters

company
Type: CompanyInfo

image_file
Type: string

optional image file to use

wait
Type: IASyncWait

optional waiter to use

Return Value

Type: EntityIDResponse

the id of the company, in a response object

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1