POST ProposeMembership/Search
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.ProposeMembership+Search| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
|
| PageSize | integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
|
| Keyword | string |
None. |
|
| Region | string |
None. |
|
| StateId | string |
None. |
|
| CityId | string |
None. |
|
| MemberType | string |
None. |
|
| CompanyType | string |
None. |
|
| ContactName | string |
None. |
|
| Status | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"Keyword": "sample string 3",
"Region": "sample string 4",
"StateId": "sample string 5",
"CityId": "sample string 6",
"MemberType": "sample string 7",
"CompanyType": "sample string 8",
"ContactName": "sample string 9",
"Status": "sample string 10"
}
application/xml, text/xml
Sample:
<Search xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <Keyword>sample string 3</Keyword> <Region>sample string 4</Region> <StateId>sample string 5</StateId> <CityId>sample string 6</CityId> <MemberType>sample string 7</MemberType> <CompanyType>sample string 8</CompanyType> <ContactName>sample string 9</ContactName> <Status>sample string 10</Status> </Search>
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.