POST api/places
Request Information
URI Parameters
None.
Body Parameters
PlacesSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| Count | integer |
None. |
|
| StarRating1 | integer |
None. |
|
| StarRating2 | integer |
None. |
|
| StarRating3 | integer |
None. |
|
| StarRating4 | integer |
None. |
|
| StarRating5 | integer |
None. |
|
| PlaceTypeId1 | string |
None. |
|
| PlaceTypeId2 | string |
None. |
|
| PlaceTypeId3 | string |
None. |
|
| PlaceTypeId4 | string |
None. |
|
| SortStars | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"Count": 1,
"StarRating1": 1,
"StarRating2": 1,
"StarRating3": 1,
"StarRating4": 1,
"StarRating5": 1,
"PlaceTypeId1": "sample string 1",
"PlaceTypeId2": "sample string 2",
"PlaceTypeId3": "sample string 3",
"PlaceTypeId4": "sample string 4",
"SortStars": "sample string 5"
}
Response Information
Resource Description
PlacesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Places | Collection of PlaceModel |
None. |
|
| NoOfPlaces | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Places": [
{
"PlaceId": "sample string 1",
"PlaceType": "sample string 2",
"PlaceName": "sample string 3",
"StarRating": 4,
"StartPrice": 5.0,
"AboutPlace": "sample string 6",
"Images": [
{
"PlaceThumbUrl": "sample string 1",
"MainImage": true,
"BackImage": true
},
{
"PlaceThumbUrl": "sample string 1",
"MainImage": true,
"BackImage": true
}
],
"Facilities": [
{
"Facility": "sample string 1"
},
{
"Facility": "sample string 1"
}
],
"RoomTypes": [
{
"Id": "sample string 1",
"RoomType": "sample string 2"
},
{
"Id": "sample string 1",
"RoomType": "sample string 2"
}
],
"pages": 7,
"status": "sample string 8"
},
{
"PlaceId": "sample string 1",
"PlaceType": "sample string 2",
"PlaceName": "sample string 3",
"StarRating": 4,
"StartPrice": 5.0,
"AboutPlace": "sample string 6",
"Images": [
{
"PlaceThumbUrl": "sample string 1",
"MainImage": true,
"BackImage": true
},
{
"PlaceThumbUrl": "sample string 1",
"MainImage": true,
"BackImage": true
}
],
"Facilities": [
{
"Facility": "sample string 1"
},
{
"Facility": "sample string 1"
}
],
"RoomTypes": [
{
"Id": "sample string 1",
"RoomType": "sample string 2"
},
{
"Id": "sample string 1",
"RoomType": "sample string 2"
}
],
"pages": 7,
"status": "sample string 8"
}
],
"NoOfPlaces": 1
}