POST integration/events/{eventId}/companies/create
Creates a new company.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
Event Id or Event External Id |
string |
Required |
Body Parameters
Company object
IntegrationCompany| Name | Description | Type | Additional 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. |
|
Company email. Email. |
string |
None. |
|
| Phone |
Company phone. Open text. |
string |
None. |
| Website |
Company website. Url. |
string |
None. |
|
Company Facebook Id. Open text. |
string |
None. |
|
|
Company Instagram Id. Open text. |
string |
None. |
|
|
Company Twitter Id. Open text. |
string |
None. |
|
| YouTube |
Company YouTube Id. Open text. |
string |
None. |
|
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 not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.