POST api/profile/getglobalprofiles
Request Information
URI Parameters
None.
Body Parameters
GetGlobalProfilesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Keyword | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Company | string |
None. |
|
| CityId | integer |
None. |
|
| StateId | integer |
None. |
|
| CountryId | integer |
None. |
|
| ChapterId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Keyword": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Company": "sample string 4",
"CityId": 5,
"StateId": 6,
"CountryId": 7,
"ChapterId": 8,
"CategoryId": 9,
"PageNo": 10,
"PageSize": 11
}
application/xml, text/xml
Sample:
<GetGlobalProfilesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <CategoryId>9</CategoryId> <ChapterId>8</ChapterId> <CityId>5</CityId> <Company>sample string 4</Company> <CountryId>7</CountryId> <FirstName>sample string 2</FirstName> <Keyword>sample string 1</Keyword> <LastName>sample string 3</LastName> <PageNo>10</PageNo> <PageSize>11</PageSize> <StateId>6</StateId> </GetGlobalProfilesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.