GET api/export/JohnsonCountyZones/{startDate}/{endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_JCWZones_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MPNZoneID | integer |
None. |
|
| PermitID | integer |
None. |
|
| Category | string |
None. |
|
| JurisdictionZone | string |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MPNZoneID": 1,
"PermitID": 1,
"Category": "sample string 2",
"JurisdictionZone": "sample string 3",
"Comments": "sample string 4"
},
{
"MPNZoneID": 1,
"PermitID": 1,
"Category": "sample string 2",
"JurisdictionZone": "sample string 3",
"Comments": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWZones_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_JCWZones_Result>
<Category>sample string 2</Category>
<Comments>sample string 4</Comments>
<JurisdictionZone>sample string 3</JurisdictionZone>
<MPNZoneID>1</MPNZoneID>
<PermitID>1</PermitID>
</Export_JCWZones_Result>
<Export_JCWZones_Result>
<Category>sample string 2</Category>
<Comments>sample string 4</Comments>
<JurisdictionZone>sample string 3</JurisdictionZone>
<MPNZoneID>1</MPNZoneID>
<PermitID>1</PermitID>
</Export_JCWZones_Result>
</ArrayOfExport_JCWZones_Result>