GET Search/GetParishs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ParishModel| Name | Description | Type | Additional information |
|---|---|---|---|
| POIID | integer |
None. |
|
| PresbyteryPOIID | integer |
None. |
|
| Parish | string |
None. |
|
| PresbyteryName | string |
None. |
|
| ParishShortName | string |
None. |
|
| ParishOfficialName | string |
None. |
|
| Organisation | string |
None. |
|
| ParishPriorName | string |
None. |
|
| ParishType | string |
None. |
|
| CVIndicator | boolean |
None. |
|
| PPCInd | boolean |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| AddressLine3 | string |
None. |
|
| AddressLine4 | string |
None. |
|
| PhoneType | string |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"POIID": 1,
"PresbyteryPOIID": 2,
"Parish": "sample string 3",
"PresbyteryName": "sample string 4",
"ParishShortName": "sample string 5",
"ParishOfficialName": "sample string 6",
"Organisation": "sample string 7",
"ParishPriorName": "sample string 8",
"ParishType": "sample string 9",
"CVIndicator": true,
"PPCInd": true,
"AddressLine1": "sample string 12",
"AddressLine2": "sample string 13",
"AddressLine3": "sample string 14",
"AddressLine4": "sample string 15",
"PhoneType": "sample string 16",
"PhoneNumber": "sample string 17",
"Email": "sample string 18"
},
{
"POIID": 1,
"PresbyteryPOIID": 2,
"Parish": "sample string 3",
"PresbyteryName": "sample string 4",
"ParishShortName": "sample string 5",
"ParishOfficialName": "sample string 6",
"Organisation": "sample string 7",
"ParishPriorName": "sample string 8",
"ParishType": "sample string 9",
"CVIndicator": true,
"PPCInd": true,
"AddressLine1": "sample string 12",
"AddressLine2": "sample string 13",
"AddressLine3": "sample string 14",
"AddressLine4": "sample string 15",
"PhoneType": "sample string 16",
"PhoneNumber": "sample string 17",
"Email": "sample string 18"
}
]
application/xml, text/xml
Sample:
<ArrayOfParishModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goto.API.Models">
<ParishModel>
<AddressLine1>sample string 12</AddressLine1>
<AddressLine2>sample string 13</AddressLine2>
<AddressLine3>sample string 14</AddressLine3>
<AddressLine4>sample string 15</AddressLine4>
<CVIndicator>true</CVIndicator>
<Email>sample string 18</Email>
<Organisation>sample string 7</Organisation>
<POIID>1</POIID>
<PPCInd>true</PPCInd>
<Parish>sample string 3</Parish>
<ParishOfficialName>sample string 6</ParishOfficialName>
<ParishPriorName>sample string 8</ParishPriorName>
<ParishShortName>sample string 5</ParishShortName>
<ParishType>sample string 9</ParishType>
<PhoneNumber>sample string 17</PhoneNumber>
<PhoneType>sample string 16</PhoneType>
<PresbyteryName>sample string 4</PresbyteryName>
<PresbyteryPOIID>2</PresbyteryPOIID>
</ParishModel>
<ParishModel>
<AddressLine1>sample string 12</AddressLine1>
<AddressLine2>sample string 13</AddressLine2>
<AddressLine3>sample string 14</AddressLine3>
<AddressLine4>sample string 15</AddressLine4>
<CVIndicator>true</CVIndicator>
<Email>sample string 18</Email>
<Organisation>sample string 7</Organisation>
<POIID>1</POIID>
<PPCInd>true</PPCInd>
<Parish>sample string 3</Parish>
<ParishOfficialName>sample string 6</ParishOfficialName>
<ParishPriorName>sample string 8</ParishPriorName>
<ParishShortName>sample string 5</ParishShortName>
<ParishType>sample string 9</ParishType>
<PhoneNumber>sample string 17</PhoneNumber>
<PhoneType>sample string 16</PhoneType>
<PresbyteryName>sample string 4</PresbyteryName>
<PresbyteryPOIID>2</PresbyteryPOIID>
</ParishModel>
</ArrayOfParishModel>