PUT integration/events/{eventId}/companies/update

Updates a company's details.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

Event Id or Event External Id

string

Required

Body Parameters

Company object

IntegrationCompany
NameDescriptionTypeAdditional information
Id

AI Connect company primary key. Guid.

string

None.

ExternalId

Client company primary key. String.

string

None.

Status

Company status. Confirmed (default), Pending or Deleted.

string

None.

Category

Company category. Company (default).

string

None.

IsVirtual

Company is virtual or not. True (default).

boolean

None.

CompanyName

Company name. Open text.

string

None.

AddressLine1

Company address line 1. Open text.

string

None.

AddressLine2

Company address line 2. Open text.

string

None.

AddressLine3

Company address line 3. Open text.

string

None.

City

Company city. Open text.

string

None.

Country

Company country. A country name from the list setup for this event.

string

None.

PostalCode

Company postal code. Open text.

string

None.

Email

Company email. Email.

string

None.

Phone

Company phone. Open text.

string

None.

Website

Company website. Url.

string

None.

Facebook

Company Facebook Id. Open text.

string

None.

Instagram

Company Instagram Id. Open text.

string

None.

Twitter

Company Twitter Id. Open text.

string

None.

YouTube

Company YouTube Id. Open text.

string

None.

LinkedIn

Company LinkedIn Id. Open text.

string

None.

Hall

Company hall number. Open text.

string

None.

StandNumber

Company stand number. Open text.

string

None.

Profile

Company profile. Open text.

string

None.

Industry

Company industries. One or more industries from the list setup for this event.

Collection of string

None.

Sector

Company sectors. One or more sectors from the list setup for this event.

Collection of string

None.

OperatesIn

Company operating areas. One or more areas of operation from the list setup for this event.

Collection of string

None.

YouTubeVideoId

Company YouTube Video Id. Open text.

string

None.

Package

Company package. Standard or Featured.

string

None.

BackgroundUrl

Company background. Url.

string

None.

BannerUrl

Company banner. Url.

string

None.

CompanyLogoUrl

Company logo. Url.

string

None.

Parent

Company parent. Company Parent.

IntegrationCompany

None.

Modified

Company last modified date. UTC.

date

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.