GET api/export/HaysContractInfo/{startDate}/{endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Export_HaysContractInfo_Result
NameDescriptionTypeAdditional information
PermitID

integer

None.

MPNContractID

integer

None.

ServiceProvider

string

None.

StartDate

date

None.

ServiceActive

boolean

None.

ExpireDate

date

None.

OwnerMaintainsSystem

boolean

None.

InspectionsPerContract

integer

None.

ReceivedDate

date

None.

Status

integer

None.

ContractPaid

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PermitID": 1,
    "MPNContractID": 1,
    "ServiceProvider": "sample string 2",
    "StartDate": "2024-07-01T16:44:03.3635743-05:00",
    "ServiceActive": true,
    "ExpireDate": "2024-07-01T16:44:03.3635743-05:00",
    "OwnerMaintainsSystem": true,
    "InspectionsPerContract": 1,
    "ReceivedDate": "2024-07-01T16:44:03.3635743-05:00",
    "Status": 8,
    "ContractPaid": true
  },
  {
    "PermitID": 1,
    "MPNContractID": 1,
    "ServiceProvider": "sample string 2",
    "StartDate": "2024-07-01T16:44:03.3635743-05:00",
    "ServiceActive": true,
    "ExpireDate": "2024-07-01T16:44:03.3635743-05:00",
    "OwnerMaintainsSystem": true,
    "InspectionsPerContract": 1,
    "ReceivedDate": "2024-07-01T16:44:03.3635743-05:00",
    "Status": 8,
    "ContractPaid": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfExport_HaysContractInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
  <Export_HaysContractInfo_Result>
    <ContractPaid>true</ContractPaid>
    <ExpireDate>2024-07-01T16:44:03.3635743-05:00</ExpireDate>
    <InspectionsPerContract>1</InspectionsPerContract>
    <MPNContractID>1</MPNContractID>
    <OwnerMaintainsSystem>true</OwnerMaintainsSystem>
    <PermitID>1</PermitID>
    <ReceivedDate>2024-07-01T16:44:03.3635743-05:00</ReceivedDate>
    <ServiceActive>true</ServiceActive>
    <ServiceProvider>sample string 2</ServiceProvider>
    <StartDate>2024-07-01T16:44:03.3635743-05:00</StartDate>
    <Status>8</Status>
  </Export_HaysContractInfo_Result>
  <Export_HaysContractInfo_Result>
    <ContractPaid>true</ContractPaid>
    <ExpireDate>2024-07-01T16:44:03.3635743-05:00</ExpireDate>
    <InspectionsPerContract>1</InspectionsPerContract>
    <MPNContractID>1</MPNContractID>
    <OwnerMaintainsSystem>true</OwnerMaintainsSystem>
    <PermitID>1</PermitID>
    <ReceivedDate>2024-07-01T16:44:03.3635743-05:00</ReceivedDate>
    <ServiceActive>true</ServiceActive>
    <ServiceProvider>sample string 2</ServiceProvider>
    <StartDate>2024-07-01T16:44:03.3635743-05:00</StartDate>
    <Status>8</Status>
  </Export_HaysContractInfo_Result>
</ArrayOfExport_HaysContractInfo_Result>