POST eo-members/business-profile?ClientId={ClientId}&user_id={user_id}
Update business profile for particular User Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
| user_id |
User Id |
globally unique identifier |
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": "34b74489-07b9-472a-aeee-174a37cfb7f5",
"Title": "sample string 3",
"DateFounded": "2026-04-01T06:26:42.0975014-04:00",
"RoleInBusiness": 5,
"AddressLine1": "sample string 6",
"AddressLine2": "sample string 7",
"City": "sample string 8",
"Country": "bd1b8a7f-d480-446d-a2f5-8109abc0ecd3",
"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>34b74489-07b9-472a-aeee-174a37cfb7f5</Industry> <Title>sample string 3</Title> <DateFounded>2026-04-01T06:26:42.0975014-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>bd1b8a7f-d480-446d-a2f5-8109abc0ecd3</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": "1b1b728b-0ced-41ca-9eda-74ee11d0aebe",
"Title": "sample string 3",
"DateFounded": "2026-04-01T06:26:42.0984987-04:00",
"RoleInBusiness": 5,
"AddressLine1": "sample string 6",
"AddressLine2": "sample string 7",
"City": "sample string 8",
"Country": "fba612c6-7863-4dfc-b790-9c9b72eeffaa",
"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>1b1b728b-0ced-41ca-9eda-74ee11d0aebe</Industry> <Title>sample string 3</Title> <DateFounded>2026-04-01T06:26:42.0984987-04:00</DateFounded> <RoleInBusiness>5</RoleInBusiness> <AddressLine1>sample string 6</AddressLine1> <AddressLine2>sample string 7</AddressLine2> <City>sample string 8</City> <Country>fba612c6-7863-4dfc-b790-9c9b72eeffaa</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>