POST api/Package/PostPackageList
Request Information
URI Parameters
None.
Body Parameters
Param| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| SeoUrl | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| City | string |
None. |
|
| Themes | integer |
None. |
|
| StartPrice | integer |
None. |
|
| EndPrice | integer |
None. |
|
| PackageId | integer |
None. |
|
| SortColumn | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"SeoUrl": "sample string 2",
"PageNumber": 3,
"PageSize": 4,
"City": "sample string 5",
"Themes": 6,
"StartPrice": 7,
"EndPrice": 8,
"PackageId": 9,
"SortColumn": "sample string 10",
"SortOrder": "sample string 11"
}
application/xml, text/xml
Sample:
<Param xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TraviYoWeb.Packages.Entity"> <City>sample string 5</City> <ClientId>1</ClientId> <EndPrice>8</EndPrice> <PackageId>9</PackageId> <PageNumber>3</PageNumber> <PageSize>4</PageSize> <SeoUrl>sample string 2</SeoUrl> <SortColumn>sample string 10</SortColumn> <SortOrder>sample string 11</SortOrder> <StartPrice>7</StartPrice> <Themes>6</Themes> </Param>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |