GET api/ChurchTrusteeReportProperty?id={id}
Documentation for 'GetChurchTrusteeReportProperty'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "PropertyId": 1, "ChurchId": 2, "PropertyType": "sample string 3", "PropertyName": "sample string 4", "Office": "sample string 5", "Book": "sample string 6", "Page": "sample string 7", "WorkbookId": 8 }, { "PropertyId": 1, "ChurchId": 2, "PropertyType": "sample string 3", "PropertyName": "sample string 4", "Office": "sample string 5", "Book": "sample string 6", "Page": "sample string 7", "WorkbookId": 8 }, { "PropertyId": 1, "ChurchId": 2, "PropertyType": "sample string 3", "PropertyName": "sample string 4", "Office": "sample string 5", "Book": "sample string 6", "Page": "sample string 7", "WorkbookId": 8 } ]
application/xml, text/xml
Sample:
<ArrayOfTrusteeReportProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <TrusteeReportProperty> <Book>sample string 6</Book> <ChurchId>2</ChurchId> <Office>sample string 5</Office> <Page>sample string 7</Page> <PropertyId>1</PropertyId> <PropertyName>sample string 4</PropertyName> <PropertyType>sample string 3</PropertyType> <WorkbookId>8</WorkbookId> </TrusteeReportProperty> <TrusteeReportProperty> <Book>sample string 6</Book> <ChurchId>2</ChurchId> <Office>sample string 5</Office> <Page>sample string 7</Page> <PropertyId>1</PropertyId> <PropertyName>sample string 4</PropertyName> <PropertyType>sample string 3</PropertyType> <WorkbookId>8</WorkbookId> </TrusteeReportProperty> <TrusteeReportProperty> <Book>sample string 6</Book> <ChurchId>2</ChurchId> <Office>sample string 5</Office> <Page>sample string 7</Page> <PropertyId>1</PropertyId> <PropertyName>sample string 4</PropertyName> <PropertyType>sample string 3</PropertyType> <WorkbookId>8</WorkbookId> </TrusteeReportProperty> </ArrayOfTrusteeReportProperty>