GET api/export/ShreveportMPCDataWarehouse_ParcelInfo/{start}/{end}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

date

Required

end

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Export_ShreveportMPCDataWarehouse_ParcelInfo_Result
NameDescriptionTypeAdditional information
MPNProjectID

integer

None.

ExistingParcel

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MPNProjectID": 1,
    "ExistingParcel": "sample string 2"
  },
  {
    "MPNProjectID": 1,
    "ExistingParcel": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExport_ShreveportMPCDataWarehouse_ParcelInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
  <Export_ShreveportMPCDataWarehouse_ParcelInfo_Result>
    <ExistingParcel>sample string 2</ExistingParcel>
    <MPNProjectID>1</MPNProjectID>
  </Export_ShreveportMPCDataWarehouse_ParcelInfo_Result>
  <Export_ShreveportMPCDataWarehouse_ParcelInfo_Result>
    <ExistingParcel>sample string 2</ExistingParcel>
    <MPNProjectID>1</MPNProjectID>
  </Export_ShreveportMPCDataWarehouse_ParcelInfo_Result>
</ArrayOfExport_ShreveportMPCDataWarehouse_ParcelInfo_Result>