GET api/export/ShreveportCEDataWarehouse_VehicleInfo/{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_ShreveportCEDataWarehouse_VehicleInfo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Make | string |
None. |
|
| Model | string |
None. |
|
| Color | string |
None. |
|
| Type | string |
None. |
|
| MPNProjectID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Make": "sample string 1",
"Model": "sample string 2",
"Color": "sample string 3",
"Type": "sample string 4",
"MPNProjectID": 5
},
{
"Make": "sample string 1",
"Model": "sample string 2",
"Color": "sample string 3",
"Type": "sample string 4",
"MPNProjectID": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportCEDataWarehouse_VehicleInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_ShreveportCEDataWarehouse_VehicleInfo_Result>
<Color>sample string 3</Color>
<MPNProjectID>5</MPNProjectID>
<Make>sample string 1</Make>
<Model>sample string 2</Model>
<Type>sample string 4</Type>
</Export_ShreveportCEDataWarehouse_VehicleInfo_Result>
<Export_ShreveportCEDataWarehouse_VehicleInfo_Result>
<Color>sample string 3</Color>
<MPNProjectID>5</MPNProjectID>
<Make>sample string 1</Make>
<Model>sample string 2</Model>
<Type>sample string 4</Type>
</Export_ShreveportCEDataWarehouse_VehicleInfo_Result>
</ArrayOfExport_ShreveportCEDataWarehouse_VehicleInfo_Result>