POST v1_1/api/Job/GetJobSearch
Request Information
URI Parameters
None.
Body Parameters
SearchInputName | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
CountryName | string |
None. |
|
StateName | string |
None. |
|
CityName | string |
None. |
|
SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageNumber": 1, "PageSize": 2, "CountryName": "sample string 3", "StateName": "sample string 4", "CityName": "sample string 5", "SearchText": "sample string 6" }
application/xml, text/xml
Sample:
<SearchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CsharpCornerAPI.Models.v1_0"> <CityName>sample string 5</CityName> <CountryName>sample string 3</CountryName> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <SearchText>sample string 6</SearchText> <StateName>sample string 4</StateName> </SearchInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |