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": "93e68abf-00a4-42e5-932e-d46915980938", "Title": "sample string 3", "DateFounded": "2025-07-25T21:57:13.106109-04:00", "RoleInBusiness": 5, "AddressLine1": "sample string 6", "AddressLine2": "sample string 7", "City": "sample string 8", "Country": "bcf692de-9d32-4154-b166-e026fee9fc25", "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>93e68abf-00a4-42e5-932e-d46915980938</Industry> <Title>sample string 3</Title> <DateFounded>2025-07-25T21:57:13.106109-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>bcf692de-9d32-4154-b166-e026fee9fc25</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": "734e078e-d7dd-4734-997c-afba6ea8867d", "Title": "sample string 3", "DateFounded": "2025-07-25T21:57:13.1071072-04:00", "RoleInBusiness": 5, "AddressLine1": "sample string 6", "AddressLine2": "sample string 7", "City": "sample string 8", "Country": "03d95fe9-bdbb-4d9c-8792-6384bb3e1a5b", "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>734e078e-d7dd-4734-997c-afba6ea8867d</Industry> <Title>sample string 3</Title> <DateFounded>2025-07-25T21:57:13.1071072-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>03d95fe9-bdbb-4d9c-8792-6384bb3e1a5b</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>