GET api/export/JCWpaymentsCSV/{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_JCWPaymentsCSV_ResultName | Description | Type | Additional information |
---|---|---|---|
PaymentID | string |
None. |
|
MPNPaymentID | string |
None. |
|
PermitID | string |
None. |
|
Register | string |
None. |
|
ReceivedDate | string |
None. |
|
PaymentType | string |
None. |
|
ReferenceNumber | string |
None. |
|
Description | string |
None. |
|
Type | string |
None. |
|
FeePaid | string |
None. |
|
PaymentTotal | string |
None. |
|
Contact | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PaymentID": "sample string 1", "MPNPaymentID": "sample string 2", "PermitID": "sample string 3", "Register": "sample string 4", "ReceivedDate": "sample string 5", "PaymentType": "sample string 6", "ReferenceNumber": "sample string 7", "Description": "sample string 8", "Type": "sample string 9", "FeePaid": "sample string 10", "PaymentTotal": "sample string 11", "Contact": "sample string 12" }, { "PaymentID": "sample string 1", "MPNPaymentID": "sample string 2", "PermitID": "sample string 3", "Register": "sample string 4", "ReceivedDate": "sample string 5", "PaymentType": "sample string 6", "ReferenceNumber": "sample string 7", "Description": "sample string 8", "Type": "sample string 9", "FeePaid": "sample string 10", "PaymentTotal": "sample string 11", "Contact": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWPaymentsCSV_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_JCWPaymentsCSV_Result> <Contact>sample string 12</Contact> <Description>sample string 8</Description> <FeePaid>sample string 10</FeePaid> <MPNPaymentID>sample string 2</MPNPaymentID> <PaymentID>sample string 1</PaymentID> <PaymentTotal>sample string 11</PaymentTotal> <PaymentType>sample string 6</PaymentType> <PermitID>sample string 3</PermitID> <ReceivedDate>sample string 5</ReceivedDate> <ReferenceNumber>sample string 7</ReferenceNumber> <Register>sample string 4</Register> <Type>sample string 9</Type> </Export_JCWPaymentsCSV_Result> <Export_JCWPaymentsCSV_Result> <Contact>sample string 12</Contact> <Description>sample string 8</Description> <FeePaid>sample string 10</FeePaid> <MPNPaymentID>sample string 2</MPNPaymentID> <PaymentID>sample string 1</PaymentID> <PaymentTotal>sample string 11</PaymentTotal> <PaymentType>sample string 6</PaymentType> <PermitID>sample string 3</PermitID> <ReceivedDate>sample string 5</ReceivedDate> <ReferenceNumber>sample string 7</ReferenceNumber> <Register>sample string 4</Register> <Type>sample string 9</Type> </Export_JCWPaymentsCSV_Result> </ArrayOfExport_JCWPaymentsCSV_Result>