GET Provider/PaymentList
Get the number of open tasks for the Provider
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tfnProviderPaymentListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProviderPaymentId | integer |
None. |
|
| TimeZone | string |
None. |
|
| ServiceStartDate | string |
None. |
|
| ServiceEndDate | string |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ProviderPaymentId": 2,
"TimeZone": "sample string 3",
"ServiceStartDate": "sample string 4",
"ServiceEndDate": "sample string 5",
"Amount": 6.0
},
{
"Id": 1,
"ProviderPaymentId": 2,
"TimeZone": "sample string 3",
"ServiceStartDate": "sample string 4",
"ServiceEndDate": "sample string 5",
"Amount": 6.0
}
]
application/xml, text/xml
Sample:
<ArrayOftfnProviderPaymentListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEYILib">
<tfnProviderPaymentListResult>
<Amount>6</Amount>
<Id>1</Id>
<ProviderPaymentId>2</ProviderPaymentId>
<ServiceEndDate>sample string 5</ServiceEndDate>
<ServiceStartDate>sample string 4</ServiceStartDate>
<TimeZone>sample string 3</TimeZone>
</tfnProviderPaymentListResult>
<tfnProviderPaymentListResult>
<Amount>6</Amount>
<Id>1</Id>
<ProviderPaymentId>2</ProviderPaymentId>
<ServiceEndDate>sample string 5</ServiceEndDate>
<ServiceStartDate>sample string 4</ServiceStartDate>
<TimeZone>sample string 3</TimeZone>
</tfnProviderPaymentListResult>
</ArrayOftfnProviderPaymentListResult>