GET api/export/JCWPeripheralsCSV/{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_JCWPeripheralsCSV_ResultName | Description | Type | Additional information |
---|---|---|---|
PeripheralID | string |
None. |
|
MPNPeripheralID | string |
None. |
|
MPNPeripheralTypeID | string |
None. |
|
PermitID | string |
None. |
|
PeripheralType | string |
None. |
|
IsHoldForGrade | string |
None. |
|
ApprovedDate | string |
None. |
|
CreateDate | string |
None. |
|
UpdateDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PeripheralID": "sample string 1", "MPNPeripheralID": "sample string 2", "MPNPeripheralTypeID": "sample string 3", "PermitID": "sample string 4", "PeripheralType": "sample string 5", "IsHoldForGrade": "sample string 6", "ApprovedDate": "sample string 7", "CreateDate": "sample string 8", "UpdateDate": "sample string 9" }, { "PeripheralID": "sample string 1", "MPNPeripheralID": "sample string 2", "MPNPeripheralTypeID": "sample string 3", "PermitID": "sample string 4", "PeripheralType": "sample string 5", "IsHoldForGrade": "sample string 6", "ApprovedDate": "sample string 7", "CreateDate": "sample string 8", "UpdateDate": "sample string 9" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWPeripheralsCSV_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_JCWPeripheralsCSV_Result> <ApprovedDate>sample string 7</ApprovedDate> <CreateDate>sample string 8</CreateDate> <IsHoldForGrade>sample string 6</IsHoldForGrade> <MPNPeripheralID>sample string 2</MPNPeripheralID> <MPNPeripheralTypeID>sample string 3</MPNPeripheralTypeID> <PeripheralID>sample string 1</PeripheralID> <PeripheralType>sample string 5</PeripheralType> <PermitID>sample string 4</PermitID> <UpdateDate>sample string 9</UpdateDate> </Export_JCWPeripheralsCSV_Result> <Export_JCWPeripheralsCSV_Result> <ApprovedDate>sample string 7</ApprovedDate> <CreateDate>sample string 8</CreateDate> <IsHoldForGrade>sample string 6</IsHoldForGrade> <MPNPeripheralID>sample string 2</MPNPeripheralID> <MPNPeripheralTypeID>sample string 3</MPNPeripheralTypeID> <PeripheralID>sample string 1</PeripheralID> <PeripheralType>sample string 5</PeripheralType> <PermitID>sample string 4</PermitID> <UpdateDate>sample string 9</UpdateDate> </Export_JCWPeripheralsCSV_Result> </ArrayOfExport_JCWPeripheralsCSV_Result>