POST me-eo/business-profile?ClientId={ClientId}
Update business profile for Logged-in User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
Body Parameters
BusinessProfile Request object
Name | Description | Type | Additional 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": "cd44d99b-a8f0-4cfe-9c80-7c36637d4e3e", "Title": "sample string 3", "DateFounded": "2025-09-13T16:58:27.0158874-04:00", "RoleInBusiness": 5, "AddressLine1": "sample string 6", "AddressLine2": "sample string 7", "City": "sample string 8", "Country": "9ff6c352-7123-436e-a37c-c63f95d3a80e", "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>cd44d99b-a8f0-4cfe-9c80-7c36637d4e3e</Industry> <Title>sample string 3</Title> <DateFounded>2025-09-13T16:58:27.0158874-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>9ff6c352-7123-436e-a37c-c63f95d3a80e</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
Name | Description | Type | Additional 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": "40772b46-be28-4172-8599-a9a4b8d134b7", "Title": "sample string 3", "DateFounded": "2025-09-13T16:58:27.0158874-04:00", "RoleInBusiness": 5, "AddressLine1": "sample string 6", "AddressLine2": "sample string 7", "City": "sample string 8", "Country": "e5bb90c4-c8b3-4e64-8194-5db5d060189a", "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>40772b46-be28-4172-8599-a9a4b8d134b7</Industry> <Title>sample string 3</Title> <DateFounded>2025-09-13T16:58:27.0158874-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>e5bb90c4-c8b3-4e64-8194-5db5d060189a</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>