POST MyEngagement/GetMemberContactDetails
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.MyEngagement+KnowledgeResourceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCeoOrCii | boolean |
None. |
|
| Year | integer |
None. |
|
| pageNumber | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsCeoOrCii": true,
"Year": 2,
"pageNumber": 3,
"pageSize": 4
}
application/xml, text/xml
Sample:
<KnowledgeResourceRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsCeoOrCii>true</IsCeoOrCii> <Year>2</Year> <pageNumber>3</pageNumber> <pageSize>4</pageSize> </KnowledgeResourceRequest>
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.