GET api/export/jeffrelationships/{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_JeffRelationships_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MPNRelationshipID | integer |
None. |
|
| PermitID | integer |
None. |
|
| ProjectNumber | string |
None. |
|
| ProjectType | string |
None. |
|
| ProjectName | string |
None. |
|
| Address | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MPNRelationshipID": 1,
"PermitID": 1,
"ProjectNumber": "sample string 2",
"ProjectType": "sample string 3",
"ProjectName": "sample string 4",
"Address": "sample string 5",
"Description": "sample string 6"
},
{
"MPNRelationshipID": 1,
"PermitID": 1,
"ProjectNumber": "sample string 2",
"ProjectType": "sample string 3",
"ProjectName": "sample string 4",
"Address": "sample string 5",
"Description": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_JeffRelationships_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_JeffRelationships_Result>
<Address>sample string 5</Address>
<Description>sample string 6</Description>
<MPNRelationshipID>1</MPNRelationshipID>
<PermitID>1</PermitID>
<ProjectName>sample string 4</ProjectName>
<ProjectNumber>sample string 2</ProjectNumber>
<ProjectType>sample string 3</ProjectType>
</Export_JeffRelationships_Result>
<Export_JeffRelationships_Result>
<Address>sample string 5</Address>
<Description>sample string 6</Description>
<MPNRelationshipID>1</MPNRelationshipID>
<PermitID>1</PermitID>
<ProjectName>sample string 4</ProjectName>
<ProjectNumber>sample string 2</ProjectNumber>
<ProjectType>sample string 3</ProjectType>
</Export_JeffRelationships_Result>
</ArrayOfExport_JeffRelationships_Result>