POST eo-members/networking?ClientId={ClientId}&user_id={user_id}
Add networking information 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
Networking Request object
| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociationOrOrganization | string |
Required |
|
| BusinessOrIndustry | integer |
Required |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssociationOrOrganization": "sample string 1",
"BusinessOrIndustry": 2,
"Comments": "sample string 3"
}
application/xml, text/xml
Sample:
<NetworkingRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AssociationOrOrganization>sample string 1</AssociationOrOrganization> <BusinessOrIndustry>2</BusinessOrIndustry> <Comments>sample string 3</Comments> </NetworkingRequest>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociationOrOrganization | string |
Required |
|
| BusinessOrIndustry | integer |
Required |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AssociationOrOrganization": "sample string 1",
"BusinessOrIndustry": 2,
"Comments": "sample string 3"
}
application/xml, text/xml
Sample:
<NetworkingRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AssociationOrOrganization>sample string 1</AssociationOrOrganization> <BusinessOrIndustry>2</BusinessOrIndustry> <Comments>sample string 3</Comments> </NetworkingRequest>