GET api/export/EBROpenData_PermitType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Export_EBROpenData_PermitType_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| PermitTypeID | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PermitTypeID": 1,
"Description": "sample string 2"
},
{
"PermitTypeID": 1,
"Description": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_EBROpenData_PermitType_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_EBROpenData_PermitType_Result>
<Description>sample string 2</Description>
<PermitTypeID>1</PermitTypeID>
</Export_EBROpenData_PermitType_Result>
<Export_EBROpenData_PermitType_Result>
<Description>sample string 2</Description>
<PermitTypeID>1</PermitTypeID>
</Export_EBROpenData_PermitType_Result>
</ArrayOfExport_EBROpenData_PermitType_Result>