GET api/export/ShreveportPermitDataWarehouse_AddressInfo/{start}/{end}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | date |
Required |
|
| end | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_ShreveportPermitDataWarehouse_AddressInfo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MPNProjectID | integer |
None. |
|
| Address | string |
None. |
|
| UnitAptSuite | string |
None. |
|
| PlaceNameCity | string |
None. |
|
| State | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MPNProjectID": 1,
"Address": "sample string 2",
"UnitAptSuite": "sample string 3",
"PlaceNameCity": "sample string 4",
"State": "sample string 5"
},
{
"MPNProjectID": 1,
"Address": "sample string 2",
"UnitAptSuite": "sample string 3",
"PlaceNameCity": "sample string 4",
"State": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportPermitDataWarehouse_AddressInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_ShreveportPermitDataWarehouse_AddressInfo_Result>
<Address>sample string 2</Address>
<MPNProjectID>1</MPNProjectID>
<PlaceNameCity>sample string 4</PlaceNameCity>
<State>sample string 5</State>
<UnitAptSuite>sample string 3</UnitAptSuite>
</Export_ShreveportPermitDataWarehouse_AddressInfo_Result>
<Export_ShreveportPermitDataWarehouse_AddressInfo_Result>
<Address>sample string 2</Address>
<MPNProjectID>1</MPNProjectID>
<PlaceNameCity>sample string 4</PlaceNameCity>
<State>sample string 5</State>
<UnitAptSuite>sample string 3</UnitAptSuite>
</Export_ShreveportPermitDataWarehouse_AddressInfo_Result>
</ArrayOfExport_ShreveportPermitDataWarehouse_AddressInfo_Result>