POST SectorAndFunctionalAreas/UpdateMyFuncations
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.UpdateMyFuncations| Name | Description | Type | Additional information | 
|---|---|---|---|
| NewFuncations | Collection of string | 
                             None.  | 
                |
| OldFuncations | Collection of string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "NewFuncations": [
    "sample string 1",
    "sample string 2"
  ],
  "OldFuncations": [
    "sample string 1",
    "sample string 2"
  ]
}
        application/xml, text/xml
            Sample:
        
<UpdateMyFuncations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NewFuncations>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </NewFuncations>
  <OldFuncations>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </OldFuncations>
</UpdateMyFuncations>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
            Sample:
        
{}
        application/xml, text/xml
            Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />