POST me-eo/business-profile?ClientId={ClientId}

Update business profile for Logged-in User

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

ClientId

string

Required

Body Parameters

BusinessProfile Request object

NameDescriptionTypeAdditional information
BusinessName

string

None.

Industry

globally unique identifier

None.

Title

string

None.

DateFounded

date

None.

RoleInBusiness

integer

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

Country

globally unique identifier

None.

State

string

None.

PostalCode

string

None.

BusinessWebAddress

string

None.

CurrentBusinessDescription

string

None.

BusinessPhoneCountryCode

string

None.

BusinessPhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BusinessName": "sample string 1",
  "Industry": "53c019ae-f185-48f6-bb28-a4fff3311f4e",
  "Title": "sample string 3",
  "DateFounded": "2025-05-29T23:07:35.7151578-04:00",
  "RoleInBusiness": 5,
  "AddressLine1": "sample string 6",
  "AddressLine2": "sample string 7",
  "City": "sample string 8",
  "Country": "14161d23-06cb-4b21-b6f1-f485b7b3906a",
  "State": "sample string 10",
  "PostalCode": "sample string 11",
  "BusinessWebAddress": "sample string 12",
  "CurrentBusinessDescription": "sample string 13",
  "BusinessPhoneCountryCode": "sample string 14",
  "BusinessPhoneNumber": "sample string 15"
}

application/xml, text/xml

Sample:
<BusinessProfileRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BusinessName>sample string 1</BusinessName>
  <Industry>53c019ae-f185-48f6-bb28-a4fff3311f4e</Industry>
  <Title>sample string 3</Title>
  <DateFounded>2025-05-29T23:07:35.7151578-04:00</DateFounded>
  <RoleInBusiness>5</RoleInBusiness>
  <AddressLine1>sample string 6</AddressLine1>
  <AddressLine2>sample string 7</AddressLine2>
  <City>sample string 8</City>
  <Country>14161d23-06cb-4b21-b6f1-f485b7b3906a</Country>
  <State>sample string 10</State>
  <PostalCode>sample string 11</PostalCode>
  <BusinessWebAddress>sample string 12</BusinessWebAddress>
  <CurrentBusinessDescription>sample string 13</CurrentBusinessDescription>
  <BusinessPhoneCountryCode>sample string 14</BusinessPhoneCountryCode>
  <BusinessPhoneNumber>sample string 15</BusinessPhoneNumber>
</BusinessProfileRequest>

Response Information

Resource Description

NameDescriptionTypeAdditional information
BusinessName

string

None.

Industry

globally unique identifier

None.

Title

string

None.

DateFounded

date

None.

RoleInBusiness

integer

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

Country

globally unique identifier

None.

State

string

None.

PostalCode

string

None.

BusinessWebAddress

string

None.

CurrentBusinessDescription

string

None.

BusinessPhoneCountryCode

string

None.

BusinessPhoneNumber

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BusinessName": "sample string 1",
  "Industry": "d64b47e3-9a37-4ac0-8fad-25bd3d6b6fd1",
  "Title": "sample string 3",
  "DateFounded": "2025-05-29T23:07:35.7151578-04:00",
  "RoleInBusiness": 5,
  "AddressLine1": "sample string 6",
  "AddressLine2": "sample string 7",
  "City": "sample string 8",
  "Country": "8718978c-2c01-4e16-ad31-3966af782e28",
  "State": "sample string 10",
  "PostalCode": "sample string 11",
  "BusinessWebAddress": "sample string 12",
  "CurrentBusinessDescription": "sample string 13",
  "BusinessPhoneCountryCode": "sample string 14",
  "BusinessPhoneNumber": "sample string 15"
}

application/xml, text/xml

Sample:
<BusinessProfileRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BusinessName>sample string 1</BusinessName>
  <Industry>d64b47e3-9a37-4ac0-8fad-25bd3d6b6fd1</Industry>
  <Title>sample string 3</Title>
  <DateFounded>2025-05-29T23:07:35.7151578-04:00</DateFounded>
  <RoleInBusiness>5</RoleInBusiness>
  <AddressLine1>sample string 6</AddressLine1>
  <AddressLine2>sample string 7</AddressLine2>
  <City>sample string 8</City>
  <Country>8718978c-2c01-4e16-ad31-3966af782e28</Country>
  <State>sample string 10</State>
  <PostalCode>sample string 11</PostalCode>
  <BusinessWebAddress>sample string 12</BusinessWebAddress>
  <CurrentBusinessDescription>sample string 13</CurrentBusinessDescription>
  <BusinessPhoneCountryCode>sample string 14</BusinessPhoneCountryCode>
  <BusinessPhoneNumber>sample string 15</BusinessPhoneNumber>
</BusinessProfileRequest>