GET api/export/ShreveportEngineeringDataWarehouse_FeeInfo/{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_ShreveportEngineeringDataWarehouse_FeeInfo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MPNProjectID | integer |
None. |
|
| FeeName | string |
None. |
|
| Total | decimal number |
None. |
|
| OurAdmin | decimal number |
None. |
|
| LocalAdmin | decimal number |
None. |
|
| PlanReview | decimal number |
None. |
|
| Inspection | decimal number |
None. |
|
| AmountDue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MPNProjectID": 1,
"FeeName": "sample string 2",
"Total": 3.0,
"OurAdmin": 4.0,
"LocalAdmin": 5.0,
"PlanReview": 6.0,
"Inspection": 7.0,
"AmountDue": 1.0
},
{
"MPNProjectID": 1,
"FeeName": "sample string 2",
"Total": 3.0,
"OurAdmin": 4.0,
"LocalAdmin": 5.0,
"PlanReview": 6.0,
"Inspection": 7.0,
"AmountDue": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportEngineeringDataWarehouse_FeeInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_ShreveportEngineeringDataWarehouse_FeeInfo_Result>
<AmountDue>1</AmountDue>
<FeeName>sample string 2</FeeName>
<Inspection>7</Inspection>
<LocalAdmin>5</LocalAdmin>
<MPNProjectID>1</MPNProjectID>
<OurAdmin>4</OurAdmin>
<PlanReview>6</PlanReview>
<Total>3</Total>
</Export_ShreveportEngineeringDataWarehouse_FeeInfo_Result>
<Export_ShreveportEngineeringDataWarehouse_FeeInfo_Result>
<AmountDue>1</AmountDue>
<FeeName>sample string 2</FeeName>
<Inspection>7</Inspection>
<LocalAdmin>5</LocalAdmin>
<MPNProjectID>1</MPNProjectID>
<OurAdmin>4</OurAdmin>
<PlanReview>6</PlanReview>
<Total>3</Total>
</Export_ShreveportEngineeringDataWarehouse_FeeInfo_Result>
</ArrayOfExport_ShreveportEngineeringDataWarehouse_FeeInfo_Result>