POST api/package/GetPackagesFilter

Request Information

URI Parameters

None.

Body Parameters

PackageFilterModel
NameDescriptionTypeAdditional information
Destination

string

None.

ThemeIDF

string

None.

PackageType

integer

None.

Price

string

None.

Nights

string

None.

CountryCode

string

None.

SortBy

string

None.

PackageCategoryIDF

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Destination": "sample string 1",
  "ThemeIDF": "sample string 2",
  "PackageType": 1,
  "Price": "sample string 3",
  "Nights": "sample string 4",
  "CountryCode": "sample string 5",
  "SortBy": "sample string 6",
  "PackageCategoryIDF": "sample string 7"
}

application/xml, text/xml

Sample:
<PackageFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBtoC.Models">
  <CountryCode>sample string 5</CountryCode>
  <Destination>sample string 1</Destination>
  <Nights>sample string 4</Nights>
  <PackageCategoryIDF>sample string 7</PackageCategoryIDF>
  <PackageType>1</PackageType>
  <Price>sample string 3</Price>
  <SortBy>sample string 6</SortBy>
  <ThemeIDF>sample string 2</ThemeIDF>
</PackageFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.