GET api/export/StBernard_CE_FeesCollected/{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_StBernard_CEFeesCollected_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherDescription | string |
None. |
|
| PermitID | integer |
None. |
|
| PermitNumber | string |
None. |
|
| Address | string |
None. |
|
| PermitType | string |
None. |
|
| TotalPayments | decimal number |
None. |
|
| FeeAmount | decimal number |
None. |
|
| CreationDate | date |
None. |
|
| CaseType | string |
None. |
|
| IsPaid | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OtherDescription": "sample string 1",
"PermitID": 2,
"PermitNumber": "sample string 3",
"Address": "sample string 4",
"PermitType": "sample string 5",
"TotalPayments": 6.0,
"FeeAmount": 1.0,
"CreationDate": "2025-11-02T08:11:37.2986674-06:00",
"CaseType": "sample string 8",
"IsPaid": "sample string 9"
},
{
"OtherDescription": "sample string 1",
"PermitID": 2,
"PermitNumber": "sample string 3",
"Address": "sample string 4",
"PermitType": "sample string 5",
"TotalPayments": 6.0,
"FeeAmount": 1.0,
"CreationDate": "2025-11-02T08:11:37.2986674-06:00",
"CaseType": "sample string 8",
"IsPaid": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_StBernard_CEFeesCollected_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_StBernard_CEFeesCollected_Result>
<Address>sample string 4</Address>
<CaseType>sample string 8</CaseType>
<CreationDate>2025-11-02T08:11:37.2986674-06:00</CreationDate>
<FeeAmount>1</FeeAmount>
<IsPaid>sample string 9</IsPaid>
<OtherDescription>sample string 1</OtherDescription>
<PermitID>2</PermitID>
<PermitNumber>sample string 3</PermitNumber>
<PermitType>sample string 5</PermitType>
<TotalPayments>6</TotalPayments>
</Export_StBernard_CEFeesCollected_Result>
<Export_StBernard_CEFeesCollected_Result>
<Address>sample string 4</Address>
<CaseType>sample string 8</CaseType>
<CreationDate>2025-11-02T08:11:37.2986674-06:00</CreationDate>
<FeeAmount>1</FeeAmount>
<IsPaid>sample string 9</IsPaid>
<OtherDescription>sample string 1</OtherDescription>
<PermitID>2</PermitID>
<PermitNumber>sample string 3</PermitNumber>
<PermitType>sample string 5</PermitType>
<TotalPayments>6</TotalPayments>
</Export_StBernard_CEFeesCollected_Result>
</ArrayOfExport_StBernard_CEFeesCollected_Result>