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": "dbb05014-0114-4ce5-b419-e9c41f3f1f32",
"Title": "sample string 3",
"DateFounded": "2026-06-12T21:53:32.6516288-04:00",
"RoleInBusiness": 5,
"AddressLine1": "sample string 6",
"AddressLine2": "sample string 7",
"City": "sample string 8",
"Country": "068c5711-67de-410b-8688-151d5e885d23",
"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>dbb05014-0114-4ce5-b419-e9c41f3f1f32</Industry> <Title>sample string 3</Title> <DateFounded>2026-06-12T21:53:32.6516288-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>068c5711-67de-410b-8688-151d5e885d23</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": "122d997e-fcd6-44f6-b6df-502b3d6fd8f8",
"Title": "sample string 3",
"DateFounded": "2026-06-12T21:53:32.6586263-04:00",
"RoleInBusiness": 5,
"AddressLine1": "sample string 6",
"AddressLine2": "sample string 7",
"City": "sample string 8",
"Country": "cc1a4bc9-af1d-4b61-8610-16b91f392c2a",
"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>122d997e-fcd6-44f6-b6df-502b3d6fd8f8</Industry> <Title>sample string 3</Title> <DateFounded>2026-06-12T21:53:32.6586263-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>cc1a4bc9-af1d-4b61-8610-16b91f392c2a</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>