GET api/國防部軍備局規格鑑測中心睦鄰捐助計畫暨執行成效
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AB03Name | Description | Type | Additional information |
---|---|---|---|
year | string |
None. |
|
item | string |
None. |
|
project | string |
None. |
|
amount | string |
None. |
|
location | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "year": "sample string 1", "item": "sample string 2", "project": "sample string 3", "amount": "sample string 4", "location": "sample string 5" }, { "year": "sample string 1", "item": "sample string 2", "project": "sample string 3", "amount": "sample string 4", "location": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfAB03 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api2.Models"> <AB03> <amount>sample string 4</amount> <item>sample string 2</item> <location>sample string 5</location> <project>sample string 3</project> <year>sample string 1</year> </AB03> <AB03> <amount>sample string 4</amount> <item>sample string 2</item> <location>sample string 5</location> <project>sample string 3</project> <year>sample string 1</year> </AB03> </ArrayOfAB03>