GET Search/GetPreachingPlaces
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PreachingPlaceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| POIID | integer |
None. |
|
| PreachingPlaceID | integer |
None. |
|
| PreachingPlaceName | string |
None. |
|
| PreachingPlaceLocation | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"POIID": 1,
"PreachingPlaceID": 2,
"PreachingPlaceName": "sample string 3",
"PreachingPlaceLocation": "sample string 4",
"AddressLine1": "sample string 5",
"AddressLine2": "sample string 6"
},
{
"POIID": 1,
"PreachingPlaceID": 2,
"PreachingPlaceName": "sample string 3",
"PreachingPlaceLocation": "sample string 4",
"AddressLine1": "sample string 5",
"AddressLine2": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfPreachingPlaceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goto.API.Models">
<PreachingPlaceModel>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<POIID>1</POIID>
<PreachingPlaceID>2</PreachingPlaceID>
<PreachingPlaceLocation>sample string 4</PreachingPlaceLocation>
<PreachingPlaceName>sample string 3</PreachingPlaceName>
</PreachingPlaceModel>
<PreachingPlaceModel>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<POIID>1</POIID>
<PreachingPlaceID>2</PreachingPlaceID>
<PreachingPlaceLocation>sample string 4</PreachingPlaceLocation>
<PreachingPlaceName>sample string 3</PreachingPlaceName>
</PreachingPlaceModel>
</ArrayOfPreachingPlaceModel>