POST MyCompanyProfile/AddCompanySectors

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.CP+AddCompanySector
NameDescriptionTypeAdditional information
Sectorid

Collection of string

Required

MemberId

string

Required

DelimitedSectors

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sectorid": [
    "sample string 1",
    "sample string 2"
  ],
  "MemberId": "sample string 1",
  "DelimitedSectors": "sample string 1|sample string 2"
}

application/xml, text/xml

Sample:
<AddCompanySector xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Sectorid>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sectorid>
  <MemberId>sample string 1</MemberId>
</AddCompanySector>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.