POST MyCompanyProfile/InsertUpdateMyCompanyExchange
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.CP+InsertUpdateMyCompanyExchange| Name | Description | Type | Additional information |
|---|---|---|---|
| Memberid | string |
Required |
|
| IsPubliclyListed | boolean |
None. |
|
| Exchange | string |
None. |
|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Memberid": "sample string 1",
"IsPubliclyListed": true,
"Exchange": "sample string 3",
"Code": "sample string 4"
}
application/xml, text/xml
Sample:
<InsertUpdateMyCompanyExchange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Memberid>sample string 1</Memberid> <IsPubliclyListed>true</IsPubliclyListed> <Exchange>sample string 3</Exchange> <Code>sample string 4</Code> </InsertUpdateMyCompanyExchange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.